<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Does anyone know of a tool that can ingest a 15 digit GEOID for blocks and spit out the &amp;quot;long form&amp;quot; of the name? Like,  give it 987654567898654 and it in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/does-anyone-know-of-a-tool-that-can-ingest-a-15/m-p/1122965#M63240</link>
    <description>&lt;P&gt;Does anyone know of a tool that can ingest a 15 digit GEOID for blocks and spit out the "long form" of the name? Like,&amp;nbsp; give it 987654567898654 and it spits out "Block 54 in Tract 8000 Columbus, GA"&lt;/P&gt;</description>
    <pubDate>Mon, 06 Dec 2021 15:58:48 GMT</pubDate>
    <dc:creator>DavidCooper</dc:creator>
    <dc:date>2021-12-06T15:58:48Z</dc:date>
    <item>
      <title>Does anyone know of a tool that can ingest a 15 digit GEOID for blocks and spit out the "long form" of the name? Like,  give it 987654567898654 and it</title>
      <link>https://community.esri.com/t5/python-questions/does-anyone-know-of-a-tool-that-can-ingest-a-15/m-p/1122965#M63240</link>
      <description>&lt;P&gt;Does anyone know of a tool that can ingest a 15 digit GEOID for blocks and spit out the "long form" of the name? Like,&amp;nbsp; give it 987654567898654 and it spits out "Block 54 in Tract 8000 Columbus, GA"&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 15:58:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/does-anyone-know-of-a-tool-that-can-ingest-a-15/m-p/1122965#M63240</guid>
      <dc:creator>DavidCooper</dc:creator>
      <dc:date>2021-12-06T15:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know of a tool that can ingest a 15 digit GEOID for blocks and spit out the "long form" of the name? Like,  give it 98765456</title>
      <link>https://community.esri.com/t5/python-questions/does-anyone-know-of-a-tool-that-can-ingest-a-15/m-p/1122981#M63241</link>
      <description>&lt;P&gt;And just automagically spit that out?&amp;nbsp; Sounds like a great python project but I'm not aware of a specific tool.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 16:23:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/does-anyone-know-of-a-tool-that-can-ingest-a-15/m-p/1122981#M63241</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-12-06T16:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know of a tool that can ingest a 15 digit GEOID for blocks and spit out the "long form" of the name? Like,  give it 98765456</title>
      <link>https://community.esri.com/t5/python-questions/does-anyone-know-of-a-tool-that-can-ingest-a-15/m-p/1123155#M63242</link>
      <description>&lt;P&gt;It depends on where and how you want to do this, but you can query something like &lt;A href="http://%20https://tigerweb.geo.census.gov/arcgis/rest/services/TIGERweb/Tracts_Blocks/MapServer/2/query?where=GEOID+%3D++170938904024030&amp;amp;outFields=*&amp;amp;returnGeometry=false&amp;amp;f=json" target="_self"&gt;TIGERweb's blocks service&lt;/A&gt;.&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;https://tigerweb.geo.census.gov/arcgis/rest/services/TIGERweb/Tracts_Blocks/MapServer/2/query?where=GEOID+%3D++170938904024030&amp;amp;outFields=*&amp;amp;returnGeometry=false&amp;amp;f=json&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;This doesn't give you the long form, but it gives you everything else you need to make the long form.&lt;/P&gt;&lt;P&gt;Alternatively, you might look into the Census API: &lt;A href="https://www.census.gov/data/developers.html" target="_blank"&gt;https://www.census.gov/data/developers.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I've not used it to query out a single GEOID before, but it works wonders for returning census data from a simple query.&lt;/P&gt;&lt;P&gt;Can you elaborate on the context of where you're looking to do this? There are some other ways you might approach this.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 21:11:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/does-anyone-know-of-a-tool-that-can-ingest-a-15/m-p/1123155#M63242</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-12-06T21:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know of a tool that can ingest a 15 digit GEOID for blocks and spit out the "long form" of the name? Like,  give it 98765456</title>
      <link>https://community.esri.com/t5/python-questions/does-anyone-know-of-a-tool-that-can-ingest-a-15/m-p/1123159#M63243</link>
      <description>&lt;P&gt;I'll ask the young man who posed the question to me and see if he can elaborate, thank you for your response Josh I hope I can help you with something one day &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 21:16:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/does-anyone-know-of-a-tool-that-can-ingest-a-15/m-p/1123159#M63243</guid>
      <dc:creator>DavidCooper</dc:creator>
      <dc:date>2021-12-06T21:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know of a tool that can ingest a 15 digit GEOID for blocks and spit out the "long form" of the name? Like,  give it 98765456</title>
      <link>https://community.esri.com/t5/python-questions/does-anyone-know-of-a-tool-that-can-ingest-a-15/m-p/1123162#M63244</link>
      <description>&lt;P&gt;Thank you Joe&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 21:18:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/does-anyone-know-of-a-tool-that-can-ingest-a-15/m-p/1123162#M63244</guid>
      <dc:creator>DavidCooper</dc:creator>
      <dc:date>2021-12-06T21:18:13Z</dc:date>
    </item>
  </channel>
</rss>

