<?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: Workflow for Adress Geocoding Automation in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/workflow-for-adress-geocoding-automation/m-p/1162625#M53839</link>
    <description>Hi ABishop,&lt;BR /&gt;Thank you for your reply. Unfortunately to answer your first post, I am&lt;BR /&gt;unable to share the data, because they are confidential.&lt;BR /&gt;&lt;BR /&gt;However, for your second post, the Google Sheet file shared by the&lt;BR /&gt;requesting department is in the Google Drive shared directory. But I can&lt;BR /&gt;create a CSV copy from Google Sheet if I can't read the Sheet format&lt;BR /&gt;directly in ArcGIS Pro. I have already created my address locator to&lt;BR /&gt;geocode addresses.&lt;BR /&gt;&lt;BR /&gt;I have some limitations to share the data, because it is confidential. And&lt;BR /&gt;even created, I don't know how to share this with you because I use an AGOL&lt;BR /&gt;Organization account and you are not part of our organization.&lt;BR /&gt;&lt;BR /&gt;Thank you for the detailed steps and explanations on your second post. I&lt;BR /&gt;will follow the steps and let you know.&lt;BR /&gt;&lt;BR /&gt;Thank again for your precious help, it is much appreciated!&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;##- S'il vous plait, écrivez votre réponse au-dessus de cette ligne -##&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;**AVERTISSEMENT**&amp;nbsp;: Ce courriel et les pièces qui y sont jointes sont&lt;BR /&gt;destinés exclusivement au(x) destinataire(s) mentionné(s) ci-dessus et&lt;BR /&gt;peuvent contenir de l’information privilégiée ou confidentielle. Si vous&lt;BR /&gt;avez reçu ce courriel par erreur, ou s’il ne vous est pas destiné, veuillez&lt;BR /&gt;le mentionner immédiatement à l’expéditeur et effacer ce courriel ainsi que&lt;BR /&gt;les pièces jointes, le cas échéant. La copie ou la redistribution non&lt;BR /&gt;autorisée de ce courriel peut être illégale. Le contenu de ce courriel ne&lt;BR /&gt;peut être interprété qu’en conformité avec les lois et règlements qui&lt;BR /&gt;régissent les pouvoirs des diverses instances décisionnelles compétentes de&lt;BR /&gt;la Ville de Montréal.</description>
    <pubDate>Fri, 08 Apr 2022 16:50:57 GMT</pubDate>
    <dc:creator>ttamba</dc:creator>
    <dc:date>2022-04-08T16:50:57Z</dc:date>
    <item>
      <title>Workflow for Adress Geocoding Automation</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/workflow-for-adress-geocoding-automation/m-p/1162251#M53789</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to create a workflow to automate a process that allows me on a regular basis to update the list of addresses to be geocoded from a CSV file available on a Google Drive by creating the location of points and updating the published feature layer in ArcGIS Online.&lt;/P&gt;&lt;P&gt;However, I would just like to keep the new addresses added in the CSV file when updating the hosted feature layer in ArcGIS Online.&lt;BR /&gt;Is there an easy and efficient way to accomplish this process from ArcGIS Pro using Model Builder or other methods?&lt;/P&gt;&lt;P&gt;Thanks for providing leads!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 18:32:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/workflow-for-adress-geocoding-automation/m-p/1162251#M53789</guid>
      <dc:creator>ttamba</dc:creator>
      <dc:date>2022-04-07T18:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow for Adress Geocoding Automation</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/workflow-for-adress-geocoding-automation/m-p/1162308#M53797</link>
      <description>&lt;P&gt;This is absolutely possible to automate.&amp;nbsp; Although, I must admit I never used Google Drive to update a hosted feature layer in AGOL, there are options.&lt;/P&gt;&lt;P&gt;Since I'm not an expert programmer, I would use ModelBuilder.&amp;nbsp; The workflow would look something like this:&lt;/P&gt;&lt;P&gt;1. If it doesn't already exist, create a hosted feature layer with the addresses and necessary fields in ArcGIS Online.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Download the .csv file from the Google Drive using "FeatureClassToFeatureClass" tool and for the input parameter use a URL link from the .csv file in Google Drive (only assuming this is possible because I never used Google Drive for this).&amp;nbsp; The output parameter for the tool would be a local file geodatabase.&amp;nbsp; Then run it and check your file to make sure it ran correctly and all the records match the source data.&lt;/P&gt;&lt;P&gt;3. Then you will use the "GeocodeFile" tool. The input table is your table from step #2, For the locator, I would create my own using local address points (this locator will also need to be rebuilt frequently to update the address points).&amp;nbsp; If you use the ArcGIS World Geocoding Service, you will use credits!&amp;nbsp; If you don't have a local locator, see this link on how to create one:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/2.8/help/data/geocoding/create-a-locator.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/2.8/help/data/geocoding/create-a-locator.htm&lt;/A&gt;&amp;nbsp;, then the output type will be "Feature class" and the output Location, I would use the same local file geodatabase you used for the table, the output name is the name of the feature class.&amp;nbsp; Then run it.&lt;/P&gt;&lt;P&gt;4. Then you will use the "Append" tool to append the hosted feature layer in AGOL using the feature layer created in step #3.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Models can be exported to python scripts and scheduled in Microsoft Task Scheduler.&amp;nbsp; Just make sure that whatever computer you are automating the script, you are signed in as the user, that you have ArcGIS Pro installed, and you are signed into AGOL.&amp;nbsp; Otherwise, it won't authenticate you and the script won't run.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 20:32:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/workflow-for-adress-geocoding-automation/m-p/1162308#M53797</guid>
      <dc:creator>ABishop</dc:creator>
      <dc:date>2022-04-07T20:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow for Adress Geocoding Automation</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/workflow-for-adress-geocoding-automation/m-p/1162625#M53839</link>
      <description>Hi ABishop,&lt;BR /&gt;Thank you for your reply. Unfortunately to answer your first post, I am&lt;BR /&gt;unable to share the data, because they are confidential.&lt;BR /&gt;&lt;BR /&gt;However, for your second post, the Google Sheet file shared by the&lt;BR /&gt;requesting department is in the Google Drive shared directory. But I can&lt;BR /&gt;create a CSV copy from Google Sheet if I can't read the Sheet format&lt;BR /&gt;directly in ArcGIS Pro. I have already created my address locator to&lt;BR /&gt;geocode addresses.&lt;BR /&gt;&lt;BR /&gt;I have some limitations to share the data, because it is confidential. And&lt;BR /&gt;even created, I don't know how to share this with you because I use an AGOL&lt;BR /&gt;Organization account and you are not part of our organization.&lt;BR /&gt;&lt;BR /&gt;Thank you for the detailed steps and explanations on your second post. I&lt;BR /&gt;will follow the steps and let you know.&lt;BR /&gt;&lt;BR /&gt;Thank again for your precious help, it is much appreciated!&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;##- S'il vous plait, écrivez votre réponse au-dessus de cette ligne -##&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;**AVERTISSEMENT**&amp;nbsp;: Ce courriel et les pièces qui y sont jointes sont&lt;BR /&gt;destinés exclusivement au(x) destinataire(s) mentionné(s) ci-dessus et&lt;BR /&gt;peuvent contenir de l’information privilégiée ou confidentielle. Si vous&lt;BR /&gt;avez reçu ce courriel par erreur, ou s’il ne vous est pas destiné, veuillez&lt;BR /&gt;le mentionner immédiatement à l’expéditeur et effacer ce courriel ainsi que&lt;BR /&gt;les pièces jointes, le cas échéant. La copie ou la redistribution non&lt;BR /&gt;autorisée de ce courriel peut être illégale. Le contenu de ce courriel ne&lt;BR /&gt;peut être interprété qu’en conformité avec les lois et règlements qui&lt;BR /&gt;régissent les pouvoirs des diverses instances décisionnelles compétentes de&lt;BR /&gt;la Ville de Montréal.</description>
      <pubDate>Fri, 08 Apr 2022 16:50:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/workflow-for-adress-geocoding-automation/m-p/1162625#M53839</guid>
      <dc:creator>ttamba</dc:creator>
      <dc:date>2022-04-08T16:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow for Adress Geocoding Automation</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/workflow-for-adress-geocoding-automation/m-p/1162633#M53841</link>
      <description>&lt;P&gt;You're welcome!&amp;nbsp; I only aim to help and I of course understand not sharing data due to security.&amp;nbsp; Please keep me posted on the outcome!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 17:11:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/workflow-for-adress-geocoding-automation/m-p/1162633#M53841</guid>
      <dc:creator>ABishop</dc:creator>
      <dc:date>2022-04-08T17:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow for Adress Geocoding Automation</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/workflow-for-adress-geocoding-automation/m-p/1162643#M53842</link>
      <description>&lt;P&gt;Sure, I'll let you know as soon as I do my tests.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 17:37:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/workflow-for-adress-geocoding-automation/m-p/1162643#M53842</guid>
      <dc:creator>ttamba</dc:creator>
      <dc:date>2022-04-08T17:37:29Z</dc:date>
    </item>
  </channel>
</rss>

