A CLI tool to send GeoJSON files to geojson.io for instant visualization and editing.
geojsonio-cli is a Node.js command-line tool that sends GeoJSON data to geojson.io for immediate visualization and editing. It solves the problem of manually uploading geographic data by enabling direct piping from the shell, making geospatial workflows faster and more efficient.
Developers and data scientists working with geospatial data who need quick visualization and editing capabilities directly from their terminal.
It offers a lightweight, scriptable way to integrate geojson.io into automated data pipelines, saving time over manual uploads and providing flexibility with custom domains and URL handling.
a cli for geojson.io
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Allows instant feedback by piping GeoJSON directly to geojson.io, eliminating manual upload steps and streamlining workflow.
Works well with tools like wellknown and togeojson, enabling complex data transformations before visualization, as shown in the README examples.
Supports custom geojson.io instances via the --domain option, allowing integration with specialized or private deployments.
Can print geojson.io URLs with the --print option, facilitating easy sharing of visualizations without automatic browser opening.
Relies entirely on geojson.io; if the service is unavailable, changes its API, or has downtime, the tool's functionality is immediately compromised.
Only handles GeoJSON natively; other geospatial formats like KML or GPX require preprocessing with additional CLI tools, adding complexity.
All visualization is done online via geojson.io, making it unsuitable for offline workflows, secure environments, or areas with poor internet connectivity.