Archive

Author Archives: underdark

The aim of Time Manager plugin for QGIS is to provide comfortable browsing through temporal geodata. A dock widget provides a time slider and a configuration dialog for your layers to manage.

a wildlife telemetry dataset managed by Time Manager

Time Manager filters your vector datasets and displays only features with timestamps in the user specified time frame.

two views of the scenery, using a two-days time frame

Give it a try! The project website can be found at http://anitagraser.github.com/TimeManager/.

I just stumbled upon the following handy Firefox plugin:

WMS Inspector provides a set of tools for integrators and developers that work with the Web Map Service (WMS) standard. It aims to ease repetitive tasks like debugging requests or checking which individual services are used from an online mapping application. It also focuses on provide a user-friendly output of the different services’ capabilities.

https://addons.mozilla.org/en-US/firefox/addon/91406/

Justin O’Beirne from 41Latitude has compiled a thorough – and not that “brief” – comparison of Google Maps, Bing Maps and Yahoo! Maps:

Now that FOSS4G 2010 is over, we’re looking forward to next year. The free and open source GIS community is going to meet in Denver from September 12-16, 2011.

I just stumbled upon this interesting piece of code for visualization of network flow on gis.stackexchange.com: It’s called “Flow Map Layout” and was developed at Standford University (project page).

Flow Map Layout

Flow Map Layout mapped on a globe

The corresponding paper describes the methodology and shows interesting example uses.

Discontinuous or Interrupted Projections like the Butterfly Map are certainly exotic. But does that also mean that there are no open source GIS supporting them?

Butterfly Map example

This question on gis.stackexchange.com is awaiting an answer :)

Update:

Using Generic Mapping Tools (GMT) it seems relatively easy to create a map showing an Interrupted Sinusoidal Projection. Here’s an example out of their manual (PDF, page 121):

World map using the Interrupted Sinusoidal projection

World map using the Interrupted Sinusoidal projection

For all of us who couldn’t attend FOSS4G in Barcelona this year there are some of the great workshops available online:

You can call almost any function in Python, using “grass.run_command(“function”, ….)”.

For your inspiration, you find GRASS Python scripts in their SVN.

Great news everyone: Since revision r14172, QGIS supports non-spatial tables! This means you can finally load your CSV files directly into QGIS and work with them, e.g. use “Join by attribute”.

Loading the CSV file is performed using “Add Vector layer”. (Yes, the terminology is a little confusing here.) The resulting layer will be shown in the legend list and the content can be view via attribute table.

Great work Marco!