Thanks to visit codestin.com
Credit goes to github.com

Skip to content

guhwan/shp2geojson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

shp2geojson

  • this is a script to convert shp file to geojson

what is shp

  • shp is a extention developed by ESRI

composition of shp file

no extention explation mandatory
1 shp a main format
2 shx a index format
3 dbf dbase
4 sbn index
5 sbx create index in shp field
6 pri lcoation
7 cpg language
8 qix quard tree index

requirement

  • python3
  • libarary pyshp

how to

install library

  • pip install pyshp

use

  • python shp2geojson.py -d yourShpDirectory

help

  • python shp2geojson.py --help

done

now you could convert to geojson !!

About

shp2geojson

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages