April 2011
An Introduction to Spatial Programming With RGeo
by SponeOne of the most important current trends in the high-tech industry is the rise of spatial and location-based technologies. Once the exclusive domain of complex GIS systems, these technologies are now increasingly available in small applications, websites, and enterprises. This document provides a brief overview of the concepts, techniques, and tools for implementing location-aware application features, focusing on the Ruby programming language and an open-source technology stack.
March 2011
Geospatial Analysis - spatial and GIS analysis techniques and GIS software
by simo (via)Michael de Smith
isokron
by Xavier LacotWhere can the subway drive you to in 15 minutes ? Isokron gives you the answer in a graphical nifty way.
January 2011
November 2010
October 2010
SpatiaLite
by Spone (via)SQLite is a popular DBMS, simple, robust, easy to use and really lightweight
each SQLite database is simply a file; you can freely copy it, compress it, send it on a LAN or WEB with no complication at all
They are also portables; the same database file will work on Windows, Linux, MacOs etc
the SpatiaLite extension enables SQLite to support spatial data too [aka GEOMETRY], in a way conformant to OpenGis specifications