<?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: geocoding offline programmatically in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geocoding-offline-programmatically/m-p/765628#M422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that data is in a table you can use the GeocodeAddresses geoprocessing tool to geocode that table which can be done using Python. &amp;nbsp;That tool will create an output featureClass with the geocoding results which can be used for other analysis. &amp;nbsp;Maybe even creating a model that had this tool strung together with other analysis tools would work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Aug 2017 19:40:09 GMT</pubDate>
    <dc:creator>BradNiemand</dc:creator>
    <dc:date>2017-08-07T19:40:09Z</dc:date>
    <item>
      <title>geocoding offline programmatically</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geocoding-offline-programmatically/m-p/765625#M419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to be able to programmatically geocode against my local Locator. &amp;nbsp;I see the sample reference the online ESRI&amp;nbsp;geocoding service but I don't see an example on how to do it with my locator offline. &amp;nbsp;Is this possible? &amp;nbsp;Is there an example/snippet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 11:00:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geocoding-offline-programmatically/m-p/765625#M419</guid>
      <dc:creator>mikeharol1</dc:creator>
      <dc:date>2017-08-07T11:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: geocoding offline programmatically</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geocoding-offline-programmatically/m-p/765626#M420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What exactly are you trying to do? &amp;nbsp;There are ways to programmatically geocode against a locator built off of your own data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. You can publish it as a geocoding service to ArcGIS Server. &amp;nbsp;You can then use the geocoding REST APIs to perform geocoding&lt;/P&gt;&lt;P&gt;2. You can use the ArcGIS Runtime SDK for .NET.&lt;/P&gt;&lt;P&gt;3. You can use python and the geocoding geoprocessing tools such as GecodeAddresses (convert an address table to a featureClass)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 17:15:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geocoding-offline-programmatically/m-p/765626#M420</guid>
      <dc:creator>BradNiemand</dc:creator>
      <dc:date>2017-08-07T17:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: geocoding offline programmatically</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geocoding-offline-programmatically/m-p/765627#M421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&amp;nbsp;for asking. &amp;nbsp;I have an arcgispro &amp;nbsp;business app that displays data in a dockpane that has address, city, and &amp;nbsp;zip fields in it. &amp;nbsp;I would like to be able to push a button and locate that data on a map and then do some other stuff. I would like to be able to do it offline and not have the expense of licensing arcgis runtime. &amp;nbsp;So perhaps python is the only way for my situation? &amp;nbsp;could you elaborate a little more? &amp;nbsp;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 19:26:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geocoding-offline-programmatically/m-p/765627#M421</guid>
      <dc:creator>mikeharol</dc:creator>
      <dc:date>2017-08-07T19:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: geocoding offline programmatically</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geocoding-offline-programmatically/m-p/765628#M422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that data is in a table you can use the GeocodeAddresses geoprocessing tool to geocode that table which can be done using Python. &amp;nbsp;That tool will create an output featureClass with the geocoding results which can be used for other analysis. &amp;nbsp;Maybe even creating a model that had this tool strung together with other analysis tools would work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 19:40:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geocoding-offline-programmatically/m-p/765628#M422</guid>
      <dc:creator>BradNiemand</dc:creator>
      <dc:date>2017-08-07T19:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: geocoding offline programmatically</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geocoding-offline-programmatically/m-p/765629#M423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks, i will play around with that it seems a little klugy. &amp;nbsp;what i really want is a one line method passing in address and locator like the following sudo&amp;nbsp;code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var pt = GetCoordinate("100 main st, Houston, TX &amp;nbsp;77002", "c:\Houston.loc")&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 20:01:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geocoding-offline-programmatically/m-p/765629#M423</guid>
      <dc:creator>mikeharol</dc:creator>
      <dc:date>2017-08-07T20:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: geocoding offline programmatically</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geocoding-offline-programmatically/m-p/765630#M424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the feedback. &amp;nbsp;At this point in time we don't have a programmatic way to geocode a single address against a local locator from within ArcGIS Pro. &amp;nbsp;What would be the preferred way to do this in your situation? &amp;nbsp;Would you be looking for something in the ArcGIS Pro SDK, something in Python, or maybe even something else?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 20:08:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geocoding-offline-programmatically/m-p/765630#M424</guid>
      <dc:creator>BradNiemand</dc:creator>
      <dc:date>2017-08-07T20:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: geocoding offline programmatically</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geocoding-offline-programmatically/m-p/765631#M425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;ArcGisPro SDK. &amp;nbsp;If you could expose the functionality of the ArcGIS Pro Locate tool set some properties including adding locators and get results&amp;nbsp;back that would be great.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 20:24:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geocoding-offline-programmatically/m-p/765631#M425</guid>
      <dc:creator>mikeharol</dc:creator>
      <dc:date>2017-08-07T20:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: geocoding offline programmatically</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/geocoding-offline-programmatically/m-p/1208536#M8678</link>
      <description>&lt;P&gt;Does anyone know if anything eventuated with this request to Geocode an address via the ARCGis Pro .NET SDK?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 02:31:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/geocoding-offline-programmatically/m-p/1208536#M8678</guid>
      <dc:creator>JR99</dc:creator>
      <dc:date>2022-09-01T02:31:26Z</dc:date>
    </item>
  </channel>
</rss>

