Following my DBpedia Europe Countries post… DBpedia World! Bigger and lovely!.
Maps
Click for full zoomed version!
Following my DBpedia Europe Countries post… DBpedia World! Bigger and lovely!.
Click for full zoomed version!

Recently I was working with some data layers in QuantumGIS, playing to decide the proper color combination for my visualization. The result had to be presented in a web environment using OpenLayers.
The point is. I define and check the visualization in Qgis, and then I want to export the results to be served as a OpenLayers Vectorlayer, or as a Mapserver layer. Of course, with the color defined in Qgis.
Openlayers and Mapserver give the option to read the color from an attribute value (here and here). Maybe there is an easier way, but in this case I developed a small plugin to export the current visualized color into a specific layer attribute.
DBpedia is a project that aims to extract structured information from Wikipedia. They generate RDF information that can be queried in different ways, one of this is using the SPARQL query language.
In this post I’ll show how to query Dbpedia using a python SPARQL wrapper to obtain all the Wikipedia points of places in Europe. The post explains it step by step, you can fork the code at my github.
..
NOTE from the future:
the original code was Europe.py. The closest actual code would be alldbpediapoints.py
..
The result will look something like this:
Current search bar on emerillon is limited:
And in this post I explain how I’ve done it
Filed under code, emerillon, gis, Maps, webservices
Recently I’ve been reading Endurance: Shackleton’s Incredible Voyage. On the whole book they describe its current position, movement, etc.. but it’s difficult for me to understand certain positions on the poles. Also, the history is so astonishing that it deserved a cool map.
There are some maps of the Imperial Trans-Antartcic Expedition: http://www.kodak.com, http://www.wgbh.org, coolAntarctica, and a long etcetera. But I wanted to play a little bit.
Online Map:
Nice view of Shackleton Imperial Trans-Antartcic expedition. Information of each point and also photos.
Filed under Maps
For Module8, at ITC we have been learning about MapServer and OpenLayers. In my case, I also been playing with TileMill. Here I explain all the steps needed to create a small map with tilemill.
Filed under Maps