gdal-ruby
gdal-ruby copied to clipboard
GDAL/OGR bindings for ruby
I've run into a problem inside a debian Docker image when trying to use `ruby-gdal `. The `Gdal::Ogr.get_driver_by_name('ESRI Shapefile')` returns nil on this linux platforms. According to the OGR docs...
The instructions for gdal-ruby state: > Installing on Mac using The Framework way GDAL : Download and install GDAL Complete dmg from kyngchaos Which version of GDAL Complete should be...
I'm trying to install `ruby-gdal` on a Docker container based on Alpine Linux, but the build fails with a compiler error: ``` osr.cpp: In function 'OGRErr OSRSpatialReferenceShadow_ImportFromOzi(OSRSpatialReferenceShadow*, const char*, const...
Hi, we use the gdal3 branch and got few warnings: ``` [..]/gdal-ruby-1820e1643725/lib/gdal-ruby/gdal.bundle: warning: undefining the allocator of T_DATA class swig_runtime_data [..]/gdal-ruby-1820e1643725/lib/gdal-ruby/gdal.bundle: warning: undefining the allocator of T_DATA class SWIG::TYPE_p_f_double_p_q_const__char_p_void__int ```...
Hi, I am in process of finalising a piece of code in Ruby to convert geometries to DXF. While I was able to code the conversion logic, I am unable...