-
Notifications
You must be signed in to change notification settings - Fork 49
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
re-introduce ntv2reader.py module #126
Conversation
Sync with main
Adapted from previous work by Jaimie Dodd and expanded for 2D ntv2 grids. ntv2_2d function added to transform.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @nicgowans. With a little more work will this allow us to do conformal+distortion transformations?
@harry093 That's supported in this pull request, though not by name, and it requires the user specify the gsb file. In practice, it could look something like:
Were you thinking of a function that points to a gsb file in aws? |
@nicgowans I hadn't really thought about it in detail, but it's a capability that GeodePy should have |
Great stuff @nicgowans! I recall that Jack has implemented something that reads gsb's in AWS, but it uses GDAL for performance (see #89). |
Thanks, @BatchelorJ . I think you might have the EHGT/AVWS/AHD transformation functions in mind? They read the .tif files in AVWS. And I run into issues with CURL and SSL certificates when I try to call them, but maybe that's just an issue for me? |
@JackMcCubbine can you help @nicgowans? |
Re-introduces the
ntv2reader.py
module, adapted from earlier code.Changes include:
ntv2_2d
introduced totransform.py
module