<?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: Batch processing of drive times in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/batch-processing-of-drive-times/m-p/853592#M3936</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The cost matrix is not really what I'm looking for. I have one centerpoint and need to determine each respective drivetime of thousands of other points, to that centerpoint.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Mar 2020 20:51:43 GMT</pubDate>
    <dc:creator>NathanLee</dc:creator>
    <dc:date>2020-03-30T20:51:43Z</dc:date>
    <item>
      <title>Batch processing of drive times</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/batch-processing-of-drive-times/m-p/853589#M3933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have several csv files that contain as many as 1,000 GPS coordinates. Each file is associated with a center point - ex. file 1 = Location_1, Location_1 coords = [40.123, -121.123]&amp;nbsp; - and all the entries within the file, represent people living around the center point. I want to determine the drivetime from each person to the center point, but am currently calculating them one by one using the ArcGIS API helperServices.route.url . As one would expect, this is a very time consuming process. However, if there is an option to batch process/calculate these drive times and return a new csv or even a ordered list of drive time values, that would be great and hopefully save me a lot of time. Does the ArcGIS API for Python have this capability or do I need to continue processing these one by one?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 09:27:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/batch-processing-of-drive-times/m-p/853589#M3933</guid>
      <dc:creator>NathanLee</dc:creator>
      <dc:date>2018-08-17T09:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Batch processing of drive times</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/batch-processing-of-drive-times/m-p/853590#M3934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just out of my curiosity, why do you need to calculate the drive time for each person?&lt;/P&gt;&lt;P&gt;Despite my curiosity, the&amp;nbsp;following function in the network analysis module seems promising to solve your problem.&lt;/P&gt;&lt;H2 style="color: #404040; background-color: #fcfcfc; font-weight: bold;"&gt;&lt;A href="https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.network.analysis.html#generate-origin-destination-cost-matrix"&gt;generate_origin_destination_cost_matrix&lt;/A&gt;&lt;/H2&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's should not be too hard to read the csv line by line and calculate the travel time against each entry point.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 06:03:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/batch-processing-of-drive-times/m-p/853590#M3934</guid>
      <dc:creator>simoxu</dc:creator>
      <dc:date>2018-08-21T06:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Batch processing of drive times</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/batch-processing-of-drive-times/m-p/853591#M3935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;My company finds it helpful to understand what the driving times are for the 'average customer'. Thanks for the link, I'll take a look and see if I can get it to work.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 16:20:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/batch-processing-of-drive-times/m-p/853591#M3935</guid>
      <dc:creator>NathanLee</dc:creator>
      <dc:date>2018-08-21T16:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Batch processing of drive times</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/batch-processing-of-drive-times/m-p/853592#M3936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The cost matrix is not really what I'm looking for. I have one centerpoint and need to determine each respective drivetime of thousands of other points, to that centerpoint.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2020 20:51:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/batch-processing-of-drive-times/m-p/853592#M3936</guid>
      <dc:creator>NathanLee</dc:creator>
      <dc:date>2020-03-30T20:51:43Z</dc:date>
    </item>
  </channel>
</rss>

