https://github.com/jvrck/shape2open
Convert ESRI shape files to open formats GeoJSON and GPKG
https://github.com/jvrck/shape2open
geojson geopackage shapefile
Last synced: 7 months ago
JSON representation
Convert ESRI shape files to open formats GeoJSON and GPKG
- Host: GitHub
- URL: https://github.com/jvrck/shape2open
- Owner: jvrck
- License: mit
- Created: 2020-06-19T08:04:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-09T02:39:08.000Z (about 5 years ago)
- Last Synced: 2025-01-14T08:52:20.153Z (9 months ago)
- Topics: geojson, geopackage, shapefile
- Language: Shell
- Homepage:
- Size: 745 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# shape2Open
Convert ESRI shape files to open formats GeoJSON and GPKG
This docker image converts shape files to GeoJSON and Geo Package open formats.
The image expects a `/data` volume that contains shapefiels or directories that contin shape files. All generated files will the created in the `/output` directory in the `/data` volume.
### Usage
```
docker run -it -v $PWD/sample-data/:/data jvrck/shape2open:latest
```