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

GISMerge requires assert turned off (line 901:shapefile.py) #2

Open
gkc1000 opened this issue May 8, 2015 · 0 comments
Open

GISMerge requires assert turned off (line 901:shapefile.py) #2

gkc1000 opened this issue May 8, 2015 · 0 comments

Comments

@gkc1000
Copy link
Contributor

gkc1000 commented May 8, 2015

I don't think we can just leave this off. For things to try and check, see comments at: http://geospatialpython.com/2011/02/merging-lots-of-shapefiles-quickly.html

The meaning of the fields is described here in the documentation here:
https://github.com/GeospatialPython/pyshp

For field length, it says "Field length: the length of the data found at this column index. Older GIS software may truncate this length to 8 or 11 characters for "Character" fields."

The assertion error was, I believe, related to one of the fields being "11" (though not sure). One should look through the fields and their meanings more carefully, I think.

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

1 participant