geospatial team at nomad labs
I’ll try to post some code snippets on the use of GDAL Ruby bindings. In case you don’t already know there is a bleeding edge gentoo overlay maintained by Kashif at gentoo geo-overlay
I am working on a howto for using that as well to build a gentoo box with some of the latest Open Source Geo-tools.
require 'gdal/gdal' require 'gdal/gdalconst' include Gdal file = "./rasterdata.tif" begin @dataset = Gdal::Gdal.open(file, Gdalconst::GA_READONLY) rescue RuntimeError $stderr.print "Gdal failed to open #{file}.\n" exit end
GeoLabs is the Spatial team at Nomad Labs. We love all things spatial and particularly like the idea of spatial analysis on the geoweb. We also tend to use a lot of open source GIS in our work. Yey! to the open source. Other than that we love dynamic languages, open RESTful API's and beautiful code and thoughtfully designed software. All things that we try to adhere to in our work.
Leave a reply