geojson_to_topojson
Convert GeoJSON files into TopoJSON format for more compact storage and shared boundaries, streamlining GIS data management and processing.
Instructions
Convert GeoJSON to TopoJSON format (more compact with shared boundaries)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
geojson | Yes | GeoJSON object to convert | |
objectName | No | Name of the TopoJSON object to create | data |
quantization | No | Quantization parameter for simplification (0 to disable) |