Category Archives: RubyOnRails

Protected: Obfuscated map tileserver

There is no excerpt because this is a protected post.
Posted in RubyOnRails | Tagged , | Leave a comment

setup a geospatial-restful API and document it for others

UPDATE: I’ve had some criticism of the geo_scaffold code… which was really meant for my personal use. I’m tuning it up for a public release… check back in a few weeks. Introduction Following on from my last post where we created a mapping app using geo_scaffold I am going to show how to use cURL to play [...]
Also posted in interoperability | Tagged , , , , | Leave a comment

how to setup a new edge rails project with a geostack

Edgerails: If I want to run edgerails with all my geostack development tools it can get quite long winded. So I have tried to compile this post hoping to it will inspire me to create a script to automate it … something like railify which I forked from Nicolás Sanguinetti with that very intent. Also [...]
Also posted in Ruby | Tagged , , , | 1 Comment

Google Earth on Rails

There is a little post on getting Google Earth and Rails apps talking to each other at: GE-Rails. There is even a hint on using merb instead or Rails
Also posted in google earth | Tagged , , , | 1 Comment

Slides for RailsConf Europe 2007

Rails GIS Hack Slides are now available for download at rails.nomad-labs. Also on SlideShare Enjoy!
Posted in RubyOnRails | Tagged , , | Leave a comment

busy in Berlin!

Its been a great 2-3 days hangin’ with some of my hero’s from the Ruby/Rails world. On Friday we had dinner with Dr Nic and today I learnt about the finer points of RSpec with Dr Nic and Geoffrey of Peepcode fame at the Sankt Oberholz. Geoffrey also made the fatal mistake of showing Aleks [...]
Also posted in event | 1 Comment

Geospatial @ RailsConf Europe 2007

Some great news for those interested in the convergence between Ruby/Rails and Geospatial applications. Kashif and I will be giving a tutorial at RailsConf in Berlin. There is going to be 3 hr tutorial titled Rails GIS Hacks, where we will be going through some pretty nifty stuff such as RESTful geospatial applications development. [...]
Also posted in Mapserver, OGC, PostGIS, Spatial Analysis, WebGIS, event, interoperability, opensource | Leave a comment

Ruby/GDAL How to open a dataset (1)

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 [...]
Posted in RubyOnRails | Leave a comment

Pakistan Wetlands and Ramsar listed sites

Wetlands are regarded by nature conservationist as unique ecosystems. They often exhibit delicately balanced environmental conditions and support a wide range of exotic plant and animal species. Wetlands are also often protected by various environmental laws and conventions. Last year when I was visiting Pakistan I learned about the Pakistan Wetlands Project that is under [...]
Also posted in Earth, PostGIS, WebGIS, opensource | Leave a comment

taking GDAL/OGR ruby bindings for a spin

Since i have volunteered to write the gdal ruby-binding test cases i thought it would be a good time to try out some of the ogr ruby-bindings. Charlie Savage has done a lot of work on the gdal SWIG ruby biniding and already written the test suite for OGR. Thanks to his excellent instructions on [...]
Also posted in gdal | 2 Comments