22 open-source projects similar to micolous/geojsontools, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Geojsontools alternative.
Add a unique id to features in a GeoJSON FeatureCollection with streaming.
Command line tool to extract borders of GeoJSON Polygons into a non-overlapping set of LineString's. See https://github.com/topojson/topojson-client#mesh
Command line tool to generate point labels from GeoJSON polygons.
Quick GeoJSON tools for editing and modifying geojson data, focusing on indoor features.
A command-line tool for reducing the size of GeoJSON files.
CoGran - A command line tool for combining data of different spatial granularity
Winnow is made for applying sql to geojson in memory. It is useful for working against geojson objects but also has built-in primitives for piping streams.
de9im is a Javascript library that provides spatial predicate functions defined by the Dimensionally Extended Nine-Intersection Model (DE-9IM)de9im-wiki and works with GeoJSONgeojson-site objects. It can test if two geometries have one of the following relationships: contains, coveredby,…
Multiply single type geojsons into a multi type geojson
Merge multiple GeoJSON files into one FeatureCollection.
Normalize any GeoJSON object into a GeoJSON FeatureCollection.
The GeoJSON specification is picky about winding order.
Generate a plain-english summary of what is in a GeoJSON file.
JavaScript helper functions for manipulating GeoJSON
Apply Ramer–Douglas–Peucker line simplification to GeoJSON features or feature collections in JS or on the CLI.
flatten multipart geometries and geometrycollections in geojson
Turf is a JavaScript and TypeScript geospatial analysis library and toolkit used for performing spatial analysis and geometric operations on GeoJSON data. It functions as a modular spatial engine that allows for the generation, manipulation, and classification of geographic datasets within web and node environments. The library provides a set of utility functions to programmatically create structured points, lines, and polygons. It enables the calculation of distances, areas, and geometric relationships between geographic coordinates, supporting both browser-based geospatial analysis and clie