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

Autzen: Coordinate System WKT VLR string not null terminated #7

Open
JasonFevang opened this issue Aug 17, 2023 · 0 comments
Open

Autzen: Coordinate System WKT VLR string not null terminated #7

JasonFevang opened this issue Aug 17, 2023 · 0 comments

Comments

@JasonFevang
Copy link

The autzen-classified dataset contains a Coordinate System WKT VLR of length 993B. According to the specification:

The OGC Coordinate System WKT VLR data shall be a null-terminated string.

However the dataset's VLR string is not null-terminated, see my messily annotated screenshot.
autzenWktNotNullTerminated Screenshot

The first byte of data is at 0x2e7, the last byte is 0x6c7(993B later), and there's no null terminator afterward. Any chance you can fix the dataset?
The non-classified dataset has the same issue. I haven't checked any others.

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