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

AvroSerialization Now Uses Proj4Strings in the Encoding/Decoding of ProjectedExtents and TemproalProjectedExtents #1982

Closed
wants to merge 1 commit into from

Conversation

jbouffard
Copy link

This PR fixes a previously merged in change, #1971 , so that the Proj4String of ProjectedExtent and TemproalProjectedExtent will be encoded/decoded instead of their EPSG code.

@echeipesh
Copy link
Contributor

This change is fine and it certainly allows you to support more projections. One thing that's convenient about EPSG code is that it's less ambitious and much more compact.

Do you think it makes sense to define the codec to store the EPSG code if its available or proj4 string otherwise?

@jbouffard
Copy link
Author

I think it does. I'll update this PR so that the serializer can use either value.

@echeipesh
Copy link
Contributor

Superseded by: #2034

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

2 participants