De la @geospatialorg
Descărcare GeoJSON poligon 20.12.2019
Size: 189 MB (198,546,274 bytes)
MD5 checksum: A04BAA4CDF93E93A169EF77EAE31469C
npm install -g mapshaper
Command Reference · mbloch/mapshaper Wiki
npm install -g svgo
svg/svgo: Node.js tool for optimizing SVG files
mapshaper ro_uat_poligon.geojson name="" -simplify 0.009 -split countyMn -o format=geojson
✓ Simplificare 9%
folosind algoritmul implicit weighted Visalingam simplification
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
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