Polio eradication geographical modelling

I recently read with interest Dr. Gammino’s post on how geospatial data and microplanning is helping the CDC and its partners to work towards the eradication of polio. There Dr. Gammino describes the hurdles faced by healthcare workers in countries where census data is often missing, where political, seasonal and geographical variations are making these more difficult. The description of the different social structures in urban or rural areas was also interesting. But the post also highlights how “social mapping” and geographic information systems (GIS) are helping understanding where the population resides and helping reaching them (here for polio vaccination but this could be for other purposes: maternity care, child care, etc.). ...

July 7, 2014 · 2 min · jepoirrier

Map of GAVI eligible countries in R

I was trying to reproduce the map of the GAVI Alliance eligible countries (btw I was surprised India is eligible - but that’s the beauty of relying on numbers only and not assumptions) in R. This is the original map (there are 57 countries eligible): I started to use the R package rworldmap because it seemed the most appropriate for this task. Everything went fine. Most of the time was spent converting the list of countries from plain English to plain “ISO3” code as required (ISO3 is in fact ISO 3166-1 alpha-3). I took my source from Wikipedia. ...

February 10, 2013 · 3 min · jepoirrier

Human Development Index 2011

The United Nations Development Programme (UNDP) released its Human Development Report 2011. It " argues that the urgent global challenges of sustainability and equity must be addressed together – and identifies policies on the national and global level that could spur mutually reinforcing progress towards these interlinked goals". In this report, there is a ranking, the Human Development Index (HDI). The HDI is a way to measure the development. It combines indicators in three main dimensions: health, education and living standards. The mathematical way used to combine these indicators is explained in a technical note (PDF). The interest is of course to have a single number to use in comparison for both social and economic development. It’s not the only element to take into account to compare development. It’s merely a starting point giving an overview of development. An in-depth discussion about development and comparison between countries will need to go further and analyze each indicator separately (as well as other indicators if possible). ...

November 2, 2011 · 3 min · jepoirrier

Mapping cameras in Liege

A lot of publicity is made around CCTV cameras in London (e.g. recently). But surveillance cameras are also invading other cities like Liege. You can be pro or against. The least thing is awareness: citizen should know where they are and how data is used. But nor the Liege city, nor the Liege police websites display a map of cameras. So I decided to create such a map here (in French). Of course, I cannot do everything by myself. If you know the location of some camera, just let me know and I will add them on the map. ...

April 18, 2007 · 1 min · jepoirrier

Mapping my ride

Nearly 2 months ago, I got a GPS tracker. I discovered its antenna is sufficiently sensitive to work in my pocket so I took it on my Saturday morning bike ride. Back home, I was able to retrieve data from the tracker in various formats. What can I do with this data? Find the total distance I rode, of course! I am lazy ;-) so I decided to use the Kompass track file since it’s only a CSV text file (I should have used the GPX file format but parsing XML is still more difficult for me than a plain text file). With a rather simple Python script, I was able to store all the latitudes and longitudes in a collection of objects. But, hey, how do I compute the distance from longitudes and latitudes? ...

April 14, 2007 · 3 min · jepoirrier

First trace for OpenStreetMap

OpenStreetMap is a “project aimed squarely at creating and providing free geographic data such as street maps to anyone who wants them. The project was started because most maps you think of as free actually have legal or technical restrictions on their use, holding back people from using them in creative, productive or unexpected ways.” I thought it was worth participating and more documented than the UPCT project. So I got a Locosys NaviGPS GT-11 and used it for the first time on the way to FOSDEM (and back). I did a small mistake by taking an interval between points of 30s: on a highway, at 120km/h, 30s means 1km and the road direction can change a lot. When I’ll have more time, the next step will be to do some edition and mark roads, highways, interesting landmarks, etc. Stay tuned … ...

February 24, 2007 · 1 min · jepoirrier