proj4rb icon indicating copy to clipboard operation
proj4rb copied to clipboard

Proj4rb is a ruby binding for the Proj carthographic projections library.

Results 3 proj4rb issues
Sort by recently updated
recently updated
newest added

I'm trying to convert coordinates from [EPSG:27700](https://epsg.io/27700) to [EPSG:4326](https://epsg.io/4326) using proj4rb. I have the latest versions of the proj library (installed with `brew install proj`) and the proj4rb gem installed....

I installed the gem locally from HEAD, and I am unable to get the right answer for the example in the README. ``` irb(main):001:0> require 'proj' => true irb(main):002:0> transform...

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" ``` irb(main):001:0'...