-
Notifications
You must be signed in to change notification settings - Fork 797
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
Plans to support Geodetic data Grid eXchange Format (GGXF) #4370
Comments
Is there funding for that? In the mean time they still do produce under their good old .b format which is handled by GDAL and could be used to produced a GeoTIFF file:
|
Not that I'm aware of at the moment but will keep my eyes peeled. I noticed that I could read the .b and .bin files for the 3 regional geoids except the NA geoid in .bin format where gdal throws an error 4. Not an issue, just an observation. Thanks. |
keeping open, as this will (unfortunately) be something someone will have to address at some point |
But note that the X in GGXF is for "eXchange". GGXF is by definition NOT for use in actual systems, but for exchange between system specific formats. Hence, PROJ should never directly support the use of the GGXF format, but might consider supporting the functional model behind it |
To clarify what I in mind: If/when we will "support" it, we'll convert to our internal format (GeoTIFF). So a set of scripts that would live in https://github.com/OSGeo/PROJ-data/tree/master/grid_tools Regarding GEOID2022 specificity, the work is not just handling the format, but potentially extending our proj=gridshift operation to support the time-based velocity component that is added on top of the static geoid. |
How is then NGS publishing edit: this message had a race condition with @rouault ;) |
GDAL can somehow read them using its netCDF driver. What is missing is the georeferencing, since bright minds in the CRS SWG have decided, for good reasons I don't want to understand, and against my recommendation, not to use the netCDF CF conventions for georeferencing. At the end of the day, a GDAL driver is probably not needed. Some custom python script using h5py or the GDAL Python API will probably do the job. |
Are there plans to support the newer OGC standard GGXF for geoid models? NGS recently published one in this format under their NAPGD2022 geopotential datum release.
Thanks.
The text was updated successfully, but these errors were encountered: