openModeller: a generic approach to species’ potential distribution modelling

Posted by & filed under General FOSSGIS.

Hey hey hey! Our openModeller article has finally been published in the GeoInformatica Journal. Unfortunately it’s not an open access article so contact me if you want a copy (assuming I am allowed to redistribute it). Here is the abstract: Species’ potential distribution modelling is the process of building a representation of the fundamental ecological… Read more »

Hilarious article on Oracle-xe

Posted by & filed under QGIS.

Well I found this oracle-xe article hilarious. Here are a couple of choice phrases: “Deploying [oracle-xe] can also offer a solution to the common problem of users or developers downloading and installing open-source databases, which leaves you with a minefield of maintenance, support, and security headaches” Excuse me? I could easily rewrite this to say… Read more »

Harnassing Mapnik for high quality map rendering

Posted by & filed under General FOSSGIS.

Mapnik is an open source, high quality map rendering engine. From the front page of their site: “Mapnik is a Free Toolkit for developing mapping applications. Above all Mapnik is about making beautiful maps. It is easily extensible and suitable for both desktop and web development.” For some time I have been planning to take… Read more »

jQuery Tools that Rock

Posted by & filed under Uncategorized.

I’ve been doing quite a bit of web development these days and have found the jQuery library to be indispensible. Here are a few addons and samples that I found to be really useful: Image popups aka lightbox effects with fancy box Sliding panels for login screens etc by web-kreation.com Some really nice tips 5… Read more »

TileCaching MapServer with GeoWebCache and TileCache on Ubuntu

Posted by & filed under QGIS.

A tilecache is an application that pre-renders a WMS (web mapping service) to rasters. Pre-rendering is useful to improve server side performance – at the expense of some disk space. The tiles are rendered at different scales and when a client that suppots the WMS Tiling protocol makes a request for an image, the server… Read more »