<?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>WhereCampPDX Blog &#187; humor</title>
	<atom:link href="http://www.wherecamppdx.org/category/humor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wherecamppdx.org</link>
	<description>a free unconference focusing on all things geographical</description>
	<lastBuildDate>Wed, 01 Sep 2010 17:13:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Making Maps</title>
		<link>http://www.wherecamppdx.org/2008/10/making-maps/</link>
		<comments>http://www.wherecamppdx.org/2008/10/making-maps/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 02:46:42 +0000</pubDate>
		<dc:creator>anselm</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[emergency preparedness]]></category>
		<category><![CDATA[humor]]></category>

		<guid isPermaLink="false">http://www.wherecamppdx.org/?p=98</guid>
		<description><![CDATA[What are some of the tools that map makers use to make maps? It&#8217;s a question that not only concerns developers but also concerns managers and project leads.  Many projects, ranging from that small website for a restaurant, or for say a small eco-roofing company, to say a corporate intranet mapping the location of company [...]]]></description>
			<content:encoded><![CDATA[<p>What are some of the tools that map makers use to make maps?</p>
<p>It&#8217;s a question that not only concerns developers but also concerns managers and project leads.  Many projects, ranging from that small website for a restaurant, or for say a small eco-roofing company, to say a corporate intranet mapping the location of company vehicles, all eventually come to a need for a good mapping solution.</p>
<p>If you&#8217;d asked this question even 4 years ago it would be a fairly complicated answer.  And in fact the answer can still be complicated.  But today you have a spectrum of choice.  There are tools that range from pretty much hands off all the way to complete control.</p>
<p>A mapping solution is best thought of as a stack rather than a single &#8216;widget&#8217;.  The stack consists of pieces ranging from the &#8216;user interface&#8217; to the &#8216;map styling&#8217; to the low level &#8216;data storage&#8217; &#8211; which can also include &#8216;data collection, management and grooming&#8217;.</p>
<p>Here&#8217;s a quick fly through of what a typical stack is going to look like;</p>
<p>At the top we have <a href="http://google.com/search?q=google+maps+api" target="_blank">Google Maps</a>.  It&#8217;s worth mentioning this one just to get it out of the way.  Most folks are familiar with the map interface pioneered by Google of course.  It is an almost ideal 80% solution for web mapping.  Since the maps are served as tiles, and since the display logic is largely running on the client, this is a very fast very satisfying user experience.  The only real drawback is that the map itself is not highly customizable.  It&#8217;s easy enough to draw lines, place markers and have popups, but it is only part of a total mapping solution.  If you have your own custom display such as you might see at <a href="http://serveyourcountryfood.net">http://serveyourcountryfood.net</a> you&#8217;ll need to start dealing with managing your own data.</p>
<p>Most readers can stop right here basically.  If you want a simple mapping solution &#8211; just throw in Google Maps (or even <a href="http://google.com/search?q=yahoo+maps+api" target="_blank">Yahoo Maps</a>) and move on to other things in your lives.  A few readers are going to need more however and the rest of this essay is for them.</p>
<p><a title="OpenLayers" href="http://openlayers.org" target="_blank">OpenLayers</a> is similar to Google Maps but it starts to enter the land of providing you real power.  This is also a client side browser based mapping solution but is open source and is very feature rich and highly customizable.  There&#8217;s been extensive support for edge cases and special features such as handling different coordinate projection types, different rendering targets ( rendering to a FireFox Canvas for example ), and things of this nature.</p>
<p>At this &#8220;user interface level&#8221; there also exist a variety of other mapping solutions.  <a href="http://google.com/search?q=stamen+maps">Stamen Maps</a> has a good flash based mapping solution that is open source and that you can customize.  Many other folks have also written mapping clients and you&#8217;ll find a lot of solutions to choose from.</p>
<p>Even here most people who are still reading are going to stop; they may need more than what Google Maps offers but Openlayers may be good enough.  But beyond this there are a few businesses and ventures that need something that provides an order of degree of more customization.  One of the projects I&#8217;ve been contributing to has a need to print maps in Arabic.  Another organization I know wants to feature an emphasis on watersheds rather than roads.  Both of these kinds of criteria start to incur radically increased costs but as well improved fidelity over your message.</p>
<p>When you decide to generate your own map data you&#8217;re forced down a split in choices &#8211; and your costs are going to rise dramatically.  You can go with commercial solutions such as ESRI and the like &#8211; these are very very good &#8211; superlative in fact &#8211; but you pay for this quality.  On the other side of the fence you&#8217;re going to be looking at a lot of pieces that have to be assembled with some care.</p>
<p>It is this &#8216;middle tier&#8217; of the stack &#8211; the zone where you can customize appearance &#8211; that we&#8217;ll look at briefly now.</p>
<p>The art of actually &#8216;making maps&#8217; relies on a designerly asthetic, it&#8217;s going to rely on good map data, and it&#8217;s going to rely on a map generation engine.  There&#8217;s a whole history of how to make maps look good.  Drop by Powell&#8217;s Technical Books to see a wide selection of books that simply deal with issues of map layout, color choices, decluttering strategies and a whole host of other complex factors.</p>
<p>Luckily tools like <a href="http://google.com/search?q=mapserver">MapServer</a>, <a href="http://google.com/search/?q=geoserver">Geoserver</a>, <a href="http://google.com/search?q=Mapnik">Mapnik</a> and others can automate away most of this work with reasonable defaults.  Feed these engines the right data, the right styling information and they&#8217;ll produce for you reasonably high quality maps that you can pass off to Google Maps or to OpenLayers or any other top level mapping widget.</p>
<p>Below this level we come to the basics of data management.  Aside from issues like caching, and scalability (which I&#8217;ll gloss over) there is the fundamental issue of storing your map raw data.  The choice here is often constrained by needing to interoperate with conventional relational databases.  Often applications treat map data as an aside, and the mapping solution has to fit within the broader scope of a pre-determined technology framework.  These days MySQL is a good choice; but up until recently there was a significant bias towards <a title="PostgreSQL" href="http://google.com/search/?q=postgresql">PostgreSQL</a> because it had better feature for &#8220;spatial queries&#8221; via a tool called PostGIS.  PostgreSQL is still somewhat favored by many of the open source solutions.  As well it is worth noting that many projects ( such as my own older project at <a href="http://civicmaps.org">civicmaps.org</a> ) you can even get away with just supplying &#8220;shapefiles&#8221; that are not in a database at all.</p>
<p>This more or less defines the basics of serving maps.  But often people who are going this far are going to be doing their own map processing as well.  These are people who are going to be using tools such as Grass to do analytics on raster map data, or the kinds of tools you can find at <a href="http://google.com/search?q=OSGEO">OSGEO</a> for manipulating and managing vector datasets.</p>
<p>There is one piece below all of this that is worth mentioning: your hardware infrastructure.  Somebody in your organization is ultimately going to be serving that map on some kind of hardware.  It might be you &#8211; on your own hardware &#8211; it might be a team of dedicated sysadmins ready to jump to your every call.  Depending on what kind of mapping solution you&#8217;re providing this could range from fairly heavy dedicated machines; multiple database servers, fallover redundancy and the like &#8211; to just something as simple as a dreamhost account or an amazon EC2 account.  Almost inevitably this is going to be running some commodity operating system; FreeBSD, Ubuntu, MacOSX even Microsoft Windows &#8211; all solutions that work well.  And inevitably there&#8217;s going to be some kind of web server; be it Apache, or Mongrel or some of the other solutions.  This stuff is all pretty rote &#8211; your sysadmins are basically going to have well defined opinions on these issues &#8211; but it&#8217;s worth mentioning because each of these architectures deals with caching, multiple concurrent connections and the like in different ways and this can ultimately affect the quality of the experience [ except possibly in the case of Google Maps ].</p>
<p>Beyond this it&#8217;s worth mentioning that some of the basic data management chores such as geocoding can be accomplished using tools such as <a href="http://geocoder.us">Geocoder.us</a> or Google Maps itself.  There is also the excellent <a href="http://ondemand.metacarta.com">MetaCarta Geolocation Engine</a>.  There is a database of place names at <a href="http://geonames.org">Geonames</a>, and you&#8217;ll find lots of great map data all over the net such as the excellent <a href="http://google.com/search?q=bmng+nasa">NASA Blue Marble Next Generation</a>, Tiger Data (for USA Streets), and <a href="http://openstreetmap.org">Open Street Maps</a> for streets for the entire planet ( which includes Tiger as well anyway ).  Lots of social web 2.0 services like twitter support location queries, and you can even collect random pretty images from locations using services such as <a href="http://flickr.com" target="_blank">Flickr</a>.</p>
<p>Hopefully this serves as a quick cursory overview of the various mapping stacks and what it takes to make a mapping solution.  For 80% of website builders the answer is just going to be &#8216;Google Maps&#8217;; but for those who want more &#8211; the technology is there &#8211; the expertise is there &#8211; and the solutions are quite complete.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wherecamppdx.org/2008/10/making-maps/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Local motives</title>
		<link>http://www.wherecamppdx.org/2008/10/local-motives/</link>
		<comments>http://www.wherecamppdx.org/2008/10/local-motives/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 18:56:35 +0000</pubDate>
		<dc:creator>anselm</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[emergency preparedness]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[logistics]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://www.wherecamppdx.org/?p=59</guid>
		<description><![CDATA[Local Motives It&#8217;s not the geography of the place -it&#8217;s the interactions that happen in that place. &#8212; Gail Ann WiIliams @ the Well [ quoted from her talk at the isite @ love at first website event here in Portland October 14th 2008 ] What do you call a group of folks interested in [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Local Motives<br />
</strong><em><span class="entry-content"><br />
It&#8217;s not the geography of the place -it&#8217;s the interactions that happen in that place. &#8212; Gail Ann WiIliams @ the Well [ quoted from her talk at the isite @ love at first website event here in Portland October 14th 2008 ]<br />
</span></em></p>
<p>What do you call a group of folks interested in place?  A gaggle?  A cluster?  A flock?  Whatever you call it; Portland has it.  Here are a few of the extremely diverse but cartographically inclined folks and organizations that I&#8217;ve run across recently:</p>
<p><strong>Humaninet<br />
</strong></p>
<p>The <a title="Humaninet" href="http://www.humaninet.org" target="_blank">Humaninet</a> folks exemplify pragmatic technology needs and concern for human welfare.  They do disaster relief and disaster relief planning.  Their mission is to &#8220;help the people who help the people&#8221;.  Gregg and his team consolidate and test best practices.  They document and make these practices available to people dealing with crisis such as tsunami, hurricanes and other disruptive events.</p>
<p>Spend some time with these folks and you&#8217;ll hear all kinds of war stories, hopefully get to play with satellite telephones and hear pragmatic critical advice on what is really needed (versus what we sometimes think people will need).  They need volunteers and technology and are very open to new contributors. What makes them interesting from a technologists point of view is that they are a good bell-weather for the effectiveness of locative technology.  Finding appropriate mapping solutions that work in the field, under extreme conditions, often on very short time frames is harder than it looks.</p>
<p><strong>Suddenly Project<br />
</strong></p>
<p>On the arts side Stephanie Snyder and Matthew Stadler have been doing an ongoing lecture series over at <a title="Suddenly.org" href="http://www.suddenly.org" target="_blank">suddenly.org</a> .  In their words &#8220;Suddenly is a book, a set of exhibitions, and a series of public events concerning the new shape of cities beginning in Portland, Oregon this fall&#8221;.  They&#8217;ve invited speakers and artists in to examine our urban landscapes, how we respond to them and what sense of ownership we have or do not have over them.</p>
<p>One of the recent Suddenly evening talks took place in an abandoned parking lot in Beaverton just two weeks ago.  Literally an anti-place &#8211; a place where very few would willingly choose to go and spend an evening.  Difficult to find, not registered on google maps, without signs, it was only found by coarse directions and wandering about.  The place was eerie, sad and desolate in some regards.  We claimed it for the night with warm candles and a big table covered in shimmering glasses of wine and drinks and food and good conversation.  Matthew had brought in two speakers &#8211; Thomas Sieverts and Aaron Betsky.  The conversation was a reflection on the space we were in: what was the appropriate response to it?  Turn it into housing?  Turn it into a park?  Truly let it go and free it from the strange intersection of laws and ownership that kept it a half place?  For me the event reminded me of how little is unclaimed and yet how little of what we claim do we actually bother to steward.  It reminded me of our own fear of ownership, of taking things that are broken, even if not ours, and reclaiming and rewriting those broken landscapes.  We were rained on, and partially exposed, and yet the inclement weather didn&#8217;t keep us from talking about what was meant by these places, how we felt about them.</p>
<p><strong>Laurene Vaughan and Place Making<br />
</strong></p>
<p>Hopping over to PNCA there was a talk in September by Dr Laurene Vaughan visiting from RMIT University in Melbourne.  They have a masters program in Melbourne and she showcased some of the work and extended an invitation for students to apply.</p>
<p>There were two aspects of her talk of interest to locative folks.  She uses the phrase &#8216;place-making&#8217; &#8211; a phrase not often heard but one which reminds us how important it is to be aware of the plasticity of our environments; that when we choose to do something somewhere that we start to change that place.  As well she also thinks of herself as a &#8216;maker&#8217;.  She works at avoiding simply talking and tries to engage in doing.</p>
<p>Her particular take was nuanced however &#8211; she voiced a particular interest in the &#8216;epistemology of discovery through making&#8217; and talked about being conscious of the space that you yourself are in when you are creating.  In the way she used &#8216;place-making&#8217; she also referred to the impact on oneself, and how the place affected the work.  Often we forget the history associated with what we make or covet; the work becomes disconnected from its geographic umbilical.  If there was one phrase that best captured all this it would be &#8216;material thinking&#8217; &#8211; thinking that is not just inside the head but that is with things and with people &#8211; that you are holding stuff in your hands and moving it around, talking about it, and trying to make pieces fit.  It all sounds a bit abstruse but in fact it is very similar to the George Lakoff, Marvin Minksy and &#8216;embodied mind&#8217; philosophers; and in fact the same strategy that you see in how people design walking robots these days &#8211; the idea of &#8216;subsumption architectures&#8217; where reasoning and computation use the real world as part of memory rather than trying to pre-plan&#8230;</p>
<p>There was also quite a bit of practical discussion about collaboration; how to actually work with other people, how to actually make and measure progress.  We all know this can be hard, and she had experience here.  One maxim was that that in a group setting that if somebody suggested something then they had to carry it out &#8211; shifting the burden of responsibility.  Another technique was to do design charettes; intense focused sessions &#8211; not entirely dissimilar from what I would call a &#8216;code sprint&#8217;.  Part of this also included best practices that we&#8217;d recognize from software programming:  open source design, democratizing design and documenting work as you go to show process.</p>
<p><strong>City Repair Project<br />
</strong></p>
<p>The <a title="CityRepair Project" href="http://cityrepair.org" target="_blank">City Repair Project</a> is an &#8220;organized group action&#8221; that educates and inspires communities and individuals to creatively transform the places where they live.  For example a recent project is to &#8220;depave&#8221; unnecessary pavement and concrete from urban areas in order to help reduce storm-water run off and habitat restoration.  They&#8217;re also involved in creating housing spaces for homeless folks and you&#8217;ll often see their tea van at Earth Day and other events around town.</p>
<p><strong>Results Under Action<br />
</strong></p>
<p>Portland artists have often cast their gaze on the issue of place itself.  The gaze is not necessarily maudlin or benign or sentimental; it can try to simply observe, to document, to laugh at, or laugh with.  Imagine if you had a giant pen and could write directly on buildings; a kind of huge graffiti.  What would you say?</p>
<p>Justin Gorman&#8217;s work reflects on this.  He builds transportable mobile narrative footnotes that are site specific and often large in the sense of being able to reflect on the buildings or structures they comment on and not disappear by comparative volume.  The works are transient in nature but are carefully captured in an ongoing documentation process.  His work was featured at the Time Based Arts Festival earlier in Portland this summer from PICA and he continues to iterate on the ideas at <a title="Results Under Action" href="http://resultsunderaction.com/indexhibit/" target="_blank">Results Under Action</a>.  One of the things I enjoy most about this work is that it is simply large; there&#8217;s something visceral about making work that is big &#8211; that takes up space and that requires labor.</p>
<p><strong>ReCode</strong></p>
<p>I happened to wander past Laughing Horse Books &#8211; a progressive, anarchist and gay, lesbian, transgendered friendly space near the Green Dragon Cafe where we have been doing our WhereCamp planning sessions.  It turned out there was an evening meeting of <a title="Recode" href="http://recode.cc">ReCode</a> taking place here and this it turned out was a group looking at civic bylaws and planning in order to try and create more flexibility for home builders.  One of the pressing issues for example is that there are restrictive laws on the use of grey-water.  You can throw a water collection basin on your roof but you are not legally allowed to use that water in your home.  There are a lot of silly laws like this that need to be revised and these folks were closely involved in fighting the good fight.  What did surprise me however was the degree of non-technical inclination here.  One person mentioned how nice it would be if he could bring extra vegetables from his garden to a local market; and in my mind I thought well the obvious answer was to just twitter that you had some extra vegetables and put the burden on somebody else to actually deal with picking them if they wanted them.  It&#8217;s exactly this kind of group that I hope has a chance to participate in WhereCamp and find practical ways to leverage the diversity of experience that others have.</p>
<p><strong>Concluding thoughts</strong><strong><br />
</strong><br />
I&#8217;m sure this is only a tiny tiny sliver of the number and kinds of groups here in Portland.  I didn&#8217;t even mention the Systems Studies group at PSU (whom I keep running into) for example.  The fact is that we&#8217;re all involved in place in some way.  Locative media is something that we&#8217;re all poking at.  Artists and technologists both have a lot to contribute to an understanding of place. This could be an encouragement for each of us to talk about our work, to publish, to get feedback and to be a part of the conversation.  These are also in line with my own hopes for WhereCamp &#8211; to continue the discussion of place, both in a pragmatic sense and a spiritual sense.  For the pragmatists, the environmentalists, humanitarians, city-planners, there is value in the artistic critical gaze that provides new insight.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wherecamppdx.org/2008/10/local-motives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stopping the Social Cartography Menace</title>
		<link>http://www.wherecamppdx.org/2008/09/stopping-the-social-cartography-menace/</link>
		<comments>http://www.wherecamppdx.org/2008/09/stopping-the-social-cartography-menace/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 03:41:33 +0000</pubDate>
		<dc:creator>anselm</dc:creator>
				<category><![CDATA[humor]]></category>
		<category><![CDATA[anselm]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[gis]]></category>
		<category><![CDATA[social cartography]]></category>
		<category><![CDATA[tongue in cheek]]></category>
		<category><![CDATA[wherecamp]]></category>
		<category><![CDATA[wherecamppdx]]></category>

		<guid isPermaLink="false">http://www.wherecamppdx.org/?p=28</guid>
		<description><![CDATA[A disturbing new trend is showing up among the consumer base.  It has the potential to be worse than mix-tapes, worse than the VHS, indeed worse than online piracy.  Consumers are taking it upon themselves to make their own maps of their own neighborhoods and their own issues. The HQ for this behavior appears to [...]]]></description>
			<content:encoded><![CDATA[<p>A disturbing new trend is showing up among the consumer base.  It has the potential to be worse than mix-tapes, worse than the VHS, indeed worse than online piracy.  Consumers are taking it upon themselves to make their own maps of their own neighborhoods and their own issues. The HQ for this behavior appears to be at WhereCamp Portland in October &#8211; we need to infiltrate this event and put a stop to this kind of behavior!</p>
<p>What we are seeing is increased collaboration and knowledge share between GIS professionals and amateur &#8220;social cartographers&#8221;.  The net effect of all this is that there may be less reliance on a single top down point of view and official maps of streets, places and businesses.  After many years we are finally able to provide beautiful, car centric, easy to use maps of city streets and businesses.  But instead of relying solely on what we&#8217;re providing people are instead beginning to rely on maps they make themselves &#8211; maps that have short-cuts through empty fields where there isn&#8217;t a single store, or that feature things that are not for sale.  Indeed concepts such as &#8220;friends&#8221; and &#8220;trust&#8221; are appearing which may circumvent advertising and marketing in some cases.  Consumers may start to explore their neighborhoods more and may become more neighborly and participate more in local events &#8211; and may even consume less.  This has to be stopped!</p>
<p>Already consumers are engaged in activities such as finding places where fruit may be plucked from trees &#8220;for free&#8221;.  See <a href="http://urbanedibles.org/" target="_blank">http://urbanedibles.org</a> for example.  We are consumers not foragers &#8211; we don&#8217;t have forager report we have consumer report!  Clearly this is circumventing taxation, organic certification process, liabilities and insurance payments and much of the infrastructure that has been built to protect us.  Not to mention this kind of marginalization of clear ownership creates doubt as to some of the specific enforcement roles we&#8217;ve asked of law enforcement, lawyers and the judicial system.</p>
<p>We even see people getting lunch from tasty and cheap outside food carts instead of a proper sit down indoor restaurant.  There is a sense of a civic life being created that involves being outside, chatting with friends in groups of two or more and enjoying the outdoors simply for its own sake.  See <a href="http://foodcartsportland.com/" target="_blank">http://foodcartsportland.com</a>.  Clearly this will just lead to frivolity and enjoyment of simple pleasures!</p>
<p>Aside from the obvious inaccuracies of these &#8220;people made maps&#8221;, it clearly is not possible for consumers to collaboratively create quality by collectively adding to shared maps.  We are going to end up with a wikipedia like level of quality that is superficially compelling but that ultimately will have imperfections.  With individual bias, and human error, and lack of a professional auditing process and the years of specialized training that this requires &#8211; the outcome necessarily must be compromised.  As well with subjective human input places may be colored by personal experience or emotion rather than subject to the dry rigor of reason.  The fact that a certain field may be &#8220;a nice place to take the dogs for a run&#8221; is really secondary to the fact that it is a &#8220;development lot that will be turned into stylish condos&#8221;.  When communities start to favor emotional qualities rather than economic qualities there may be an aspect of &#8220;place making&#8221; that takes place.  Consumers may start to insist on things being a certain way &#8211; they may become more &#8216;picky&#8217; and &#8216;demanding&#8217; &#8211; and this could be bad for business.</p>
<p>Longer term trends could even include the diminishment of big box store outlets, chain outlets and the service industry as a whole.  People may learn to rely on neighbors and friends for things they need.  When people can see bargains &#8220;anywhere&#8221; using their social cartography tools they may go to bazaars of the back streets rather than to the convenient and shiny pseudo markets that we&#8217;ve built on front street.  Instead of staying at clean and comfortable new hotels people may even just camp for free, or stay with friends of friends when traveling, because places that were formerly invisible will show up on their maps!  Instead of everybody owning a car people might just do social hitch-hiking!  Effectively our economy will be driven underground.  The hyper-liquidity of the market that we enjoy today, with the large pools of dollars that we have at our disposal, will dry up as it becomes harder to scoop off the cream of peoples labor with taxation.</p>
<p>As well people may more quickly develop an understanding of their neighborhood &#8211; even if they&#8217;ve just moved there &#8211; and how those neighborhoods connect to the local environment.  See <a href="http://www.everyblock.com/" target="_blank">http://www.everyblock.com/</a> for example.  They may react poorly to issues like local superfund sites, or underfunded community schooling or other inescapable side effects of civic planning.  We really have no way of seeing what people will respond to.  There is a concerning possibility that entire communities may become highly mobilized to improve their local quality of life, their local watersheds and ecosystems at the expense of industry.  This could harm development!</p>
<p>How can we stop it?  Of course if we come right out and make it illegal this will just systemically foster resentment.  We&#8217;ve tried this before by giving charter rights to specific organizations but ultimately just ended up creating Open Street Maps [ <a href="http://www.openstreetmaps.org/" target="_blank">http://www.openstreetmaps.org</a> ] .  The right approach this time will require more subtlety.</p>
<p>We could seek to deflect genuinely new ideas by having them fit within tired old paradigms.  In particular build heavy clumsy standards that bog innovation by requiring people to be &#8220;doing it the right way&#8221; or face censure.  We can build a pro-forma &#8220;open source&#8221; consortium and define standards &#8211; while at the same time populating that standards body with vested interests that reflect traditional values.  This may work.</p>
<p>We could try to keep GIS professionals and amateurs safely apart so that expertise and new needs don&#8217;t intersect.  For example we could offer what appear to be grass roots &#8220;open source&#8221; events that in fact have significant barriers to entry such as holding the event in South Africa and having entrance fees even for speakers &#8211; presenting a facade of being &#8220;fair&#8221; or &#8220;egalitarian&#8221; while actually effectively blocking outsider thinking.  This will help assure that participants have the orthodox vested interests and expertise to preserve the status quo and appropriately marginalize disruptive new ideas.</p>
<p>It may even be possible to try and frame grass roots activity as a kind of specialization of traditional GIS &#8211; say referring to it as &#8220;volunteered geographic information&#8221; to create the appropriate radioactive waste handling wrapper around any invocation of the phenomena &#8211; and in this way treat consumer participation not as a revolution but as simply an extension in line with previous thinking and planning.</p>
<p>We could also try to encourage that people seek to maintain as much ownership over intellectual property and data assets as possible to minimize the possibility that the pooling of those assets creates a critical mass of real value.  Ideas about &#8220;the commons&#8221;, Creative Commons licensing, federating data, aggregation and suchlike should be avoided in all discussion.  We can laud concepts such as &#8220;open source&#8221; while preserving all other aspects of traditional business process and ownership and thus appear to be forward thinking while not compromising revenue streams.</p>
<p>Overall we are facing a challenging landscape and if we want to maintain the status quo as it exists, with our traditional maps, and their emphasis on official streets, well named resources, and approved place names and civic resources, we will have to work hard.  The social cartographers are organizing in two weeks right here in Portland on October 17th 2008.  We have significant challenges ahead &#8211; I beseech you to do your best to stop this menace &#8211; remember our economy is counting on you!</p>
<p>- anselm@hook.org</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wherecamppdx.org/2008/09/stopping-the-social-cartography-menace/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
