Skip to content

Converting Romanian county polygons to simplified SVG vectors

Notifications You must be signed in to change notification settings

akaleeroy/romania-uat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Converting Romanian county polygons to simplified SVG vectors

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published