<?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 Re: Can I get census fields by geocoding using ArcGIS? in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/can-i-get-census-fields-by-geocoding-using-arcgis/m-p/203733#M1227</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I might be a good idea to contact your local Esri office to get the information that you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.esri.com/about-esri/offices" title="http://www.esri.com/about-esri/offices"&gt;Esri Offices Worldwide | Find the Esri Office that Serves You&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They should be able to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Mar 2015 17:25:32 GMT</pubDate>
    <dc:creator>MarkBockenhauer</dc:creator>
    <dc:date>2015-03-13T17:25:32Z</dc:date>
    <item>
      <title>Can I get census fields by geocoding using ArcGIS?</title>
      <link>https://community.esri.com/t5/developers-questions/can-i-get-census-fields-by-geocoding-using-arcgis/m-p/203730#M1224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm looking for fields like Tract, Block, Fips State, County, Place, MSA, CBSA, etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do a batch job to process many addresses and get this data back per address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible with ArcGIS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 21:06:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/can-i-get-census-fields-by-geocoding-using-arcgis/m-p/203730#M1224</guid>
      <dc:creator>JerryW</dc:creator>
      <dc:date>2015-03-02T21:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Can I get census fields by geocoding using ArcGIS?</title>
      <link>https://community.esri.com/t5/developers-questions/can-i-get-census-fields-by-geocoding-using-arcgis/m-p/203731#M1225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is possible with ArcGIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using ArcGIS Desktop you could:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. create point features from your address data.&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/desktop/latest/guide-books/geocoding/geocoding-a-table-of-addresses-in-arcmap.htm" title="http://desktop.arcgis.com/en/desktop/latest/guide-books/geocoding/geocoding-a-table-of-addresses-in-arcmap.htm"&gt;Geocoding a table of addresses in ArcMap—Help | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="geocodeaddresses.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/67884_geocodeaddresses.png" style="width: 620px; height: 381px;" /&gt; &lt;/P&gt;&lt;P&gt;2. use a spatial join to pass desired polygon data attributes to the point data created from your address data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/analysis-toolbox/spatial-join.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/analysis-toolbox/spatial-join.htm"&gt;Spatial Join—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="spatialjoins.png" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/67885_spatialjoins.png" style="width: 620px; height: 409px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 17:51:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/can-i-get-census-fields-by-geocoding-using-arcgis/m-p/203731#M1225</guid>
      <dc:creator>MarkBockenhauer</dc:creator>
      <dc:date>2015-03-03T17:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can I get census fields by geocoding using ArcGIS?</title>
      <link>https://community.esri.com/t5/developers-questions/can-i-get-census-fields-by-geocoding-using-arcgis/m-p/203732#M1226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your help.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't purchased any of the software yet.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. What software would I need to be able to do geocoding for thousands of addresses?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Do I need specific files per state to get all the census info I asked about plus other data?&lt;/P&gt;&lt;P&gt;My data covers the entire united states.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. What format can my address file be in so I can do batch processing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much I appreciate all your help.&amp;nbsp; I'm trying to research ArcGIS as much as I can to get all my questions answered.&amp;nbsp; Can I send you a list of fields I need and see if they are all available through ArcGIS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Jerry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 19:14:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/can-i-get-census-fields-by-geocoding-using-arcgis/m-p/203732#M1226</guid>
      <dc:creator>JerryW</dc:creator>
      <dc:date>2015-03-03T19:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can I get census fields by geocoding using ArcGIS?</title>
      <link>https://community.esri.com/t5/developers-questions/can-i-get-census-fields-by-geocoding-using-arcgis/m-p/203733#M1227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I might be a good idea to contact your local Esri office to get the information that you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.esri.com/about-esri/offices" title="http://www.esri.com/about-esri/offices"&gt;Esri Offices Worldwide | Find the Esri Office that Serves You&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They should be able to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 17:25:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/can-i-get-census-fields-by-geocoding-using-arcgis/m-p/203733#M1227</guid>
      <dc:creator>MarkBockenhauer</dc:creator>
      <dc:date>2015-03-13T17:25:32Z</dc:date>
    </item>
  </channel>
</rss>

