Skip to content

This code will be helpful for read .shp, .shx and .dbf files.

License

Notifications You must be signed in to change notification settings

gokcegok/shapefile2text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shapefile Reader(shapefile2text)

A shapefile stores nontopological geometry and attribute information for the spatial features in a data set. The geometry for a feature is stored as a shape comprising a set of vector coordinates.

This program reads three partsof a shapefile(.shp, .shx, .dbf) from start to end byte-by-byte, and prints all information to a .txt file.

I also shared with you some output examples.

Technical description of shapefile: https://www.esri.com/library/whitepapers/pdfs/shapefile.pdf

About

This code will be helpful for read .shp, .shx and .dbf files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages