An ESRI ArcGIS toolbox and Python script to export ESRI Feature Classes to open data formats like CSV, JSON, GeoJSON, and SQLite.
esri2open is a toolset that exports ESRI ArcGIS feature classes to open data formats like CSV, JSON, GeoJSON, TopoJSON, and SQLite. It solves the problem of government and institutional users being unable to easily share spatial data from proprietary ESRI ecosystems in web-friendly, interoperable formats. The tool integrates directly into the ArcGIS desktop interface, requiring no additional software infrastructure.
Government geospatial staff, urban planners, and organizational users who manage spatial data exclusively with ESRI ArcGIS software and need to publish or share data in open formats. It is specifically designed for users operating within ESRI-only infrastructures without access to open-source GIS tools.
Developers choose esri2open because it provides a native, low-license-level export capability within ArcGIS itself, eliminating the need for external conversion tools or software. Its unique selling point is enabling direct participation in open data initiatives from within the ESRI ecosystem, with support for batch processing and multiple geometry representations.
this repo is an ESRI toolbox and tool(s) that export ESRI Feature Classes to open data formats, CSV, JSON, and GeoJSON
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
The .tbx toolbox file integrates directly into the ArcGIS desktop interface, allowing users to export data without leaving their familiar ESRI environment, as described in the usage section.
Supports export to CSV, JSON, GeoJSON, TopoJSON, and SQLite, covering most common open data formats needed for web interoperability, as listed in the output dataset options.
Includes tools for single, multiple, and merged exports, enabling efficient handling of bulk operations without manual repetition, detailed in the 'ESRI To Open (multiple)' and 'ESRI To Open (merge)' sections.
Works with the lowest ESRI software license level, making it accessible to a wide range of government and organizational users within ESRI ecosystems, as highlighted in the key features.
The README admits it does not handle blob fields or raster fields, restricting its use for datasets with multimedia or complex spatial attributes.
Developed for ArcGIS 10.0 with uncertain Python version compatibility, it may not work seamlessly with newer ArcGIS releases or Python 3 environments, as noted in the issues section.
Requires ArcGIS desktop to run, making it unsuitable for open-source or server-side workflows without ESRI software, limiting its adoption in non-ESRI infrastructures.