You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because what is being returned is not a CRS but instead a coordinate operation. On that version of Proj, maybe PjObject.create will work (if it exists).
What will work is using the master branch. For that, use Proj::Conversion.new. I've spent a lot of time that last couple of weeks getting Proj updated to the Proj 9 and plan on cutting a new release this week.
Using proj4rb v0.1.1, I get the following error when trying to use a specific WKT:
The WKT: "+proj=lcc +lat_1=33 +lat_2=45 +lat_0=0 +lon_0=-100 +x_0=0 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,-0,-0,-0,0 +units=m +no_defs"
It can be read by Python's pyproj, so I think this might be a bug in proj4rb.
The text was updated successfully, but these errors were encountered: