Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xyluo25/shp2geojson
This is a converter to convert shp file to geojson file format. This provide multiple input format: A single shp file, A folder that shp files inside, A zip file contain shp files and a rar file contain shp files.
https://github.com/xyluo25/shp2geojson
geojson-files python3 shp-file
Last synced: about 2 months ago
JSON representation
This is a converter to convert shp file to geojson file format. This provide multiple input format: A single shp file, A folder that shp files inside, A zip file contain shp files and a rar file contain shp files.
- Host: GitHub
- URL: https://github.com/xyluo25/shp2geojson
- Owner: xyluo25
- License: mit
- Created: 2019-10-23T23:39:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-02T00:28:42.000Z (over 1 year ago)
- Last Synced: 2023-06-02T01:25:03.575Z (over 1 year ago)
- Topics: geojson-files, python3, shp-file
- Language: Python
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shp2geojson
A Graphical User Interface (GUI) convert shp file to geojson file.
## **A single shp file**
`from shp2geojson import shp2geojson as sg`
`sg().convert_shp_single()`
## **A folder contain shp file**
`from shp2geojson import shp2geojson as sg`
`sg().convert_shp_multiple()`
## **A zip contain shpfile**
`from shp2geojson import shp2geojson as sg`
`sg().convert_shp_multiple_zip()`
## **A rar contain shpfile**
`from shp2geojson import shp2geojson as sg`
`sg().convert_shp_multiple_rar()`
## A shp2geojson Converter GUI