30 open-source projects similar to project-open-data/esri2open, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Esri2open alternative.
Converts between OSM XML and GeoJSON
Command line tool to convert GeoJSON to SVG.
Extract GeoJSON from Mapbox vector tiles.
Converts GeoJSON to SVG string given SVG view port size and maps extent.
GeoMet - Pure Python conversion library for common geospatial data formats
Convert GeoJSON geometry paths to SVG polyline elements.
Transform streams of geojson into shapefile, kml, csv and other formats
Transform GeoJSON objects into Mapnik XML stylesheets with embedded GeoJSON data and simplestyle-spec-derived styles.
Slice GeoJSON into vector tiles on the fly in the browser
A very fast geospatial point clustering library for browsers and Node.
Encode spatial data as topology in Python! 🌍 https://mattijn.github.io/topojson
generate a static rtree (using terraformer) from a set of geojson features
Make queries to OpenStreetMap's overpass API and output as GeoJSON
modern parser & stringifier for WKT, EWKT, and GeoJSON
Fiona reads and writes geographic data files
TopoJSON is a topological geographic data format and a set of tools that convert standard GeoJSON into a more compact representation. It reduces file size by encoding shared boundaries between adjacent features as reusable arcs, eliminating duplicate boundary coordinates and preserving the spatial relationships between map regions. The format achieves compression through several encoding techniques. Arc-sharing compression lets neighboring polygons reference a single arc, while coordinate quantization maps geographic coordinates to a fixed integer grid, reducing floating-point precision overh