An open API service indexing awesome lists of open source software.

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

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
```