<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kate Chapman - Maploser?</title>
	<atom:link href="http://www.maploser.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maploser.com</link>
	<description>On a quest to find out where.</description>
	<lastBuildDate>Tue, 21 Feb 2012 14:52:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>#pwyw for #geonerd Help, the Pay What You Want Experiment</title>
		<link>http://www.maploser.com/2012/02/21/pwyw-for-geonerd-help-the-pay-what-you-want-experiment/</link>
		<comments>http://www.maploser.com/2012/02/21/pwyw-for-geonerd-help-the-pay-what-you-want-experiment/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 14:52:02 +0000</pubDate>
		<dc:creator>Kate Chapman</dc:creator>
				<category><![CDATA[experiment]]></category>
		<category><![CDATA[Peer to Peer]]></category>
		<category><![CDATA[#pwyw]]></category>

		<guid isPermaLink="false">http://www.maploser.com/?p=496</guid>
		<description><![CDATA[I&#8217;ve begun blogging at wonderchook.com for anything non-geo related. Today I announced a &#8220;pay what you want&#8221; experiment. The idea is you can schedule my time to help with something and if you appreciate the help you can &#8220;pay what you want.&#8221; The reason for the experiment is I have my flexibility in my schedule [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve begun blogging at wonderchook.com for anything non-geo related. Today I announced a &#8220;pay what you want&#8221; experiment. The idea is you can schedule my time to help with something and if you appreciate the help you can &#8220;pay what you want.&#8221; The reason for the experiment is I have my flexibility in my schedule since I consult for the <a href="http://hot.openstreetmap.org">Humanitarian OpenStreetMap Team</a>, so I have time to test out wacky ideas.</p>
<h2>The Experiment</h2>
<ol>
<li>I will publish office hours a week in advance</li>
<li>You can go sign-up for slots, including a description and how I will contact you. I&#8217;m open to any means of communication as long as they are free.</li>
<li>At the slotted time we will begin working on your problem. If it is a problem where it is be worked on asynchronously then I will work on it during the time-slot. If it is something that more requires discussion it will occur during the reserved time.</li>
<li>If you are satisfied with the help and would like to pay for it then you can pay me through Paypal, send me a gift, trade anything that seems appropriate to you.</li>
</ol>
<p>There is <a href="http://wonderchook.com/2012/02/pay-what-you-want-for-peer-help/">more background on my idea around this experiment</a> on my general blog. And you can <a href="https://www.google.com/calendar/b/0/selfsched?sstoken=UUNpSnV1b2VNVWQ4fGRlZmF1bHR8M2Q1YTQ4MWI5OWQzZTVlZjA4NzRjNjYzZDAyZmNmYTc">reserve time</a> through Google&#8217;s Appointment feature in Calendar.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maploser.com/2012/02/21/pwyw-for-geonerd-help-the-pay-what-you-want-experiment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Imagery Processing&#8230;Lessons Learned?</title>
		<link>http://www.maploser.com/2011/12/11/imagery-processing-lessons-learned/</link>
		<comments>http://www.maploser.com/2011/12/11/imagery-processing-lessons-learned/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 10:25:05 +0000</pubDate>
		<dc:creator>Kate Chapman</dc:creator>
				<category><![CDATA[GIS Reference]]></category>
		<category><![CDATA[gdal]]></category>
		<category><![CDATA[gdal2tiles.py]]></category>
		<category><![CDATA[imagery]]></category>
		<category><![CDATA[QGIS]]></category>

		<guid isPermaLink="false">http://www.maploser.com/?p=473</guid>
		<description><![CDATA[Anyway, recently HOT bought some imagery. I naively thought that I could just run it through gdal2tiles.py and go skipping down the road to digitizing. Well, I was wrong.]]></description>
			<content:encoded><![CDATA[<p><strong>Confession: </strong>When I studed Geography at George Mason University I only took one class that had anything to do with imagery of any type.  Focused around manual interpretation of imagery mostly though we did use ERDAS Imagine once, for a lab.</p>
<p>I could have taken more classes on remote sensing, but I didn&#8217;t.  My focus was more on cartography and statistical analysis.</p>
<p>Anyway, recently <a href="http://hot.openstreetmap.org">HOT</a> bought some imagery. I naively thought that I could just run it through gdal2tiles.py and go skipping down the road to digitizing.  Well, I was wrong.</p>
<p>I received a lot of advice on what to do with the imagery.  For example changing it from 16 bit to 8 bit.  Which I tried, oddly it worked on one image and not the other.  This turns out was just dumb luck that the stretch was almost right when you did that.  Other suggestions involved reordering the bands and things such as that.  I tried a bunch of different things, none of them worked.</p>
<p>I did discover that if I applied a standard deviation stretch to the imagery in QGIS then it looked right.  There wasn&#8217;t a way to save this stretch though directly to the GeoTIFF. I did a bunch of searching to see if there was a manual way to do this and I came across this post on using <a href="http://www.osgeo.org/pipermail/gdal-dev/2011-June/029004.html">VRTs to add the minimum and maximum of the bands</a>.</p>
<p>So here is my pretty manual way of doing things.  Yes I could have done some automation but I figured it was just a couple images.</p>
<p>First I download the image and open it in QGIS.  Then I right clicked on the layer and selected properties.  In the properties dialog I selected &#8220;use standard deviation&#8221; and he &#8220;apply.&#8221;  The image should now look like natural color.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-475" title="Properties Panel QGIS" src="http://www.maploser.com/wp-content/uploads/2011/12/standard_dev.png" alt="Properties Panel QGIS" width="610" height="504" /></p>
<p style="text-align: left;">Next I copied the Red, Green and Blue min/max values.  Now with the correct values the key is to feed them in GDAL correctly. Here you are building a VRT or Virtual Format.  So the actual processing doesn&#8217;t take place, you are describing it though.</p>
<p style="text-align: left;">First step is to stretch each band individually:</p>
<p style="text-align: left;">gdal_translate -b 1 -scale min max -ot Byte -of VRT your_image.tif 1.vrt</p>
<p style="text-align: left;">gdal_translate -b 2 -scale min max -ot Byte -of VRT your_image.tif 2.vrt</p>
<p style="text-align: left;">gdal_translate -b 3 -scale min max -ot Byte -of VRT your_image.tif 3.vrt</p>
<p style="text-align: left;">Next put the bands back together (virtually):</p>
<p style="text-align: left;">gdalbuildvrt -separate b123.vrt b1.vrt b2.vrt b3.vrt</p>
<p style="text-align: left;">Now actually create your GeoTiff</p>
<p style="text-align: left;">gdal_translate -of gtiff b123.vrt my_beautiful_tif.tif</p>
<p style="text-align: left;">After that you can tile your tif or do anything else you might want to do with it. In my case I ran gdal2tiles.py</p>
<p style="text-align: left;">gdal2tiles.py my_beautiful_tif.tif</p>
<p style="text-align: left;">I suspect there may be a better way of doing things than this.  Though after a lot of researching I didn&#8217;t find one.  So this is the process that works for me.  Any suggestions?  Please, please, please leave them in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maploser.com/2011/12/11/imagery-processing-lessons-learned/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book Sprints for Humanitarian Response</title>
		<link>http://www.maploser.com/2011/10/22/book-sprints-for-humanitarian-response/</link>
		<comments>http://www.maploser.com/2011/10/22/book-sprints-for-humanitarian-response/#comments</comments>
		<pubDate>Sun, 23 Oct 2011 01:52:56 +0000</pubDate>
		<dc:creator>Kate Chapman</dc:creator>
				<category><![CDATA[Crisis Mapping]]></category>
		<category><![CDATA[OSM]]></category>
		<category><![CDATA[book sprint]]></category>
		<category><![CDATA[floss manuals]]></category>
		<category><![CDATA[humanitarian guide]]></category>
		<category><![CDATA[openstreetmap]]></category>

		<guid isPermaLink="false">http://www.maploser.com/?p=461</guid>
		<description><![CDATA[Over the past week I've been at Google in Mountain View working on a book sprint for OpenStreetMap.  I had no idea when the week started that we were going to write a book in a week, nor that it was possible to do that.  I also wasn't familiar with <a href="http://flossmanuals.net/">FLOSS Manuals</a> which operates under the premise that not only should software be open and free but the documentation should be as well.  After the experience of the week, I believe the humanitarian technology community could benefit from a similar type of book sprint.]]></description>
			<content:encoded><![CDATA[<p>Over the past week I&#8217;ve been at Google in Mountain View working on a book sprint for OpenStreetMap.  I had no idea when the week started that we were going to write a book in a week, nor that it was possible to do that.  I also wasn&#8217;t familiar with <a href="http://flossmanuals.net/">FLOSS Manuals</a> which operates under the premise that not only should software be open and free but the documentation should be as well.</p>
<p>The premise of the week was to bring individuals from open-source projects together as well as others specializing in documentation in as well to help.  A combination of an unconference and then intensive documentation writing ensued.  The OpenStreetMap group included Ian Dees, Shaun McDonald and myself from the project.  We additionally had Anne Goldenberg, Anne Gentle, Tomi Toivio and Nóirín Plunkett.  Having so many people from outside OpenStreetMap was extremely valuable.  They were able to help us be far more clear about the materials and see past assumptions we may have made about topics.  At the end we had a published book, which <a href="http://www.lulu.com/product/paperback/openstreetmap/18173430">can be purchased from Lulu.com</a>. Having a completed work at the end of the sprint was a great feeling.  Often after hackathons that is missing for me and it ends up feeling like we just flogged ourselves with some code for a set period of time.</p>
<p>In going through this process I started to think about other topics that could benefit from this type of approach.  I started thinking about the topics that we go over repeatedly within the Humanitarian Open-Source, CrisisMappers and Volunteer Technology Communities (for lack of a better name).  I really think the community could benefit from a generic guide to issues within the humanitarian technology realm.  Topics such as standards, licensing and workflows could be documented.  It is impossible to say what exactly the book would cover, because that is determined as part of the book sprint process.  What I am proposing though is that it would be greatly beneficial to gather for this process.  </p>
<p>Typically a book sprint would happen over roughly a week time with five to ten individuals with different experience on the topic.  I&#8217;m proposing the same thing. Let&#8217;s plan a book sprint and figure out how to make it happen.  The idea would be to gather about ten people with different experience, everything from technologists to humanitarian responders to specialists in documentation.  This group would get together for an intensive week long book sprint, the goal being to create a manual of the basics of humanitarian technology.  Topics that come to mind for me are data licensing, standards, security, privacy and workflows.  I&#8217;m only one individual and I&#8217;m sure topics would change and mold to the importance decided on by the group.  The point though would be to create a resource useful within our community.  </p>
<p>Does this sound interesting to you?  Contact me in the comments or by email and let&#8217;s make it happen!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maploser.com/2011/10/22/book-sprints-for-humanitarian-response/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Imagery Pre-disaster Let&#8217;s Do Better</title>
		<link>http://www.maploser.com/2011/07/06/imagery-pre-disaster-lets-do-better/</link>
		<comments>http://www.maploser.com/2011/07/06/imagery-pre-disaster-lets-do-better/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 22:57:20 +0000</pubDate>
		<dc:creator>Kate Chapman</dc:creator>
				<category><![CDATA[hot]]></category>
		<category><![CDATA[license]]></category>
		<category><![CDATA[imagery]]></category>
		<category><![CDATA[indonesia]]></category>
		<category><![CDATA[licensing]]></category>
		<category><![CDATA[padang]]></category>

		<guid isPermaLink="false">http://www.maploser.com/?p=459</guid>
		<description><![CDATA[This week is the first expert meeting regarding Space Based Technology and Crowd-Sourcing being hosted by UN-SPIDER.  I am not attending, but from the Twitter stream (#spidercrowd) it appears there has been a lively discussion on using satellite information and crowd-sourcing for disaster response.  What I believe is often missing from these types of conversations is preparedness.  Maybe it is presumptuous of me to discuss preparedness when imagery isn't available freely every time for every disaster.  ]]></description>
			<content:encoded><![CDATA[<p>This week is the first expert meeting regarding Space Based Technology and Crowd-Sourcing being hosted by UN-SPIDER.  I am not attending, but from the Twitter stream (#spidercrowd) it appears there has been a lively discussion on using satellite information and crowd-sourcing for disaster response.  What I believe is often missing from these types of conversations is preparedness.  Maybe it is presumptuous of me to discuss preparedness when imagery isn&#8217;t available freely every time for every disaster.  </p>
<p>I&#8217;m typing this email from Padang, Indonesia in Western Sumatra.  Yesterday I hosted a workshop at the <a href="http://www.unand.ac.id/">University of Andalas</a> to teach them about OpenStreetMap as part of the Humanitarian OpenStreetMap Team&#8217;s project in Indonesia.  This is the fifth workshop I&#8217;ve done at a University in Indonesia. Things went well, much like all of the other workshops I&#8217;ve given.  Students were excited and picked up the tools very quickly.  The one difference?  Available imagery.</p>
<p>This region of Indonesia is especially vulnerable to earthquakes and tsunamis, the last major earthquake in <a href="http://en.wikipedia.org/wiki/2009_Sumatra_earthquakes">Padang was in 2009</a>.  In preparing for this workshop series I investigated each area we were going to be working to check for available imagery.  For those not familiar OpenStreetMap is allowed to use Bing&#8217;s imagery to trace information, this is one of the major sources of imagery for OpenStreetMap.  In checking I looked at Jakarta, Bandung, Yogyakarta and Surabaya.  All four of these cities had really night, half-meter or so imagery.  In Padang?  It appears to just be Landsat.  I think this highlights the need for imagery to be available beforehand though.  If something major happened here I think it is likely imagery would become freely available.  Though creating a detailed map through crowd-sourcing?  That would take a week or two and be a huge effort from people that don&#8217;t know the area as well as locals.  So why not map ahead of time?  Imagine the power if after an event the map just had to be updated, instead of created?</p>
<p>There are many different ways imagery could be made available.  Providers could donate it, I&#8217;m not asking for the shot the day before, fancy brand new imagery.  What about imagery that is a year old or so?  People purchasing imagery are usually looking for something more recent, the older stuff isn&#8217;t as valuable.  An imagery fund could be created for preparedness.  What about doing a highschool style fundraiser where everyone purchases and adopts a square kilometer?  When purchasing imagery those doing the purchasing could negotiate for better terms on it.  For example sometimes you can add additional licensees without increasing the cost.  What if everyone purchasing imagery at least asked if they could license the imagery also for OpenStreetMap to use to trace vectors?  Or an even more liberal license if possible.</p>
<p>I&#8217;m interested to hear what others think about this and if there are other ideas.  Also don&#8217;t worry specifically about HOT&#8217;s project in Padang, we were fortunate to be able to purchase imagery.  As I suggested about licensing above, we also made sure to extend the license to the government and our partners.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maploser.com/2011/07/06/imagery-pre-disaster-lets-do-better/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Off to Join the Circus!</title>
		<link>http://www.maploser.com/2011/06/27/off-to-join-the-circus/</link>
		<comments>http://www.maploser.com/2011/06/27/off-to-join-the-circus/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 12:09:58 +0000</pubDate>
		<dc:creator>Kate Chapman</dc:creator>
				<category><![CDATA[hot]]></category>
		<category><![CDATA[OSM]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[employment]]></category>
		<category><![CDATA[geoiq]]></category>
		<category><![CDATA[indonesia]]></category>

		<guid isPermaLink="false">http://www.maploser.com/?p=449</guid>
		<description><![CDATA[Well not really off to join the circus, most of you probably already know about my employment change. I'm not working for the <a href="http://hot.openstreetmap.org">Humanitarian OpenStreetMap Team</a>.  I always referred to working on OpenStreetMap projects full-time as "running off to join the OpenStreetMap."   That isn't to say people haven't done it previous, I think it is just is something many would love to do and few have figured out how to.  Much like joining the circus, though you trade in your clown nose for a GPS.  Or at least it can take a bit of a leap of faith in someways. ]]></description>
			<content:encoded><![CDATA[<p>Well not really off to join the circus, most of you probably already know about my employment change. I&#8217;m now working for the <a href="http://hot.openstreetmap.org">Humanitarian OpenStreetMap Team</a>.  I always referred to working on OpenStreetMap projects full-time as &#8220;running off to join the OpenStreetMap.&#8221;   That isn&#8217;t to say people haven&#8217;t done it previous, I think it is just is something many would love to do and few have figured out how to.  Much like joining the circus, though you trade in your clown nose for a GPS.  Or at least it can take a bit of a leap of faith in someways. </p>
<p>Anyway I ended my full-time employment at GeoIQ on May 16th and began transitioning over to working for HOT.   I loved working for GeoIQ, my coworkers were wonderful and I really believe in the technology that was being built.  However last year after going to Haiti and working remotely on other projects HOT was helping on, I really found a calling.  Working on things for HOT is yet to have felt like work and I hope it never does.  After the transitioning my real first day of only working for HOT was about June 15th.  That day I attended a meeting in New York City with other members from the Volunteer Technical Communities and the United Nations (OCHA to be specific).  I thought this was a good kick-off to my new position, because it is one of my goals for myself.  To be able to help coordinate with large organizations and other tech response groups so we can all be more effective.   I also hope to do some fundraising for HOT so we can coordinate better when disasters do happen.  There is a need to have infrastructure, software to better assist with mapping as well as individuals to help coordinate.  This items don&#8217;t always translate into the need for funding, but I think there are going to be situations where it will.</p>
<p>A couple days later that week I switched to the other role I want to play as well.  Coordinate projects and doing field work when possible.  On June 17th I left the United States to return to Indonesia.  Here I&#8217;m working on a pilot project to use OpenStreetMap to help collect information to be fed into risk models.  Myself and Jeff Haack are here and mainly focused on giving workshops on using OpenStreetMap, setting up simple tools to allow people to use the data and coordinate between the interested organizations.  At the end of the three months we&#8217;ll look at how things went and determine with our partners if the pilot can turn into a project for all of Indonesia.  Saying all of Indonesia sounds scary, since it is 17,000 islands and many diverse people.  Though so far everyone we&#8217;ve worked with has been enthusiastic and quick to pick-up the tools as well, so I&#8217;m excited to see if it can work.  I think if things keep going the way they have so far it will.</p>
<p>So I will be in Indonesia until mid-August, but after that I&#8217;ll be a bit all over the place.  If I happen to coincide with where you are maybe we can meet-up.  As always the best way to keep up with me is on <a href="http://twitter.com/wonderchook">Twitter</a> and hopefully I&#8217;ll keep up the <a href="http://twitter.com/hotosm">HOT Twitter Account</a> better as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maploser.com/2011/06/27/off-to-join-the-circus/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WhereCampDC Videos are Up!</title>
		<link>http://www.maploser.com/2011/06/24/wherecampdc-videos-are-up/</link>
		<comments>http://www.maploser.com/2011/06/24/wherecampdc-videos-are-up/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 11:11:19 +0000</pubDate>
		<dc:creator>Kate Chapman</dc:creator>
				<category><![CDATA[geonerd]]></category>
		<category><![CDATA[unconferences]]></category>
		<category><![CDATA[old weather]]></category>
		<category><![CDATA[wherecampdc]]></category>
		<category><![CDATA[wms]]></category>
		<category><![CDATA[wms is dead]]></category>

		<guid isPermaLink="false">http://www.maploser.com/?p=443</guid>
		<description><![CDATA[Though I was involved in the planning of WhereCampDC, I missed the actual event for the most part.  Instead I spent the week in Fiesole, Italy at the Vespucci Institute (I'm sure all of you are now crying for me that missed WhereCampDC).  At least there is video taken of the Ignite Spatial talks held at National Geographic.]]></description>
			<content:encoded><![CDATA[<p>Though I was involved in the planning of <a href="http://www.wherecampdc.org/">WhereCampDC</a>, I missed the actual event for the most part.  Instead I spent the week in Fiesole, Italy at the <a href="http://vespucci.org/">Vespucci Institute</a> (I&#8217;m sure all of you are now crying for me that missed WhereCampDC).  At least there is <a href="http://www.wherecampdc.org/2011/04/friday-ignite-spatial/">video taken of the Ignite Spatial talks held at National Geographic</a>.</p>
<p>The combination of the strong geo community in DC plus a great crowd traveling in for the event made the talks really exceptional.  I was really excited to see<a href="http://sproke.blogspot.com/"> Sophia Parafina&#8217;s</a> talk &#8220;WMS is Dead.&#8221; Just the title stirs up controversy among the geonerds, controversy is always a good aspect to an ignite talk.</p>
<p>No matter what realm of the geospatial world you come from I think there is something to be learned from her talk.</p>
<p><iframe width="560" height="349" src="http://www.youtube.com/embed/HjQmTpaznOc" frameborder="0" allowfullscreen></iframe></p>
<p><a href="http://twitter.com/#!/jatorre">Javier de la Torre</a> took a different approach to his talk and just showed a really great project.  I&#8217;m always surprised when someone hasn&#8217;t heard of <a href="http://www.oldweather.org/">Old Weather</a>, it is my favorite crowd-sourcing project (well other than OpenStreetMap;)).  The only good source of weather data from 100 years or more ago is ships&#8217; logs.  Old Weather makes it fun to transcribe that information and yes you can become the captain of a ship!</p>
<p><iframe width="560" height="349" src="http://www.youtube.com/embed/blYoUW4og1w" frameborder="0" allowfullscreen></iframe></p>
<p>All the talks are <a href="http://www.wherecampdc.org/2011/04/friday-ignite-spatial/">listed on the WhereCampDC website</a>, I suggest if you missed the event like I did you check them out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maploser.com/2011/06/24/wherecampdc-videos-are-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disaster 2.0, Innovation in the Disaster Response Space</title>
		<link>http://www.maploser.com/2011/03/28/disaster-2-0-innovation-in-the-disaster-response-space/</link>
		<comments>http://www.maploser.com/2011/03/28/disaster-2-0-innovation-in-the-disaster-response-space/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 02:23:12 +0000</pubDate>
		<dc:creator>Kate Chapman</dc:creator>
				<category><![CDATA[Crisis Mapping]]></category>
		<category><![CDATA[haiti]]></category>
		<category><![CDATA[hot]]></category>
		<category><![CDATA[disaster 2.0]]></category>
		<category><![CDATA[openstreetmap]]></category>

		<guid isPermaLink="false">http://www.maploser.com/?p=416</guid>
		<description><![CDATA[Today the United Nations released their report "Disaster Relief 2.0: The Future of Information Sharing in Humanitarian Emergencies."  Two members of the Humanitarian OpenStreetMap Team were interviewed for this report, myself and Nicolas Chavent.   Also of course many other from friend and partner organizations were interviewed as well.

For anyone interested in open data or new methods of crisis response I recommend you read the whole report.  For others, well a seventy-two page report might seem like a bit much so what might be key is the recommendations.  Key is the idea that information communities (called V&#038;TC in the report) came together after the earthquake in Haiti to help.  Much of this revolved around the sharing and collection of data.  The value of this type of activity to make a difference was clearly shown.  The real question though is how do you make this happen again?  And how can this fit into a framework that makes sense from the perspective of the large organizations as well as the informal communities.]]></description>
			<content:encoded><![CDATA[<p>Today the United Nations released their report &#8220;Disaster Relief 2.0: The Future of Information Sharing in Humanitarian Emergencies.&#8221;  Two members of the <a href="http://hot.openstreetmap.org">Humanitarian OpenStreetMap Team</a> were interviewed for this report, myself and Nicolas Chavent.   Also of course many other from friend and partner organizations were interviewed as well.</p>
<p>For anyone interested in open data or new methods of crisis response I recommend you read the <a href="http://issuu.com/unfoundation/docs/disaster_relief20_report">whole report</a>.  For others, well a seventy-two page report might seem like a bit much so what might be key is the <a href="http://www.unfoundation.org/assets/pdf/disaster-relief-2-findings-1.pdf">recommendations</a>.  Key is the idea that information communities (called V&amp;TC in the report) came together after the earthquake in Haiti to help.  Much of this revolved around the sharing and collection of data.  The value of this type of activity to make a difference was clearly shown.  The real question though is how do you make this happen again?  And how can this fit into a framework that makes sense from the perspective of the large organizations as well as the informal communities.</p>
<p>The recommendations suggest a method so that the V&amp;TCs and the traditional humanitarian system can work together.  This includes 5 parts:</p>
<p>&#8220;1. A neutral forum to surface areas of agreement and conflict between international humanitarian system and the V&amp;TCs.<br />
2. An innovation space where new tools and practices can be explored as experiments, allowing for the failures that are a necessary component of learning new ways of working.<br />
3. A deployable field team with a mandate to deploy the best available tools and practices from the V&amp;TCs to the field.<br />
4. A research and training consortium to evaluate the work in the field and to train humanitarians and V&amp;TCs alike in the best practices for information management in a humanitarian context.<br />
5. A clear operational interface that outlines ways of collaborating before and during emergencies, with agreed procedures for communication, shared standards for data exchange and an understanding of roles, priorities and capabilities&#8221;</p>
<p>One of the key differences between technologists experimenting within the humanitarian response space versus a traditional technology start-up is the cost of failure.  Remember in the early days of  Twitter when things went down all the time?  Or other technologies that didn&#8217;t work quite right?  Well, usually the risk is to shareholders, in crisis response this failure can translate to lives.    Hence the recommendation of a neutral space, an experimental zone, a deployment team and a way to communicate successes and failures back.  In some ways this is taking what people were already doing in informal ways and giving it formal pathways.</p>
<p>I think much as new technologies replace old in the start-up space there will still be innovation from outside within the crisis response space.  If the innovation space is working in an optimum setting it will be able to operationalize these techniques coming up outside the formal structures.  Though I suspect some will still slip through, since when there is an emergency people will use what is simple, they know and what works.  No matter what I think if these recommendations are adopted it will be a step forward in bringing the formal and informal groups together.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maploser.com/2011/03/28/disaster-2-0-innovation-in-the-disaster-response-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Japan Editing Stats for OpenStreetMap</title>
		<link>http://www.maploser.com/2011/03/16/quick-japan-editing-stats-for-openstreetmap/</link>
		<comments>http://www.maploser.com/2011/03/16/quick-japan-editing-stats-for-openstreetmap/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 04:37:13 +0000</pubDate>
		<dc:creator>Kate Chapman</dc:creator>
				<category><![CDATA[hot]]></category>
		<category><![CDATA[OSM]]></category>
		<category><![CDATA[japan]]></category>

		<guid isPermaLink="false">http://www.maploser.com/?p=410</guid>
		<description><![CDATA[I was putting together some really quick editing stats about Japan post earthquake/tsunami.  I realized I should probably share them with the larger community rather than keep them to myself. 218 different individuals have editing in Japan in OpenStreetMap.  Those editors have edited 389,431 nodes (this includes adding/removing/changing) .  This has all happened through 1,409 [...]]]></description>
			<content:encoded><![CDATA[<p>I was putting together some really quick editing stats about Japan post earthquake/tsunami.  I realized I should probably share them with the larger community rather than keep them to myself.</p>
<p>218 different individuals have editing in Japan in OpenStreetMap.  Those editors have edited 389,431 nodes (this includes adding/removing/changing) .  This has all happened through 1,409 editing sessions.</p>
<p>Keep it up everyone!</p>
<p>(Update) Some more details.</p>
<p>bbox = ((42.13, 133.45), (32.81, 142.57))</p>
<p>Starting at 00:00 2011-03-10 going to 03:00 2011-03-16.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maploser.com/2011/03/16/quick-japan-editing-stats-for-openstreetmap/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Authoritating Data &#8211; What Makes Some Data Authoritative?</title>
		<link>http://www.maploser.com/2011/02/15/authoritating-data/</link>
		<comments>http://www.maploser.com/2011/02/15/authoritating-data/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 04:01:24 +0000</pubDate>
		<dc:creator>Kate Chapman</dc:creator>
				<category><![CDATA[crowd-sourcing]]></category>
		<category><![CDATA[OSM]]></category>
		<category><![CDATA[crisismappers]]></category>
		<category><![CDATA[openstreetmap]]></category>
		<category><![CDATA[redlands gis]]></category>

		<guid isPermaLink="false">http://www.maploser.com/?p=402</guid>
		<description><![CDATA[As I wrote about in the FortiusOne blog, last week was Redlands GIS Week.  My post there concentrated more on the future of crowd-sourced geographic data in crisis response and ways to more quickly turn that data into information.  That is something that I've spent quite of bit of time thinking about through my work on GeoCommons, as well as my work with the Humanitarian OpenStreetMap Team.  I spent so much time thinking about enabling crowd-sourcing of information and teaching people to edit in OpenStreetMap that something I've never thought much about is the stamping of data to make it authoritative.  During a break-out group at GIS Week we were supposed to discuss 'the Issues with VGI."  Nothing really new to me as far as issues came out of the discussion, one realization did occur was I have previously made data authoritative or authoritating it as I have started saying tongue in cheek.]]></description>
			<content:encoded><![CDATA[<p>As I <a href="http://blog.fortiusone.com/2011/02/14/our-trip-to-redlands-gis-week/">wrote about</a> in the <a href="http://fortiusone.com/">FortiusOne</a> blog, last week was <a href="http://redlandsgisweek.org/">Redlands GIS Week</a>.  My post there concentrated more on the future of crowd-sourced geographic data in crisis response and ways to more quickly turn that data into information.  That is something that I&#8217;ve spent quite of bit of time thinking about through my work on <a href="http://geocommons.com/">GeoCommon</a>s, as well as my work with the <a href="http://hot.openstreetmap.org/weblog/">Humanitarian OpenStreetMap Team</a>.  I spent so much time thinking about enabling crowd-sourcing of information and teaching people to edit in <a href="http://www.openstreetmap.org/">OpenStreetMap</a> that something I&#8217;ve never thought much about is the stamping of data to make it authoritative.  During a break-out group at GIS Week we were supposed to discuss &#8216;the Issues with VGI.&#8221;  Nothing really new to me as far as issues came out of the discussion, one realization did occur was I have previously made data authoritative or authoritating it as I have started saying tongue in cheek.</p>
<p>I think part of the reason I&#8217;ve never really thought about this is that to me data is either authoritative or it is not, but that isn&#8217;t what determines how I use it.  One of the previous jobs I had was doing data quality assurance, during that time I found many errors in that is considered authoritative data.  Because of this previous job I have a lot of experience evaluating data.  Everyone should do some evaluation of data before they use it, but it really depends on the type and the source how much they actually need to do.  In thinking about this evaluation I began to think about the process of when we &#8220;qa&#8217;d&#8221; data before it was delivered to customers.  Essentially that QA process was making data authoritative.  What we were actually doing to create the data was not much different from the crowd-source efforts of many groups today though.</p>
<p>There was usually an expert in the field we were creating datasets for who would figure out what to be collected.  The majority of the actual research though was done by interns or recent college grads.  These people scoured the internet mostly, but would occasionally call to confirm information.  Once a new dataset was created or an old one updated it would go through a quality assurance process.  Much of this was running automated tools to look for data that did not conform to what was expected.  For example geocodes in the wrong state/zip, phone numbers of the wrong length and comparing the new data to old when possible.  Then we would manually look for errors in the data.  Once we decided information was &#8220;good enough&#8221; it would be pushed out to customers.  This is the point where the data became &#8220;authoritative.&#8221;  In the whole data creation process I estimate each dataset was touched between two and one hundred sets of hands.  Two if the expert created the dataset by themselves and then one person tested it.  One hundred if the dataset had been around through multiple updates that large groups of people worked on.  If you compare this to the number of hands datasets from the CrisisMappers list, such as the recent mapping of polling stations in Sudan or the road data for OpenStreetMap the authoritative data hasn&#8217;t even been gone through as thoroughly as the non-authoritative data source.   Also if a mistake was found in the authoritative data source it would have to be updated and go through the whole quality assurance process again.  What really is the difference between the two types of data in this case?</p>
<p>To me, really just that a company put their name on the authoritative data.  I suppose if you are a buyer of the data you would have some recourse if there was a problem with the information.  You could probably ask for all or some portion of your money back, if things went really wrong you could sue.  Though in my examples I believe the crowd-sourced information had been more reviewed, so perhaps the chance of having issue with it is less. I realize this comparison does not work in the case of all datasets, though it is something to think about when discrediting crowd-sourced data. From where did your authoritative data come?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maploser.com/2011/02/15/authoritating-data/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Visiting the University of Texas Map Room</title>
		<link>http://www.maploser.com/2010/12/30/visiting-university-of-texas-map-room/</link>
		<comments>http://www.maploser.com/2010/12/30/visiting-university-of-texas-map-room/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 17:26:57 +0000</pubDate>
		<dc:creator>Kate Chapman</dc:creator>
				<category><![CDATA[geonerd]]></category>
		<category><![CDATA[austin]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[texas]]></category>

		<guid isPermaLink="false">http://www.maploser.com/?p=375</guid>
		<description><![CDATA[This week, I&#8217;m visiting my GeoGlitterDomination partner Thea Clay in Texas. We&#8217;ve been doing a variety of Texas related things such as eating barbecue and touring the Alamo. It goes without saying that we&#8217;ve also been mapping as we go. One thing we did that was both Texas and geonerd, was we visited the University [...]]]></description>
			<content:encoded><![CDATA[<p>This week, I&#8217;m visiting my GeoGlitterDomination partner <a href="http://twitter.com/theaclay">Thea Clay</a> in Texas. We&#8217;ve been doing a variety of Texas related things such as eating barbecue and touring the Alamo.  It goes without saying that we&#8217;ve also been mapping as we go.  One thing we did that was both Texas and geonerd, was we visited the <a href="http://www.lib.utexas.edu/maps/">University of Texas Map Room</a>.  In the basement of one of libraries there is a huge paper map collection.  Rows and rows of maps ranging from world maps to maps of individual cities.  Many of these maps have been scanned and made available online, but it was awesome to see the original paper maps.  There were old Russian maps of Afghanistan from the early 80s, world maps from all types of snapshots in time and a collection of rows and rows of USGS topomaps to highlight a couple favorites.</p>
<p>One of the things I made sure to look at was the maps of Haiti there.  We looked through the original paper copies of the old U.S. Defense Mapping Agency maps which were used to add the original road names to <a href="http://www.openstreetmap.org">OpenStreetMap</a> immediately after the earthquake.  At the time we used the scanned maps which are still available <a href="http://www.lib.utexas.edu/maps/haiti.html">here</a>, but within all the rows of drawers in the map room were the originals.  Another map in the drawer I found to be interesting was a Texaco road map from the 1970s of Haiti which marked all the major roads as well as the Texaco stations there.  The library <a href="http://www.lib.utexas.edu/maps/faq.html#4.html">can&#8217;t scan copyrighted maps</a> which is why you don&#8217;t see this map online (I did snap a picture of it).</p>
<div class="wp-caption aligncenter" style="width: 655px"><a href="http://www.flickr.com/photos/35700286@N03/5307131898/sizes/o/"><img class="  " title="Texaco Haiti Map" src="http://farm6.static.flickr.com/5084/5307131898_f43732c157_b_d.jpg" alt="70s Map of Haiti from Texaco" width="645" height="482" /></a><p class="wp-caption-text">70s Map of Haiti from Texaco</p></div>
<p>Unfortunately the library was closing so we were a bit rushed (one of the reason I neglected to get a photo of the actual map room).  Though if you are a geonerd and find yourself in Austin this is a stop I highly recommend.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maploser.com/2010/12/30/visiting-university-of-texas-map-room/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

