How GIS helps earthquake relief efforts for Haiti

While Geographic Information systems software can definitely produce pretty maps, its power lies in analyzing data and plotting or comparing sensory or observed data to spatial data (like roads or terrain). The earthquake in Haiti rocked the capital city, Port-au-Prince with a shock of magnitude 7.0 on Tuesday, January 12, 2010.

Array

A photo from a United States military flyover shows damage in the Port of Port-au-Prince, Haiti. Photo taken by Petty Officer 2nd Class Sondra-Kay Kneen and uploaded by Chuck Simmins.

There are several applications for GIS to help with earthquake response, and two blog posts that appeared this morning shed light on how.

The first article came from ESRI, the California-based makers of ArcGIS, the most used GIS application. The article linked to a user-built map on their ArcGIS Online service showing on Bing maps where the earthquake and its aftershocks struck (the map sits behind a registration wall). ESRI even has a disaster response team that helps organizations get their response projects off the ground quickly.

Infrastructurist posted the second article, showing some before and after satellite imagery of Haiti, provided by Google and GeoEye.

So what can GIS do? From ESRI’s list, “GIS for Disaster Response“:

  • Rapid identification of potential shelter/housing locations (schools, libraries, churches, public buildings) appropriate for supporting affected populations.
  • Determine how many tents will be needed based on the location of populations affected by the disaster.
  • Analyze areas where large numbers of refugees can establish camps out of harm’s way that are accessible for supply delivery and have access to water and other resources necessary to support large numbers of people.
  • Many more examples.

Want more information? Here’s where to get it:

Comments

A map of buildings designed by Frank Lloyd Wright in Oak Park

I would like to hear feedback on the design of this map I made for school. It shows the location of buildings in Oak Park, Illinois, by American architect Frank Lloyd Wright.

Array

The map is accurate; the building listing is from Oak Park Tourist. Feel free to print out the map and go on your own walking tour!

I created this map based on data provided to me by my GIS for Planners class instructors. Also in the assignment they gave limited background on who is commissioning the map, who will use the map, and the information it should describe and display. As the class has progressed, the assignments have become more open ended.

However, in making maps, there are always certain elements you cannot do without. Map makers include a scale bar, north arrow, and source information so that their map appears trustworthy. A legend is most often required, but many times maps can be designed intuitively so that users do not require a legend. I have attempted to design this map like that: I excluded a legend. Map users should be able to discern that the black and gray lines represent streets and also that the larger map with the gray background is a zoomed in portion of the smaller map.

I have posted other maps to my Flickr that you can also browse, some I made because of assignments, and others for personal interest and practice.

Comments

Converting shapefiles and KML files

Google Earth Pro is a slightly more advanced version than the free edition of the popular satellite imagery application (okay, it does way more, but many people just use that feature). One major additional feature it includes is the ability to import GIS shapefiles and display their features on top of the imagery, including terrain. It’s useful to have your data as KML (Keyhole Markup Language) because KML is easier to share and Google Earth standard edition is free. But then again, it’s useful to have your KML files as shapefiles because proper GIS software is more powerful at analyzing data. Also, someone might ask you for your data in shapefile format (but they could easily follow these instructions).

Good data management requires options. Options mean your data won’t be locked into a proprietary format. Data want to be free! Read on for ways to convert your KML and shapefile data:

Converting KML files to shapefiles

Like Google Earth Pro, Quantum GIS (QGIS) can convert KML to shapefile, and best of all – it doesn’t cost $400 per year (it’s free!). QGIS uses Java meaning it will run on Windows, Mac OS X, and Linux.

Use QGIS to convert a KML file to shapefile:

  1. Click on Layer > Add Vector Layer
  2. Find your KML file.
  3. Right-click your new layer and click “Save as shapefile.”

Zonums provides online conversion tools. Or, use ArcGIS and this plugin to convert KML files to shapefiles.

Converting shapefiles to KML files

The freeware Shp2kml 2.o (Windows only) from Zonums will convert shapefiles to KML files. Want some free, interesting data to try it out? Check my ever expanding repository.

ESRI’s ArcGIS can convert KML files to shapefiles using this plugin and then import the shapefile as a layer onto your map.

Creating KML files online

As I described in this post, BatchGecode will generate a KML file for you by inputting a list of addresses and names. Additionally, Google Earth (part of the rising Google GIS platform) creates KML files. Google’s My Maps feature also allows you to generate KML files (for sharing or download) by clicking and drawing points and lines on a map and inviting you to describe the features you create. Use this to get a map of your church congregation, or a map of people who voted for your candidate.

GeoCommons Finder lets you upload geodata in many formats, save it to your profile, and then download it into multiple formats. You can upload a shapefile (.shp) and its accompany files (shx, dbf, and prj), verify that it read your data correctly,

More choices for converting

Additional software with conversion capabilities:

  • MapWindow (another free software choice; Windows only) – An alternative to QuantumGIS and ArcGIS.
  • ExpertGPS (Windows only, not free) – Ideal for GPS device owners, or for researchers using GPS devices in projects. But it can convert the GPS and shapefile data into KML, shapefiles, or a spreadsheet, amongst other functions.
  • Zonums, creator of the standalone Shp2kml software converter, now offers many online tools for KML users, including one that reverses the conversion and exports shapefiles from KML files. I found the link on FreeGeographyTools.com.

GeoCommunity has a good article, with screenshots, on how some of these programs work.

Comments

Geocoding in Quantum GIS

Quantum GIS (commonly known as QGIS) is an open-source Geographic Information Systems application that has been gaining ground since 2004. It runs on all operating systems (it began as a Linux project) and you can download it for free.

I used it a couple times because ESRI doesn’t make the popular ArcGIS software for Mac. That’s unfortunate, but like I said here, software, technology and mapping issues can be easily overcome – we can use QGIS to create maps. QGIS, though, is missing one major feature for basic map building: geocoding.

Here’s a step-by-step tutorial on how to bring in addresses onto our QGIS-based map: Read the rest of this entry »

Comments

How to geocode in open-source QGIS

Quantum GIS (commonly known as QGIS) is an open-source Geographic Information Systems application that has been gaining ground since 2004. It runs on all operating systems (it began as a Linux project) and you can download it for free.

I used it a couple times because ESRI doesn’t make the popular ArcGIS software for Mac. That’s unfortunate, but like I said here, software, technology and mapping issues can be easily overcome – we can use QGIS to create maps. QGIS, though, is missing one major feature for basic map building: geocoding.

Here’s a step-by-step tutorial on how to bring in addresses onto your QGIS map: Read the rest of this entry »

Comments