Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing .dbf and .shx files #2

Open
stephenfrank opened this issue Sep 27, 2013 · 1 comment
Open

Parsing .dbf and .shx files #2

stephenfrank opened this issue Sep 27, 2013 · 1 comment

Comments

@stephenfrank
Copy link

Hi,

I'm new to shape files and GIS in general.

I'm working with a set of map data and I'm able to load the .shp file with your library and read out what looks like x, y and polygon information (yay) but I'm missing information that I believe is held in the .dbf file (sigh). This is the label for each polygon (the name of the place).

Does this library support this / do you have any tips that will help me consolidate this data?

@fillerwriter
Copy link
Owner

You should be able to load associated data by zipping the .shp and associated files together, and reading the zip file instead of the shp file directly.

Disclaimer: I haven't actually used this library in years, not sure if this is still accurate. Basing this on the notes in the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants