﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Manifold Community Site: Calculating population within circle</title><link>http://forum.manifold.net/forum/t66131</link><description>Manifold Community Site thread</description><image><url>http://forum.manifold.net/forum/images/img-feedhead.png</url><title>Manifold Community Site: Calculating population within circle</title><link>http://forum.manifold.net/forum/t66131</link></image><item><title>RE: Calculating population within circle</title><link>http://forum.manifold.net/forum/t66131#66132</link><description>&lt;P&gt;I haven't been able to figure out how to solve a simple GIS problem with Manifold: how can I calculate the population within a circle? I have one layer containing the circle and another layer containing counties with population data. Of course, the problem is how to calculate the population when only part of a county is located within the circle.&lt;/P&gt;&lt;p class='file'&gt;Attachments:&lt;br&gt;&lt;a href='http://forum.manifold.net/Attachments/54/66132/Nappanee2.map'&gt;&lt;img src='images/dwn-http.gif' align='absmiddle'&gt;&lt;/a&gt;&lt;a href='ftp://forum.manifold.net/attachments/54/66132/Nappanee2.map'&gt;&lt;img src='images/dwn-ftp.gif' align='absmiddle'&gt;&lt;/a&gt;&lt;span&gt;Nappanee2.map&lt;/span&gt;&lt;br&gt;&lt;/p&gt;</description><dc:creator>sitesatlas</dc:creator><comments>http://forum.manifold.net/forum/t66131#66132</comments><guid>http://forum.manifold.net/forum/t66131#66132</guid><pubDate>Fri, 06 Jun 2008 19:33:49 GMT</pubDate></item><item><title>RE: Calculating population within circle</title><link>http://forum.manifold.net/forum/t66131#66133</link><description>&lt;P&gt;There are a bunch of steps to this, but once you do it, it should be pretty straight forward:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;first, copy the area of your counties into a new field in the county drawing &lt;LI&gt;&amp;quot;clip&amp;quot; your counties to your circle.  If you look at your data, the counties that were on the edge should have an area which is smaller then your original that you copied into the field in step 1. &lt;LI&gt;copy this &amp;quot;new&amp;quot; area to a new field (so you should have the original area in one field, the new area in another, and these should be the same for everything except for the counties that were on the edge). &lt;LI&gt;divide your &amp;quot;new&amp;quot; area by the original.  This should set a bunch to 1, and the ones on the edge to less then one. &lt;LI&gt;multiply the population by this new number.  As you can see, a bunch of the countie's populations should have remained the same, while some (the ones on the edge) should now have their appropriate portion of the population being shown. &lt;LI&gt;create a field in your circle layer that is &lt;STRONG&gt;exactly the same&lt;/STRONG&gt; as your population field in your counties (same name, type etc.) &lt;LI&gt;right click on this population field in &lt;STRONG&gt;both&lt;/STRONG&gt; drawings, and set the transfer rules to 1-N copy, N-1 sum. &lt;LI&gt;open your map, and click &amp;quot;drawing - spatial overlay&amp;quot; &lt;LI&gt;from here, you can select your from, to etc. and the total population will be placed.&lt;/OL&gt;&lt;P&gt;Of course, this assumes that the population for your counties is evenly distributed;-)  Also, you may want to change the projection (at least temporarily) of your counties to TM, just so that the areas are reported in meters so its a little easier to read.&lt;/P&gt;&lt;P&gt;As an aside, I got an answer of 21867353.  I have attached your project back with the above done.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;p class='file'&gt;Attachments:&lt;br&gt;&lt;a href='http://forum.manifold.net/Attachments/55/66133/Nappanee3.map'&gt;&lt;img src='images/dwn-http.gif' align='absmiddle'&gt;&lt;/a&gt;&lt;a href='ftp://forum.manifold.net/attachments/55/66133/Nappanee3.map'&gt;&lt;img src='images/dwn-ftp.gif' align='absmiddle'&gt;&lt;/a&gt;&lt;span&gt;Nappanee3.map&lt;/span&gt;&lt;br&gt;&lt;/p&gt;</description><dc:creator>jburn</dc:creator><comments>http://forum.manifold.net/forum/t66131#66133</comments><guid>http://forum.manifold.net/forum/t66131#66133</guid><pubDate>Fri, 06 Jun 2008 21:35:54 GMT</pubDate></item><item><title>RE: Calculating population within circle</title><link>http://forum.manifold.net/forum/t66131#66137</link><description>&lt;P&gt;I initially thought this would be a straight-forward spatial overlay, just needing transfer rules correctly set. Basis of this was counties straddling perimeter need population proportional to area (same assumption of course), so transfer 1:n should be proportional using Area(I). n:1 should be the sum of all counties pop entirely within perimeter. However Spatial overlay using &amp;quot;Areas to touching areas&amp;quot; returns the sum of all the counties, apparently without computing the proportion of the marginal ones. Can't find explicit reference that area / area combinations don't honour proprtional transfer rules?&lt;/P&gt;&lt;P&gt;A workaround version 2. Create a boundary for your circle (transform / boundaries) put it in another drawing if you want, but no need. Making sure transfer rules are set as in the paragraph above, use the split transform to split your counties (make a copy and do it on that) using the boundary line. If you thematically format your counties beforehand using Population, you'll be able to visually see and verify the results. Now you can successfully use Spatial Overlay with the &amp;quot;Areas to containing areas&amp;quot; option. That gives a valid result. &lt;/P&gt;&lt;P&gt;As far as the initial method is concerned, I thought it would work&lt;IMG SRC='images/emo-blush.gif'&gt; anyone got any definitive insight or reference - can't pick anything from the forum or doco - most examples use a combination of areas and points or lines?&lt;/P&gt;</description><dc:creator>Graeme</dc:creator><comments>http://forum.manifold.net/forum/t66131#66137</comments><guid>http://forum.manifold.net/forum/t66131#66137</guid><pubDate>Fri, 06 Jun 2008 22:21:36 GMT</pubDate></item><item><title>RE: Calculating population within circle</title><link>http://forum.manifold.net/forum/t66131#66138</link><description>&lt;P&gt;Just reviewed the doco and in particular the topic &amp;quot;Intersection Overlays&amp;quot; '..This is a small, but sophisticated example that uses Transfer Rules, Split with, Clip with (Intersect) and Spatial Overlay commands'. I suspect using the &amp;quot;split with&amp;quot; step may be necessary in area-area spatial overlays. From the Transfer Rules topic in help: &lt;I&gt;Spatial overlays are a different concept than the idea of using transfer rules  to aggregate or to allot values when creating objects with transforms. However,  it is a related concept in that aggregations or allotments are used to transfer  field values between objects. &lt;/I&gt;It would be nice to see the required interactive &amp;quot;split&amp;quot; step built in and computed on the fly for Spatial Overlay, so maybe time for an enhancement request.&lt;/P&gt;&lt;P&gt;Omitted from your first post to mention that both your drawing's tables MUST have an identical field (name, type, structure) with transfer rules set the same in each. Think one of your drawings didn't have a population field.&lt;/P&gt;</description><dc:creator>Graeme</dc:creator><comments>http://forum.manifold.net/forum/t66131#66138</comments><guid>http://forum.manifold.net/forum/t66131#66138</guid><pubDate>Fri, 06 Jun 2008 23:40:18 GMT</pubDate></item><item><title>RE: Calculating population within circle</title><link>http://forum.manifold.net/forum/t66131#66139</link><description>&lt;P&gt;I would also have thought of the sparial overlay method, but recently noticed this with transfer rules set to proportional/sum [Area (I)] in the current build. &lt;/P&gt;&lt;P&gt;I am sure that I have used this method in the past as in my work I need to calculate quite a few spatial statistics where I proportionally assign a value based on the area of intersection. I sent a report to tech the other day in relation to this so if there is an issue I am sure they will look into it.&lt;/P&gt;</description><dc:creator>danb</dc:creator><comments>http://forum.manifold.net/forum/t66131#66139</comments><guid>http://forum.manifold.net/forum/t66131#66139</guid><pubDate>Fri, 06 Jun 2008 23:43:09 GMT</pubDate></item><item><title>RE: Calculating population within circle</title><link>http://forum.manifold.net/forum/t66131#66169</link><description>&lt;P&gt;I don't think there is an issue.&lt;/P&gt;&lt;P&gt;Transfer rules affect values transferred from one or more source objects to one or more target objects. For the proportional transfer rule to split the accumulated value, you have to have more than one target object which is not the case in this example.&lt;/P&gt;</description><dc:creator>adamw</dc:creator><comments>http://forum.manifold.net/forum/t66131#66169</comments><guid>http://forum.manifold.net/forum/t66131#66169</guid><pubDate>Sat, 07 Jun 2008 06:59:53 GMT</pubDate></item><item><title>RE: Calculating population within circle</title><link>http://forum.manifold.net/forum/t66131#66182</link><description>&lt;P&gt;Thanks Adam, I hadn't properly understood the question.&lt;/P&gt;</description><dc:creator>danb</dc:creator><comments>http://forum.manifold.net/forum/t66131#66182</comments><guid>http://forum.manifold.net/forum/t66131#66182</guid><pubDate>Sat, 07 Jun 2008 12:58:10 GMT</pubDate></item><item><title>RE: Calculating population within circle</title><link>http://forum.manifold.net/forum/t66131#66199</link><description>&lt;P&gt;Adam, I have just seen the response from tech. Thanks to you or whoever sent this for taking the time to explain how the proportional/sum [Area (I)] attribute transfer works. I was evidently barking up completely the wrong tree so just in case there are others who are as confused as me here is an official explanation ...&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The fields are indeed being transferred by proportional assignment, but this works slightly differently than how you might expect it to work in this case.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The proportional transfer rule takes original value that it has to redistribute from the source object and splits it proportionally to values in the guiding field between target objects. If there is only one target object, it gets the entire value from the source object regardless of the value of the guiding field. There are never any comparisons between the values of the guiding field in the source object and any of the target objects.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We agree it might be desired to split values differently, using the proportion between the value of the guiding field in the source object and in each target object. We have inserted this into the wishlist for future versions of Manifold.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;... thanks also for the insertion into the wishlist. This would be a really handy feature for me at least.&lt;/SPAN&gt;&lt;/P&gt;</description><dc:creator>danb</dc:creator><comments>http://forum.manifold.net/forum/t66131#66199</comments><guid>http://forum.manifold.net/forum/t66131#66199</guid><pubDate>Sun, 08 Jun 2008 13:11:50 GMT</pubDate></item><item><title>RE: Calculating population within circle</title><link>http://forum.manifold.net/forum/t66131#66161</link><description>&lt;P&gt;Thanks a lot, everyone. The solutions are straightforward enough, but involve more steps than I expected  -- I believe it can be done in one step in Maptitude.&lt;/P&gt;</description><dc:creator>sitesatlas</dc:creator><comments>http://forum.manifold.net/forum/t66131#66161</comments><guid>http://forum.manifold.net/forum/t66131#66161</guid><pubDate>Sat, 07 Jun 2008 05:49:04 GMT</pubDate></item><item><title>RE: Calculating population within circle</title><link>http://forum.manifold.net/forum/t66131#66168</link><description>&lt;P&gt;One step? Here you go:&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=c&gt;--SQL&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;UPDATE&lt;/span&gt;&amp;#160;(&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;SELECT&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&lt;span class=i&gt;[POPESTIMATE2007]&lt;/span&gt;,&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;Area(ClipIntersect(c.&lt;span class=i&gt;[Geom&amp;#160;(I)]&lt;/span&gt;,&amp;#160;r.&lt;span class=i&gt;[Geom&amp;#160;(I)]&lt;/span&gt;))&amp;#160;/&amp;#160;c.&lt;span class=i&gt;[Area&amp;#160;(I)]&lt;/span&gt;&amp;#160;f&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;FROM&lt;/span&gt;&amp;#160;&lt;span class=i&gt;[Counties]&lt;/span&gt;&amp;#160;c,&amp;#160;&lt;span class=i&gt;[150&amp;#160;mi&amp;#160;Radius]&lt;/span&gt;&amp;#160;r&lt;/P&gt;&lt;P class='code'&gt;)&amp;#160;&lt;span class=k&gt;SET&lt;/span&gt;&amp;#160;&lt;span class=i&gt;[POPESTIMATE2007]&lt;/span&gt;&amp;#160;=&amp;#160;&lt;span class=i&gt;[POPESTIMATE2007]&lt;/span&gt;&amp;#160;*&amp;#160;f&lt;/P&gt;&lt;P&gt;This reduces population values that you have to what they would be after the counties are clipped with a circle. To retain both the original values and the new values, create a new field called &amp;quot;POPREDUCED&amp;quot; and use the following variation of the query:&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=c&gt;--SQL&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;UPDATE&lt;/span&gt;&amp;#160;(&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;SELECT&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&lt;span class=i&gt;[POPESTIMATE2007]&lt;/span&gt;,&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&lt;span class=i&gt;[POPREDUCED]&lt;/span&gt;,&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;Area(ClipIntersect(c.&lt;span class=i&gt;[Geom&amp;#160;(I)]&lt;/span&gt;,&amp;#160;r.&lt;span class=i&gt;[Geom&amp;#160;(I)]&lt;/span&gt;))&amp;#160;/&amp;#160;c.&lt;span class=i&gt;[Area&amp;#160;(I)]&lt;/span&gt;&amp;#160;f&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;FROM&lt;/span&gt;&amp;#160;&lt;span class=i&gt;[Counties]&lt;/span&gt;&amp;#160;c,&amp;#160;&lt;span class=i&gt;[150&amp;#160;mi&amp;#160;Radius]&lt;/span&gt;&amp;#160;r&lt;/P&gt;&lt;P class='code'&gt;)&amp;#160;&lt;span class=k&gt;SET&lt;/span&gt;&amp;#160;&lt;span class=i&gt;[POPREDUCED]&lt;/span&gt;&amp;#160;=&amp;#160;&lt;span class=i&gt;[POPESTIMATE2007]&lt;/span&gt;&amp;#160;*&amp;#160;f&lt;/P&gt;</description><dc:creator>adamw</dc:creator><comments>http://forum.manifold.net/forum/t66131#66168</comments><guid>http://forum.manifold.net/forum/t66131#66168</guid><pubDate>Sat, 07 Jun 2008 06:55:01 GMT</pubDate></item><item><title>RE: Calculating population within circle</title><link>http://forum.manifold.net/forum/t66131#66179</link><description>&lt;P&gt;Here is another method perhaps a little easier, but still requiring more than one step, but not too bad, especially if done within the GUI.&lt;/P&gt;&lt;P&gt;1. Check the transfer rule of your population column within Counties to make sure it is checked for transfer and the 1:N is Proportional according to Area(I).&lt;/P&gt;&lt;P&gt;2. Click on Drawing - Topology Overlay. The data dropdown should be set to Counties, the Overlay to the 150 mile Radius, and the method to Identity. Click OK.&lt;/P&gt;&lt;P&gt;3. The resultant County 2 drawing should be inserted into the map. Select the 150 mile Radius drawing circle, then click on Drawing - Transfer Selection. The Transfer Selection dialog should be set to Modify - Counties 2 Using the 150 Radius. Click OK.&lt;/P&gt;&lt;P&gt;4. The appropriate Counties and their fragments within the circle should be selected. Open a viewbot and ask it to give you the sum of the population column. Answer: 21,866,044.&lt;/P&gt;&lt;P&gt;A copy of your file with this done is attached. Hope this helps.&lt;/P&gt;&lt;p class='file'&gt;Attachments:&lt;br&gt;&lt;a href='http://forum.manifold.net/Attachments/83/66179/Nappanee2 topology overlay.map'&gt;&lt;img src='images/dwn-http.gif' align='absmiddle'&gt;&lt;/a&gt;&lt;a href='ftp://forum.manifold.net/attachments/83/66179/Nappanee2 topology overlay.map'&gt;&lt;img src='images/dwn-ftp.gif' align='absmiddle'&gt;&lt;/a&gt;&lt;span&gt;Nappanee2 topology overlay.map&lt;/span&gt;&lt;br&gt;&lt;/p&gt;</description><dc:creator>RonHendrickson</dc:creator><comments>http://forum.manifold.net/forum/t66131#66179</comments><guid>http://forum.manifold.net/forum/t66131#66179</guid><pubDate>Sat, 07 Jun 2008 10:17:24 GMT</pubDate></item><item><title>RE: Calculating population within circle</title><link>http://forum.manifold.net/forum/t66131#66188</link><description>&lt;P&gt;Thanks so much for going out of your way to help, everyone. This forum is great!&lt;/P&gt;</description><dc:creator>sitesatlas</dc:creator><comments>http://forum.manifold.net/forum/t66131#66188</comments><guid>http://forum.manifold.net/forum/t66131#66188</guid><pubDate>Sat, 07 Jun 2008 22:36:15 GMT</pubDate></item><item><title>RE: Calculating population within circle</title><link>http://forum.manifold.net/forum/t66131#67765</link><description>&lt;P&gt;This thread was excellent for me. I Tested all the approaches and they all worked great. Adamw said in &amp;quot;One Step&amp;quot;. I did a query to obtain the final result. Its the following (very simple). Note I used other table names, with some of my data. Its all the same as the examples above. DivNacT3 is the Counties drawing and ZI3 is the radius drawing.&lt;/P&gt;&lt;P&gt;SELECT Sum([PobReduc]) as TotalPob FROM [DivNacT3] d, [ZI3] z&lt;/P&gt;&lt;P&gt;WHERE Touches(d.[Geom (I)], z.[Geom (I)]) &lt;/P&gt;&lt;P&gt;The result is the same as in allthe other approaches. My question is how can I instead of using 2 separate queries (first Adams query and then this one to finish the job) how can I merge both queries into ONE single query. I have the doubt, because Adams query is a Action Query. Is this an obstacle? Can we merge them into one query? Can an Action query and a Select query be merged? &lt;IMG SRC='http://forum.manifold.net/forum/images/emo-smile.gif'&gt;&lt;/P&gt;&lt;P&gt;Cheers, Tomas &lt;/P&gt;</description><dc:creator>tomasfa</dc:creator><comments>http://forum.manifold.net/forum/t66131#67765</comments><guid>http://forum.manifold.net/forum/t66131#67765</guid><pubDate>Fri, 04 Jul 2008 12:39:01 GMT</pubDate></item><item><title>RE: Calculating population within circle</title><link>http://forum.manifold.net/forum/t66131#67781</link><description>&lt;P&gt;No, you can not currently merge an action query and a select query. You can launch one then another using a script though.&lt;/P&gt;</description><dc:creator>adamw</dc:creator><comments>http://forum.manifold.net/forum/t66131#67781</comments><guid>http://forum.manifold.net/forum/t66131#67781</guid><pubDate>Sat, 05 Jul 2008 03:15:44 GMT</pubDate></item><item><title>RE: Calculating population within circle</title><link>http://forum.manifold.net/forum/t66131#68228</link><description>&lt;P&gt;Can you give me an example of a script joining 2 queries, an update and a simple select, please. &lt;/P&gt;&lt;P&gt;&lt;IMG SRC='http://forum.manifold.net/forum/images/emo-blush.gif'&gt; cheers. Tom&lt;/P&gt;</description><dc:creator>tomasfa</dc:creator><comments>http://forum.manifold.net/forum/t66131#68228</comments><guid>http://forum.manifold.net/forum/t66131#68228</guid><pubDate>Sat, 12 Jul 2008 17:17:41 GMT</pubDate></item><item><title>RE: Calculating population within circle</title><link>http://forum.manifold.net/forum/t66131#68321</link><description>&lt;P&gt;Here you go:&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=c&gt;'VBScript&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;Sub&lt;/span&gt;&amp;#160;Main&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;Document.ComponentSet(&lt;span class=s&gt;&amp;quot;Query1&amp;quot;&lt;/span&gt;).Run&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;Document.ComponentSet(&lt;span class=s&gt;&amp;quot;Query2&amp;quot;&lt;/span&gt;).Table.Open&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;End&lt;/span&gt;&amp;#160;&lt;span class=k&gt;Sub&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Query1:&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=c&gt;--SQL&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;UPDATE&lt;/span&gt;&amp;#160;&lt;span class=i&gt;[Drawing]&lt;/span&gt;&amp;#160;&lt;span class=k&gt;SET&lt;/span&gt;&amp;#160;&lt;span class=i&gt;[Selection&amp;#160;(I)]&lt;/span&gt;=(&lt;span class=i&gt;[ID]&lt;/span&gt;=5)&lt;/P&gt;&lt;P&gt;Query2:&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=c&gt;--SQL&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;SELECT&lt;/span&gt;&amp;#160;*&amp;#160;&lt;span class=k&gt;FROM&lt;/span&gt;&amp;#160;&lt;span class=i&gt;[Drawing]&lt;/span&gt;&amp;#160;&lt;span class=k&gt;WHERE&lt;/span&gt;&amp;#160;&lt;span class=i&gt;[Selection&amp;#160;(I)]&lt;/span&gt;&lt;/P&gt;</description><dc:creator>adamw</dc:creator><comments>http://forum.manifold.net/forum/t66131#68321</comments><guid>http://forum.manifold.net/forum/t66131#68321</guid><pubDate>Mon, 14 Jul 2008 08:18:23 GMT</pubDate></item><item><title>RE: Calculating population within circle</title><link>http://forum.manifold.net/forum/t66131#67790</link><description>&lt;P&gt;Another option is to use point-based population data. The US Census Bureau releases population data at the block-level and the points are distributed densely enough that you could probably do accurate population at the square mile in an urban or suburban area.&lt;/P&gt;</description><dc:creator>AR_Rick</dc:creator><comments>http://forum.manifold.net/forum/t66131#67790</comments><guid>http://forum.manifold.net/forum/t66131#67790</guid><pubDate>Sat, 05 Jul 2008 13:26:37 GMT</pubDate></item><item><title>RE: Calculating population within circle</title><link>http://forum.manifold.net/forum/t66131#67814</link><description>&lt;P&gt;Thank you for the tips. I'll keep working on it. &lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;Tomas&lt;/P&gt;</description><dc:creator>tomasfa</dc:creator><comments>http://forum.manifold.net/forum/t66131#67814</comments><guid>http://forum.manifold.net/forum/t66131#67814</guid><pubDate>Sun, 06 Jul 2008 08:53:55 GMT</pubDate></item><item><title>RE: Calculating population within circle</title><link>http://forum.manifold.net/forum/t66131#68328</link><description>&lt;P&gt;Pop Data: http://www.census.gov/popest/datasets.html Subcounty, All States &lt;/P&gt;&lt;P&gt;Populated Places: National Atlas: http://www-atlas.usgs.gov/atlasftp.html?openChapters=%2Cchpref#chpref &lt;/P&gt;&lt;P&gt;Place FIPS points on your map (and clip unnecessary points if desired.) &lt;/P&gt;&lt;P&gt;Build relation between table using FIPS Places.&lt;/P&gt;&lt;P&gt;This method yields 20.8m if you just look at the 'C' FIPS CLass codes (incorporated places - cities)&lt;/P&gt;&lt;P&gt;While it leaves out non-City populations it provides a finer resolution then using Counties.&lt;/P&gt;&lt;P&gt;This select query:&lt;/P&gt;&lt;P&gt;Select [ID] from [All_fips55 3]&lt;/P&gt;&lt;P&gt;where [FIPS_class] in (&amp;quot;C1&amp;quot;,&amp;quot;U6&amp;quot;)&lt;/P&gt;&lt;P&gt;refines the selection to include non-incorporated places and yields 22.9m. Further refinement may be necessary for more accuracy. &lt;/P&gt;&lt;P&gt;FIPS Class definitions:&lt;/P&gt;&lt;P&gt;http://geonames.usgs.gov/domestic/fips55codedef.html#classu &lt;/P&gt;</description><dc:creator>rheitzman</dc:creator><comments>http://forum.manifold.net/forum/t66131#68328</comments><guid>http://forum.manifold.net/forum/t66131#68328</guid><pubDate>Mon, 14 Jul 2008 10:49:05 GMT</pubDate></item></channel></rss>