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

Add NADCON5 grids #89

Merged
merged 2 commits into from
Dec 17, 2022
Merged

Add NADCON5 grids #89

merged 2 commits into from
Dec 17, 2022

Conversation

rouault
Copy link
Member

@rouault rouault commented Dec 14, 2022

Add all NADCON5 grids referenced by EPSG, converted from their source at https://geodesy.noaa.gov/pub/nadcon5/20160901release/Builds using the included build_nadcon5.py script, which leverages the GDAL 3.7dev NOAA_B driver

This introduces 2 new types of grids:

  • GEOGRAPHIC_3D_OFFSET: when there are 3 components latitude_offset, longitude_offset, ellipsoidal_height_offset. For example used for CONUS grids
  • ELLIPSOIDAL_HEIGHT_OFFSET when the resolution of the grid with ellipsoidal_height_offset is different from the one with latitude_offset + longitude_offset. For example used for Alaska grids

Refs OSGeo/PROJ#2194

Add all NADCON5 grids referenced by EPSG, converted from their source at
https://geodesy.noaa.gov/pub/nadcon5/20160901release/Builds using the included
build_nadcon5.py script, which leverages the GDAL 3.7dev
[NOAA_B driver](https://gdal.org/drivers/raster/noaa_b.html)

This introduces 2 new types of grids:
- GEOGRAPHIC_3D_OFFSET: when there are 3 components latitude_offset,
  longitude_offset, ellipsoidal_height_offset. For example used for CONUS grids
- ELLIPSOIDAL_HEIGHT_OFFSET when the resolution of the grid with
  ellipsoidal_height_offset is different from the one with latitude_offset +
  longitude_offset. For example used for Alaska grids

Refs OSGeo/PROJ#2194
@rouault rouault added this to the 1.13 milestone Dec 14, 2022
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.

1 participant