-
Notifications
You must be signed in to change notification settings - Fork 16
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
+no_rot not supported ? #6
Comments
I'm not sure if I understand all this no_rot business, but there are is a discussion in the proj mailing-list about a change in the +no_rot implementation: OSGeo/PROJ#523 Which proj version do you use? The reason why there are no other proj-parameters which don't map the CF-Convention is that we always tried to extend the convention to our needs before implementing it. When needed, it is usually no problem to get it implemented in CF. In particular, you can always add a |
I understand the need to have the parameter in the CF-Conventions. However we tried to get |
|
Here comes a netcdf file: https://drive.google.com/open?id=1_bX1sba0gZiYsWYl3J89RlICiQzEL53u The dataset of interest is |
Just for the record, PR #7 offers a better solution than |
Thanks for the file. Neither ncatted or python netCDF4 were able to read it, so I had to run a Anyway, after renaming the grid_mapping_name to: unknown_to_fgdc I get clearly the proj4 string you defined:
including the no_rot parameter. I tried the same also by renaming the grid_mapping_name to mercator, and it worked to. As long as the grid_mapping_name is oblique_mercator, fimex aborts earlier with a unknown projection message. |
Interesting! what do I need to do to get fimex to accept |
Can this been regarded as closed by pull PR #7? |
We have implemented the support of the omerc projection a while ago, but are now realising that the +no_rot parameter doesn't seem do be supported in fimex.
The way we implemented it is here:
fimex/src/coordSys/ObliqueMercatorProjection.cc
Lines 84 to 85 in 0a31b93
I couldn't find any other example of proj4 parameters without a value in fimex, so I'm wondering if what we implemented is actually supported, or if we implemented wrong ?
The text was updated successfully, but these errors were encountered: