Code Monkey home page Code Monkey logo

romania-uat's Introduction

Limite Unități Administrativ-Teritoriale România

Date geografice

De la @geospatialorg

geo-spatial.org - România - seturi de date vectoriale generale > Limitele unităților administrative din România

Descărcare GeoJSON poligon 20.12.2019
Size: 189 MB (198,546,274 bytes)
MD5 checksum: A04BAA4CDF93E93A169EF77EAE31469C

Unelte

mapshaper

npm install -g mapshaper

Command Reference · mbloch/mapshaper Wiki

npm install -g svgo

svg/svgo: Node.js tool for optimizing SVG files

Procesare

Împărțire pe județe

mapshaper ro_uat_poligon.geojson name="" -simplify 0.009 -split countyMn -o format=geojson

✓ Simplificare 9% folosind algoritmul implicit weighted Visalingam simplification

Conversie SVG

geojson\# Drag GeoJSON to export to SVG.cmd

@echo off

:start

start /b mapshaper ^
-i %1 ^
-proj EPSG:3844 ^
-style fill=none stroke="#aaa" ^
-o id-field="natcode" format=svg - ^
| svgo ^
-i - ^
--pretty ^
--indent=2 ^
--disable=cleanupIDs ^
--enable=removeDimensions ^
-o "%~n1.svg"

shift
if NOT x%1==x goto start

✓ Proiecție: EPSG:3844 - Pulkovo 1942(58) / Stereo70 - Projected
✓ Fiecare UAT e un <path>;
✓ Un singur grup <g> top-level
✓ Fără lufturi / margini
✓ SIRUTA: natcode = Codul SIRUTA al unitații administrative
✓ Responsiv: SVGO removeDimensions

Extra

Afișează proprietățile unui fișier GIS cu comanda:

mapshaper alba-uat-poligon.geojson -info

Proiecții:

  • EPSG:3844 - Pulkovo 1942(58) / Stereo70 - Projected
  • webmercator
  • UTM apare rotit
  • wgs84 apare lat

Tutorial: Elections Data – Spatial Perspectives in QGIS 3.8.3 – Map The Clouds

romania-uat's People

Contributors

akaleeroy avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.