-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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
| if (boost::regex_search(proj4Str, what, boost::regex("\\+no_rot"))) { | |
| attrs.push_back(CDMAttribute("no_rotation", "")); |
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 ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels