Skip to content

A Graphical User Interface (GUI) convert shp file to geojson file.

License

Notifications You must be signed in to change notification settings

xyluo25/shp2geojson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

image-20191023215104309

About

A Graphical User Interface (GUI) convert shp file to geojson file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages