<?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: extract data from multiple datasets in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/extract-data-from-multiple-datasets/m-p/498972#M28329</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried to learn scripting, but I can only do the simple ones.&amp;nbsp; However, what I need are more complex ones (atleast compared to what I did). That is why I am asking for assistance now, if anyone has worked with the same data or same process that I need to do, maybe you could give my the script that I coud use. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's what I need to do: Obtain a zonal statistics table (all the statistics provided in the table) of sea surface temperature (which are .nc files obtained from NOAA) of Sulu Sea in the Philippines on a daily basis from 1998 to present.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for the help!!&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Retchie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Mar 2013 08:13:13 GMT</pubDate>
    <dc:creator>Maria_RetchiePagliawan</dc:creator>
    <dc:date>2013-03-27T08:13:13Z</dc:date>
    <item>
      <title>extract data from multiple datasets</title>
      <link>https://community.esri.com/t5/data-management-questions/extract-data-from-multiple-datasets/m-p/498968#M28325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am a student and currently doing my thesis. I took an introduction course on ArcGIS (hence, I am just a newbie in the using the software). I need to extract sea surface temperature data for a specific area (Sulu Sea). The data I'm using were downloaded from NOAA, and are in .nc files. These data are on a daily basis. So, I practically have to extract data for this area, from a global dataset for 365 * 10 years, which is a very large dataset. I did one extraction using the 'zonal statistics as a table'. What the table provides are the data I actually needed. However, I need to do this for 10 years (dataset on a daily basis), which is a lot of work. My question is, if there is an easier way to extract these data without actually having to do it for every daily dataset?&amp;nbsp; Thanks in advance for your help. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Retchie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 12:05:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extract-data-from-multiple-datasets/m-p/498968#M28325</guid>
      <dc:creator>Maria_RetchiePagliawan</dc:creator>
      <dc:date>2013-03-18T12:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: extract data from multiple datasets</title>
      <link>https://community.esri.com/t5/data-management-questions/extract-data-from-multiple-datasets/m-p/498969#M28326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use a model and batch process the data sets in one go.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 14:57:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extract-data-from-multiple-datasets/m-p/498969#M28326</guid>
      <dc:creator>D__SamuelRajasekhar</dc:creator>
      <dc:date>2013-03-21T14:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: extract data from multiple datasets</title>
      <link>https://community.esri.com/t5/data-management-questions/extract-data-from-multiple-datasets/m-p/498970#M28327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For this type of stuff, I like to automate with a Python Script like the one here.&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z000000w8000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z000000w8000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you put all rasters in a single folder, you can use Python to make a list of all the raster names in your folder and automate running zonal statistics on each file.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;glob.glob("/home/username/www/*") &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(for example) will list all files in the www directory.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 19:12:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extract-data-from-multiple-datasets/m-p/498970#M28327</guid>
      <dc:creator>StavrosC</dc:creator>
      <dc:date>2013-03-21T19:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: extract data from multiple datasets</title>
      <link>https://community.esri.com/t5/data-management-questions/extract-data-from-multiple-datasets/m-p/498971#M28328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;For this type of stuff, I like to automate with a Python Script like the one here.&amp;nbsp; &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z000000w8000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z000000w8000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you put all rasters in a single folder, you can use Python to make a list of all the raster names in your folder and automate running zonal statistics on each file.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;glob.glob("/home/username/www/*") &lt;BR /&gt;(for example) will list all files in the www directory.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for this. I will try it. I'm actually just starting to explore python. Thanks for the help!! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; -retchie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 13:47:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extract-data-from-multiple-datasets/m-p/498971#M28328</guid>
      <dc:creator>Maria_RetchiePagliawan</dc:creator>
      <dc:date>2013-03-25T13:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: extract data from multiple datasets</title>
      <link>https://community.esri.com/t5/data-management-questions/extract-data-from-multiple-datasets/m-p/498972#M28329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried to learn scripting, but I can only do the simple ones.&amp;nbsp; However, what I need are more complex ones (atleast compared to what I did). That is why I am asking for assistance now, if anyone has worked with the same data or same process that I need to do, maybe you could give my the script that I coud use. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's what I need to do: Obtain a zonal statistics table (all the statistics provided in the table) of sea surface temperature (which are .nc files obtained from NOAA) of Sulu Sea in the Philippines on a daily basis from 1998 to present.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for the help!!&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Retchie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 08:13:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extract-data-from-multiple-datasets/m-p/498972#M28329</guid>
      <dc:creator>Maria_RetchiePagliawan</dc:creator>
      <dc:date>2013-03-27T08:13:13Z</dc:date>
    </item>
  </channel>
</rss>

