├── README.md ├── geoJ.py ├── input ├── lines.geojson ├── points.geojson └── polys.geojson ├── output └── log.txt └── shapefile.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TipsForGIS-zz/geoJSONToShpFile/HEAD/README.md -------------------------------------------------------------------------------- /geoJ.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TipsForGIS-zz/geoJSONToShpFile/HEAD/geoJ.py -------------------------------------------------------------------------------- /input/lines.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TipsForGIS-zz/geoJSONToShpFile/HEAD/input/lines.geojson -------------------------------------------------------------------------------- /input/points.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TipsForGIS-zz/geoJSONToShpFile/HEAD/input/points.geojson -------------------------------------------------------------------------------- /input/polys.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TipsForGIS-zz/geoJSONToShpFile/HEAD/input/polys.geojson -------------------------------------------------------------------------------- /output/log.txt: -------------------------------------------------------------------------------- 1 | Empty 2 | -------------------------------------------------------------------------------- /shapefile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TipsForGIS-zz/geoJSONToShpFile/HEAD/shapefile.py --------------------------------------------------------------------------------