minify-geojson icon indicating copy to clipboard operation
minify-geojson copied to clipboard

Minifies (compresses) a GeoJSON file, i.e. by removing properties or using fewer decimals for coordinates.

Results 7 minify-geojson issues
Sort by recently updated
recently updated
newest added

When running the latest minify-geojson on nodejs 12.18.3-lts with the following parameters: ` minify-geojson -r 28992 -ktiv -w "gemeentecode, gemeentenaam, aantal_inwoners, oppervlakte_totaal_in_ha, oppervlakte_land_in_ha" -c 5 -f "water = NEE" build\gemeenten-2012v3.json`...

Inside a bounding box, or inside another feature geometry

enhancement

e.g. if you have a Province/Country/State property you could create an hashtable/index for all available options G-Groningen F-Friesland 3-...etc.

enhancement

Ask for each property whether you wish to include it, or not. At the end, recreate the whitelist (so you can easily do it again).

enhancement

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies