<?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 Will a python script help me automate data generation? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/will-a-python-script-help-me-automate-data/m-p/632776#M49303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for taking the time to read my post. I have absolutely no knowledge about Python, and I did not find an answer to my question using the search function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My question concerns generating data from two rasters. Both rasters are classified into three "age" classes, one is a digital elevation model, the other contains height information on the forest that sits above the ground.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been generating random points that serve the purpose of extracting data from both rasters based on that random point's location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to do this 300 times total.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Will a script help agenerate this data?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Aug 2013 19:11:54 GMT</pubDate>
    <dc:creator>JesusBlanco</dc:creator>
    <dc:date>2013-08-22T19:11:54Z</dc:date>
    <item>
      <title>Will a python script help me automate data generation?</title>
      <link>https://community.esri.com/t5/python-questions/will-a-python-script-help-me-automate-data/m-p/632776#M49303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for taking the time to read my post. I have absolutely no knowledge about Python, and I did not find an answer to my question using the search function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My question concerns generating data from two rasters. Both rasters are classified into three "age" classes, one is a digital elevation model, the other contains height information on the forest that sits above the ground.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been generating random points that serve the purpose of extracting data from both rasters based on that random point's location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to do this 300 times total.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Will a script help agenerate this data?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 19:11:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/will-a-python-script-help-me-automate-data/m-p/632776#M49303</guid>
      <dc:creator>JesusBlanco</dc:creator>
      <dc:date>2013-08-22T19:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Will a python script help me automate data generation?</title>
      <link>https://community.esri.com/t5/python-questions/will-a-python-script-help-me-automate-data/m-p/632777#M49304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But why not just calculate 300 random pnts (at once), and extract the data? No need to do one pnt at a time 300 times, right?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 20:08:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/will-a-python-script-help-me-automate-data/m-p/632777#M49304</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2013-08-22T20:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Will a python script help me automate data generation?</title>
      <link>https://community.esri.com/t5/python-questions/will-a-python-script-help-me-automate-data/m-p/632778#M49305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Yes.&lt;BR /&gt;&lt;BR /&gt;But why not just calculate 300 random pnts (at once), and extract the data? No need to do one pnt at a time 300 times, right?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I agree, there is no need to do one point at a time. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I should have painted a better picture of what my task is.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have 3 groups, each has a different number of random samples to be generated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Old - 3600 points&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Medium - 540 points&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Young - 380 points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Each age class needs 100 replicates.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 00:55:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/will-a-python-script-help-me-automate-data/m-p/632778#M49305</guid>
      <dc:creator>JesusBlanco</dc:creator>
      <dc:date>2013-08-26T00:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Will a python script help me automate data generation?</title>
      <link>https://community.esri.com/t5/python-questions/will-a-python-script-help-me-automate-data/m-p/632779#M49306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you could have a look at the options in &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=0174571b3d6b4accb972e66a2cd31ff0"&gt;http://www.arcgis.com/home/item.html?id=0174571b3d6b4accb972e66a2cd31ff0&lt;/A&gt;&lt;SPAN&gt; to see how point patterns of various configurations and options can be generated&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 01:32:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/will-a-python-script-help-me-automate-data/m-p/632779#M49306</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2013-08-26T01:32:44Z</dc:date>
    </item>
  </channel>
</rss>

