<?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 How to pass a FeatureSet to reconstruct_tracks(..)? in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-pass-a-featureset-to-reconstruct-tracks/m-p/813182#M2545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a GP Service that returns a FeatureSet.&lt;/P&gt;&lt;P&gt;The GP Service can be used using arcgis.geoprocessing.import_toolbox() and creates an arcgis.features.FeatureSet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The arcgis.geoanalytics.summarize_data.reconstruct_tracks function requires an input layer (not a FeatureSet or a FeatureCollection). This is weird, as the corresponding &lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/#/Reconstruct_Tracks/02r3000002s5000000/"&gt;REST endpoint&lt;/A&gt; does have support for FeatureCollections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is it possible to make use the reconstruct_tracks with any kind of an in-memory feature structure? How?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Aug 2017 14:52:38 GMT</pubDate>
    <dc:creator>JensBuchta</dc:creator>
    <dc:date>2017-08-08T14:52:38Z</dc:date>
    <item>
      <title>How to pass a FeatureSet to reconstruct_tracks(..)?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-pass-a-featureset-to-reconstruct-tracks/m-p/813182#M2545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a GP Service that returns a FeatureSet.&lt;/P&gt;&lt;P&gt;The GP Service can be used using arcgis.geoprocessing.import_toolbox() and creates an arcgis.features.FeatureSet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The arcgis.geoanalytics.summarize_data.reconstruct_tracks function requires an input layer (not a FeatureSet or a FeatureCollection). This is weird, as the corresponding &lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/#/Reconstruct_Tracks/02r3000002s5000000/"&gt;REST endpoint&lt;/A&gt; does have support for FeatureCollections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is it possible to make use the reconstruct_tracks with any kind of an in-memory feature structure? How?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 14:52:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-pass-a-featureset-to-reconstruct-tracks/m-p/813182#M2545</guid>
      <dc:creator>JensBuchta</dc:creator>
      <dc:date>2017-08-08T14:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a FeatureSet to reconstruct_tracks(..)?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-pass-a-featureset-to-reconstruct-tracks/m-p/813183#M2546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The input features to reconstruct_tracks allows Feature Collection to be passed in as a Python dictionary. You should be able to get the dict from a FeatureSet using it's value property and construct a FeatureCollection from it and pass it in the reconstruct_tracks tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 18:45:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-pass-a-featureset-to-reconstruct-tracks/m-p/813183#M2546</guid>
      <dc:creator>RohitSingh2</dc:creator>
      <dc:date>2017-08-10T18:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a FeatureSet to reconstruct_tracks(..)?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-pass-a-featureset-to-reconstruct-tracks/m-p/813184#M2547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working with Jens on this issue. The problem is that the reconstruct_tracks expects input features that have a time set on the feature source and I don't know how to do this on a FeatureCollection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following example would fail with error below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/366719_pastedImage_4.png" style="width: 620px; height: 170px;" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[...]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/366711_pastedImage_1.png" style="width: 620px; height: 119px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how to work around this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 16:46:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-pass-a-featureset-to-reconstruct-tracks/m-p/813184#M2547</guid>
      <dc:creator>TomPaschke</dc:creator>
      <dc:date>2017-08-11T16:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass a FeatureSet to reconstruct_tracks(..)?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-pass-a-featureset-to-reconstruct-tracks/m-p/813185#M2548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do the features in the FeatureSet have a time field? What does a feature in the FeatureSet look like (json)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reconstruct tracks uses the time to reconstruct the tracks. Another way to create FeatureSets from a set of GPS coordinates will be to use gis.content.import_data as in the Watson integration example at&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-python-api/blob/master/talks/uc2017/ArcGIS%20Python%20API%20for%20Analysts%20and%20Data%20Scientists/ArcGIS%20Python%20API%20for%20Analysts%20and%20Data%20Scientists.ipynb" title="https://github.com/Esri/arcgis-python-api/blob/master/talks/uc2017/ArcGIS%20Python%20API%20for%20Analysts%20and%20Data%20Scientists/ArcGIS%20Python%20API%20for%20Analysts%20and%20Data%20Scientists.ipynb"&gt;arcgis-python-api/ArcGIS Python API for Analysts and Data Scientists.ipynb at master · Esri/arcgis-python-api · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 16:59:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-pass-a-featureset-to-reconstruct-tracks/m-p/813185#M2548</guid>
      <dc:creator>RohitSingh2</dc:creator>
      <dc:date>2017-08-11T16:59:42Z</dc:date>
    </item>
  </channel>
</rss>

