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

Store transform where GDAL will find it #129

Closed
snowman2 opened this issue Jun 16, 2020 · 1 comment · Fixed by #141
Closed

Store transform where GDAL will find it #129

snowman2 opened this issue Jun 16, 2020 · 1 comment · Fixed by #141

Comments

@snowman2
Copy link
Member

https://gdal.org/drivers/raster/netcdf.html#georeference

 NetCDF driver will try to read the following metadata directly and set up georeferencing.
    spatial_ref (Well Known Text)
    GeoTransform (GeoTransform array)

It is probably worth doing for the case where parse_coords=False when reading a file and then it is written to netCDF. Also, I believe this is another part that goes along with #81

Currently, it is just stored in the transform attribute.

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 a pull request may close this issue.

1 participant