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

Handle character fields of length 255 or greater. #44

Merged
merged 1 commit into from
Jun 30, 2024

Conversation

KubaSzostak
Copy link
Member

According to dBASE documentation the limit of character fields is 254. The same limit is stated in Esri documentation. However there are shapefiles generate by third party software, that don't follow the specification. In this case character fields of length 255 or greater should be properly handled, even though it's not compliant with the specification.

@KubaSzostak
Copy link
Member Author

KubaSzostak commented Mar 3, 2024

Fixes #39

@KubaSzostak KubaSzostak merged commit 47a3fe5 into develop Jun 30, 2024
11 checks passed
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

Successfully merging this pull request may close these issues.

None yet

1 participant