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

Geographic offset by interpolation of gridded data #9

Open
robertogiachetta opened this issue Dec 20, 2016 · 0 comments
Open

Geographic offset by interpolation of gridded data #9

robertogiachetta opened this issue Dec 20, 2016 · 0 comments
Labels
Kind: Feature New feature or request Target: Core Issues related to the Core module of AEGIS

Comments

@robertogiachetta
Copy link
Collaborator

robertogiachetta commented Dec 20, 2016

Geographic Offset by Interpolation of Gridded Data is a collection of coordinate operations applied over a predefined spatial grided data set with latitude and longitude offsets. This include the following grid: NADCON which is used by the US National Geodetic Survey for transformation between US systems; NTv2 which originated in the national mapping agency of Canada and was subsequently adopted in Australia, New Zealand and then several other countries; and OSTN used in Great Britain.

See: OGP Publication 373-7-2 – Geomatics Guidance Note number 7, part 2, page 145.

Add coordinate operations implementing these interpolations as descendants of CoordinateTransformation<GeoCoordinate> in the Core.Reference/Collections.Formula namespace in the Transformations folder. The interpolation should be defined in a base class for all offsets (i.e. GeographicOffsetByInterpolation), and subclasses (e.g. NTv2GeographicOffsetByInterpolation) should load the different grid files. Grid files can be added to the Core.Reference/Resources folder as built-in resources.

@robertogiachetta robertogiachetta added Target: Core Issues related to the Core module of AEGIS Kind: Feature New feature or request labels Dec 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Kind: Feature New feature or request Target: Core Issues related to the Core module of AEGIS
Projects
None yet
Development

No branches or pull requests

1 participant