<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for CityState</title>
	<atom:link href="http://eglenn.scripts.mit.edu/citystate/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://eglenn.scripts.mit.edu/citystate</link>
	<description>cities, planning, data, communities, participation</description>
	<lastBuildDate>Wed, 10 Apr 2013 18:24:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Major improvements to acs.R: sneak peak at version 1.0 by Ezra Glenn</title>
		<link>http://eglenn.scripts.mit.edu/citystate/2013/02/major-improvements-to-acs-r-sneak-peak-at-version-1-0/#comment-203</link>
		<dc:creator>Ezra Glenn</dc:creator>
		<pubDate>Wed, 10 Apr 2013 18:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://eglenn.scripts.mit.edu/citystate/?p=502#comment-203</guid>
		<description><![CDATA[John:

Thanks for your comment, and no worries -- I&#039;m glad to hear that you
think the package might be useful.  The timeline is now -- that
package is already available, and can do a lot already -- but it is
also still in development, with new features being add.  If you are
familiar with R as a programming environment already, you are good to
go -- take a look at the user guide posted to the page you commented
on and you can get going.  

As for what&#039;s available, that depends some on the census: the tool
uses the Census API (&lt;http://www.census.gov/developers/&gt;), and so far,
they&#039;ve only made available the 5 year data from 2006-2010 and
2007-2011, and only for certain geographies.  As they add more sets,
the package will work for them as well, so my understanding is that it
is worth starting with, and hopefully will not become a dead-end.

Also, to address some of the shortcomings in available data, I&#039;m also
adding in a tool to allow users to more easily download data from the
American factfinder site.  They&#039;ll still need to actually click the
download button in a browser, but the R package will do the search and
generate a url for them to do this.

--Ezra]]></description>
		<content:encoded><![CDATA[<p>John:</p>
<p>Thanks for your comment, and no worries &#8212; I&#8217;m glad to hear that you<br />
think the package might be useful.  The timeline is now &#8212; that<br />
package is already available, and can do a lot already &#8212; but it is<br />
also still in development, with new features being add.  If you are<br />
familiar with R as a programming environment already, you are good to<br />
go &#8212; take a look at the user guide posted to the page you commented<br />
on and you can get going.  </p>
<p>As for what&#8217;s available, that depends some on the census: the tool<br />
uses the Census API (< <a href="http://www.census.gov/developers/" rel="nofollow">http://www.census.gov/developers/>), and so far,<br />
they&#8217;ve only made available the 5 year data from 2006-2010 and<br />
2007-2011, and only for certain geographies.  As they add more sets,<br />
the package will work for them as well, so my understanding is that it<br />
is worth starting with, and hopefully will not become a dead-end.</p>
<p>Also, to address some of the shortcomings in available data, I&#8217;m also<br />
adding in a tool to allow users to more easily download data from the<br />
American factfinder site.  They&#8217;ll still need to actually click the<br />
download button in a browser, but the R package will do the search and<br />
generate a url for them to do this.</p>
<p>&#8211;Ezra</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on acs.R: a worked example using blockgroup-level data by Ezra Glenn</title>
		<link>http://eglenn.scripts.mit.edu/citystate/2013/03/acs-r-a-worked-example-using-blockgroup-level-data/#comment-202</link>
		<dc:creator>Ezra Glenn</dc:creator>
		<pubDate>Wed, 10 Apr 2013 18:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://eglenn.scripts.mit.edu/citystate/?p=524#comment-202</guid>
		<description><![CDATA[Mara:

Thanks for your comment (and glad to see it being used here in my own
backyard!).  I haven&#039;t tested this extensively -- it really depends
more on the Census API than one the package per se -- but from what I
can tell the leading zeroes are optional.  When I tried your Chinatown
example, it worked either way.

--Ezra]]></description>
		<content:encoded><![CDATA[<p>Mara:</p>
<p>Thanks for your comment (and glad to see it being used here in my own<br />
backyard!).  I haven&#8217;t tested this extensively &#8212; it really depends<br />
more on the Census API than one the package per se &#8212; but from what I<br />
can tell the leading zeroes are optional.  When I tried your Chinatown<br />
example, it worked either way.</p>
<p>&#8211;Ezra</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on acs.R: a worked example using blockgroup-level data by Mara</title>
		<link>http://eglenn.scripts.mit.edu/citystate/2013/03/acs-r-a-worked-example-using-blockgroup-level-data/#comment-201</link>
		<dc:creator>Mara</dc:creator>
		<pubDate>Wed, 10 Apr 2013 15:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://eglenn.scripts.mit.edu/citystate/?p=524#comment-201</guid>
		<description><![CDATA[I&#039;m a little bit confused about the number of digits to use for a given census tract. To make a custom geography (combining two census tracts) I followed your example from &#039;Working With ACS R&#039;(p.7) in which you specify the state, county and tracts using 5-digit FIPS. But in order to retrieve the tracts individually I added a leading zero. Are &#039;leading&#039; zeros optional?

&lt;code&gt;&gt; tract.1=geo.make(state=&quot;MA&quot;, county=&quot;Suffolk&quot;, tract=070200, check=T)
Testing geography item 1: Tract 70200, Suffolk County, Massachusetts .... OK.
&gt; tract.2=geo.make(state=&quot;MA&quot;, county=&quot;Suffolk&quot;, tract=070402, check=T)
Testing geography item 1: Tract 70402, Suffolk County, Massachusetts .... OK.
&gt; chinatown=geo.make(state=25, county=25, tract=c(70200,70402))&lt;/code&gt;

Thanks for your help and many many thanks for developing this package which has made my life so much easier.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m a little bit confused about the number of digits to use for a given census tract. To make a custom geography (combining two census tracts) I followed your example from &#8216;Working With ACS R&#8217;(p.7) in which you specify the state, county and tracts using 5-digit FIPS. But in order to retrieve the tracts individually I added a leading zero. Are &#8216;leading&#8217; zeros optional?</p>
<p><code>&gt; tract.1=geo.make(state="MA", county="Suffolk", tract=070200, check=T)<br />
Testing geography item 1: Tract 70200, Suffolk County, Massachusetts .... OK.<br />
&gt; tract.2=geo.make(state="MA", county="Suffolk", tract=070402, check=T)<br />
Testing geography item 1: Tract 70402, Suffolk County, Massachusetts .... OK.<br />
&gt; chinatown=geo.make(state=25, county=25, tract=c(70200,70402))</code></p>
<p>Thanks for your help and many many thanks for developing this package which has made my life so much easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Major improvements to acs.R: sneak peak at version 1.0 by John</title>
		<link>http://eglenn.scripts.mit.edu/citystate/2013/02/major-improvements-to-acs-r-sneak-peak-at-version-1-0/#comment-182</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 24 Feb 2013 22:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://eglenn.scripts.mit.edu/citystate/?p=502#comment-182</guid>
		<description><![CDATA[Not to be that guy, but this is an amazing prospect for those of us who work with Census and ACS data, so can we get a more concrete timeline on this? When it&#039;s going to be done? And what &quot;done&quot; means - how many ACS years, data sets, etc its going to cover? Those of us who work with Census data are immensely grateful for all your hard work!]]></description>
		<content:encoded><![CDATA[<p>Not to be that guy, but this is an amazing prospect for those of us who work with Census and ACS data, so can we get a more concrete timeline on this? When it&#8217;s going to be done? And what &#8220;done&#8221; means &#8211; how many ACS years, data sets, etc its going to cover? Those of us who work with Census data are immensely grateful for all your hard work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on acs Package Updated: version 0.8 now on CRAN by Ezra Glenn</title>
		<link>http://eglenn.scripts.mit.edu/citystate/2012/03/acs-package-updated-version-0-8-now-on-cran/#comment-180</link>
		<dc:creator>Ezra Glenn</dc:creator>
		<pubDate>Wed, 13 Feb 2013 01:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://eglenn.scripts.mit.edu/citystate/?p=232#comment-180</guid>
		<description><![CDATA[Update: see the added download functionality in the new version of the package: http://eglenn.scripts.mit.edu/citystate/2013/02/major-improvements-to-acs-r-sneak-peak-at-version-1-0/]]></description>
		<content:encoded><![CDATA[<p>Update: see the added download functionality in the new version of the package: <a href="http://eglenn.scripts.mit.edu/citystate/2013/02/major-improvements-to-acs-r-sneak-peak-at-version-1-0/" rel="nofollow">http://eglenn.scripts.mit.edu/citystate/2013/02/major-improvements-to-acs-r-sneak-peak-at-version-1-0/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Major improvements to acs.R: sneak peak at version 1.0 by Ezra Glenn</title>
		<link>http://eglenn.scripts.mit.edu/citystate/2013/02/major-improvements-to-acs-r-sneak-peak-at-version-1-0/#comment-179</link>
		<dc:creator>Ezra Glenn</dc:creator>
		<pubDate>Tue, 12 Feb 2013 16:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://eglenn.scripts.mit.edu/citystate/?p=502#comment-179</guid>
		<description><![CDATA[Mara:

Thanks for the comment/question.  As for which version, you should be
fine with almost anything recent (and certainly R version 2.15.2,
which it seems you are running).  My guess is that you tried to
install the package from the CRAN repository, rather than downloading
the &quot;acs_1.0.tar.gz&quot; file from the CityState website
(http://eglenn.scripts.mit.edu/citystate/2013/02/major-improvements-to-acs-r-sneak-peak-at-version-1-0/).
Since this is a pre-release version, installation is a bit different. 

After you download the file and save it on your computer somewhere,
you start R and type:

&gt; install.packages(&quot;path/to/acs_1.0.tar.gz&quot;)

If that doesn&#039;t work, try these additional options:

&gt; install.packages(&quot;/path/to/acs_1.0.tar.gz&quot;, repos = NULL, type = &quot;source&quot;)

One of those should work, and then you&#039;re good to go -- but see the
draft user guide, too:
&lt;http://eglenn.scripts.mit.edu/citystate/wp-content/uploads/2013/02/wpid-working_with_acs_R2.pdf&gt;.

Once we catch all the bugs, I&#039;ll add this to the repository, and you
will be able to install with just:

&gt; install.packages(&quot;acs&quot;)

but for now, you need these extra steps.

Let me know how it goes!]]></description>
		<content:encoded><![CDATA[<p>Mara:</p>
<p>Thanks for the comment/question.  As for which version, you should be<br />
fine with almost anything recent (and certainly R version 2.15.2,<br />
which it seems you are running).  My guess is that you tried to<br />
install the package from the CRAN repository, rather than downloading<br />
the &#8220;acs_1.0.tar.gz&#8221; file from the CityState website<br />
(<a href="http://eglenn.scripts.mit.edu/citystate/2013/02/major-improvements-to-acs-r-sneak-peak-at-version-1-0/" rel="nofollow">http://eglenn.scripts.mit.edu/citystate/2013/02/major-improvements-to-acs-r-sneak-peak-at-version-1-0/</a>).<br />
Since this is a pre-release version, installation is a bit different. </p>
<p>After you download the file and save it on your computer somewhere,<br />
you start R and type:</p>
<p>> install.packages(&#8220;path/to/acs_1.0.tar.gz&#8221;)</p>
<p>If that doesn&#8217;t work, try these additional options:</p>
<p>> install.packages(&#8220;/path/to/acs_1.0.tar.gz&#8221;, repos = NULL, type = &#8220;source&#8221;)</p>
<p>One of those should work, and then you&#8217;re good to go &#8212; but see the<br />
draft user guide, too:<br />
< <a href="http://eglenn.scripts.mit.edu/citystate/wp-content/uploads/2013/02/wpid-working_with_acs_R2.pdf" rel="nofollow">http://eglenn.scripts.mit.edu/citystate/wp-content/uploads/2013/02/wpid-working_with_acs_R2.pdf>.</p>
<p>Once we catch all the bugs, I&#8217;ll add this to the repository, and you<br />
will be able to install with just:</p>
<p>> install.packages(&#8220;acs&#8221;)</p>
<p>but for now, you need these extra steps.</p>
<p>Let me know how it goes!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Major improvements to acs.R: sneak peak at version 1.0 by Mara Averick</title>
		<link>http://eglenn.scripts.mit.edu/citystate/2013/02/major-improvements-to-acs-r-sneak-peak-at-version-1-0/#comment-178</link>
		<dc:creator>Mara Averick</dc:creator>
		<pubDate>Tue, 12 Feb 2013 16:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://eglenn.scripts.mit.edu/citystate/?p=502#comment-178</guid>
		<description><![CDATA[First off, thank you for this amazing tool- hopefully this will save me from having that extra step between data retrieval from the ACS API and importing it into R.

Seemingly stupid question- what version of R should I be using? 

&lt;code&gt;Warning message:
package ‘acs_1.0.tar.gz’ is not available (for R version 2.15.2) &lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>First off, thank you for this amazing tool- hopefully this will save me from having that extra step between data retrieval from the ACS API and importing it into R.</p>
<p>Seemingly stupid question- what version of R should I be using? </p>
<p><code>Warning message:<br />
package ‘acs_1.0.tar.gz’ is not available (for R version 2.15.2) </code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on acs Package Updated: version 0.8 now on CRAN by Peter</title>
		<link>http://eglenn.scripts.mit.edu/citystate/2012/03/acs-package-updated-version-0-8-now-on-cran/#comment-139</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 24 May 2012 15:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://eglenn.scripts.mit.edu/citystate/?p=232#comment-139</guid>
		<description><![CDATA[Great package, and one that I intend to make use of!

Have you considered instrumenting this package to automate downloads of the appropriate ACS data programmatically from R? I looked into how to fetch the Census data in an automated fashion, but was dismayed to find that the American Factfinder2&#039;s &lt;a href=&quot;http://factfinder2.census.gov/legacy/AFF_deep_linking_guide.pdf&quot; rel=&quot;nofollow&quot;&gt;Deep Linking API&lt;/a&gt; only gets you as far as a webpage, rife with javascript controls, from which one *could* download the appropriate tables.

I know that the &lt;a href=&quot;http://cran.r-project.org/web/packages/UScensus2000/UScensus2000.pdf&quot; rel=&quot;nofollow&quot;&gt;USCensus2000&lt;/a&gt; package provides some facilities for grabbing a whole lot of Census data from R, however my guess is that the decennial Census data is an easier automation problem.]]></description>
		<content:encoded><![CDATA[<p>Great package, and one that I intend to make use of!</p>
<p>Have you considered instrumenting this package to automate downloads of the appropriate ACS data programmatically from R? I looked into how to fetch the Census data in an automated fashion, but was dismayed to find that the American Factfinder2&#8242;s <a href="http://factfinder2.census.gov/legacy/AFF_deep_linking_guide.pdf" rel="nofollow">Deep Linking API</a> only gets you as far as a webpage, rife with javascript controls, from which one *could* download the appropriate tables.</p>
<p>I know that the <a href="http://cran.r-project.org/web/packages/UScensus2000/UScensus2000.pdf" rel="nofollow">USCensus2000</a> package provides some facilities for grabbing a whole lot of Census data from R, however my guess is that the decennial Census data is an easier automation problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hurdy Gurdy (Daniel Seideneder and Daniel Pfeiffer, 2011) by Daniel Pfeiffer</title>
		<link>http://eglenn.scripts.mit.edu/citystate/2012/04/hurdy-gurdy-daniel-seideneder-and-daniel-pfeiffer-2011/#comment-134</link>
		<dc:creator>Daniel Pfeiffer</dc:creator>
		<pubDate>Tue, 08 May 2012 14:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://eglenn.scripts.mit.edu/citystate/?p=473#comment-134</guid>
		<description><![CDATA[Dear Mr. Glenn,
thank you very much for review, critic and compliments for our film. We are very happy to get such a good feedback about Hurdy Gurdy.
Carlos asked about the Musik. It is a new composition, especially made for our film.  The title is Hurdy Gurdy. The composer is Ben Hansen.
We shoot the Film in Estonia with Tilt/shift lenses (real world) and in Hamburg at Wunderwelt (Model World). So we combined the real world with a model world. We try to connect both worlds, with editing and color correction, so that the difference is hardly recognizable. 
If you have any questions or what ever, it would please me, when you contact me.]]></description>
		<content:encoded><![CDATA[<p>Dear Mr. Glenn,<br />
thank you very much for review, critic and compliments for our film. We are very happy to get such a good feedback about Hurdy Gurdy.<br />
Carlos asked about the Musik. It is a new composition, especially made for our film.  The title is Hurdy Gurdy. The composer is Ben Hansen.<br />
We shoot the Film in Estonia with Tilt/shift lenses (real world) and in Hamburg at Wunderwelt (Model World). So we combined the real world with a model world. We try to connect both worlds, with editing and color correction, so that the difference is hardly recognizable.<br />
If you have any questions or what ever, it would please me, when you contact me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on org2blog by Jason John Wells</title>
		<link>http://eglenn.scripts.mit.edu/citystate/2012/02/org2blog/#comment-131</link>
		<dc:creator>Jason John Wells</dc:creator>
		<pubDate>Sun, 06 May 2012 17:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://eglenn.scripts.mit.edu/citystate/?p=184#comment-131</guid>
		<description><![CDATA[Thanks for the tip.  I think I overlooked a static HTML front end.  I should probably keep it simple as tinkering and comparing a &quot;better solution&quot; can in the way of actually publishing something.

Have you come across Kurt Schwehr&#039;s Research Tools course material?  He has published some great .org class lecture note files and YouTube videos.  

He covers Emacs, Org, Python and GIS.  

http://schwehr.blogspot.jp/2011/10/research-tools-lecture-1-introduction.html]]></description>
		<content:encoded><![CDATA[<p>Thanks for the tip.  I think I overlooked a static HTML front end.  I should probably keep it simple as tinkering and comparing a &#8220;better solution&#8221; can in the way of actually publishing something.</p>
<p>Have you come across Kurt Schwehr&#8217;s Research Tools course material?  He has published some great .org class lecture note files and YouTube videos.  </p>
<p>He covers Emacs, Org, Python and GIS.  </p>
<p><a href="http://schwehr.blogspot.jp/2011/10/research-tools-lecture-1-introduction.html" rel="nofollow">http://schwehr.blogspot.jp/2011/10/research-tools-lecture-1-introduction.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
