<?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/"
		xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>tending the garden &#187; pdxapi</title>
	<atom:link href="http://www.chesnok.com/daily/tag/pdxapi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chesnok.com/daily</link>
	<description>Selena Deckelmann&#039;s blog about postgres, open source and the web.</description>
	<lastBuildDate>Thu, 09 Feb 2012 19:19:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<copyright>2006-2007 </copyright>
	<managingEditor>selenamarie@gmail.com (tending the garden)</managingEditor>
	<webMaster>selenamarie@gmail.com (tending the garden)</webMaster>
	<image>
		<url>http://www.chesnok.com/daily/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>tending the garden</title>
		<link>http://www.chesnok.com/daily</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>a gathering place for all the stray thoughts</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &#38; Culture" />
	<itunes:author>tending the garden</itunes:author>
	<itunes:owner>
		<itunes:name>tending the garden</itunes:name>
		<itunes:email>selenamarie@gmail.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://www.chesnok.com/daily/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>Setting up a PDXAPI instance</title>
		<link>http://www.chesnok.com/daily/2010/06/03/setting-up-a-pdxapi-instance/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=setting-up-a-pdxapi-instance</link>
		<comments>http://www.chesnok.com/daily/2010/06/03/setting-up-a-pdxapi-instance/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 23:26:40 +0000</pubDate>
		<dc:creator>selena</dc:creator>
				<category><![CDATA[osbridge]]></category>
		<category><![CDATA[portland]]></category>
		<category><![CDATA[civicapps]]></category>
		<category><![CDATA[instructions]]></category>
		<category><![CDATA[pdxapi]]></category>

		<guid isPermaLink="false">http://www.chesnok.com/daily/?p=1738</guid>
		<description><![CDATA[TweetToday I spent a little time setting up a PDXAPI instance of the CivicApps data. There are a few different tools out there for grabbing the data and loading it up, and so I&#8217;m documenting the basic steps here for &#8230; <a href="http://www.chesnok.com/daily/2010/06/03/setting-up-a-pdxapi-instance/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton1738" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.chesnok.com%2Fdaily%2F2010%2F06%2F03%2Fsetting-up-a-pdxapi-instance%2F&amp;text=Setting%20up%20a%20PDXAPI%20instance&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.chesnok.com%2Fdaily%2F2010%2F06%2F03%2Fsetting-up-a-pdxapi-instance%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.chesnok.com/daily/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>Today I spent a little time setting up a PDXAPI instance of the CivicApps data. There are a few different tools out there for grabbing the data and loading it up, and so I&#8217;m documenting the basic steps here for setting up a spatial SQLite using @lokkju&#8217;s python projects.</p>
<pre>
hg clone https://pyspatialite.googlecode.com/hg/ pyspatialite

cd pyspatialite
mv setup.cfg.OSX setup.cfg
python setup.py build
sudo python setup.py install

cd ..
cd pyod

hg clone https://pyod.googlecode.com/hg/ pyod

# unsatisfied dependency!
sudo easy_install pyyaml

pypython fetcher.py
</pre>
<p>This creates a 1 GB sqlite database called &#8216;test.sqlite&#8217;.</p>
<p>Next, I&#8217;ll be testing out loading this into a CouchDB instance and maybe playing with Max Ogden&#8217;s initial PostGIS export.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chesnok.com/daily/2010/06/03/setting-up-a-pdxapi-instance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

