<?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: Best Practices for Analyzing Global Forest Change (Hansen Dataset) in ArcGIS Pro (Basic License) in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/best-practices-for-analyzing-global-forest-change/m-p/1550782#M27433</link>
    <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Do you know if ModelBuilder works faster/ more efficient than using GUI of geoprocessing tools?&lt;/P&gt;</description>
    <pubDate>Tue, 22 Oct 2024 08:19:07 GMT</pubDate>
    <dc:creator>AdrianLain</dc:creator>
    <dc:date>2024-10-22T08:19:07Z</dc:date>
    <item>
      <title>Best Practices for Analyzing Global Forest Change (Hansen Dataset) in ArcGIS Pro (Basic License)</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/best-practices-for-analyzing-global-forest-change/m-p/1545181#M27422</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm doing some research on a project to analyze &lt;A title="Global Forest Change" href="https://storage.googleapis.com/earthenginepartners-hansen/GFC-2023-v1.11/download.html" target="_blank" rel="noopener"&gt;Global Forest Change&lt;/A&gt;&amp;nbsp;first at country level, and then using that output also to fit different smaller areas. As an example, I was trying over Indonesia using the Hansen dataset in ArcGIS Pro. I'm using the basic license, so I don't have access to advanced analysis tools.&lt;/P&gt;&lt;P&gt;My current approach involves:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Mosaicking:&lt;/STRONG&gt; Creating a mosaic of the relevant raster images.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Clipping:&lt;/STRONG&gt; Clipping the mosaic to the extent of Indonesia.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Conversion:&lt;/STRONG&gt; Converting the clipped raster to a shapefile.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Calculation:&lt;/STRONG&gt; Adding a field to calculate forest cover and loss areas.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;However, this process is extremely time-consuming.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I'm looking for suggestions on how to improve efficiency.&lt;/STRONG&gt; Here are some ideas I'm considering:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Smaller Areas of Interest (AOIs):&lt;/STRONG&gt; Processing smaller AOIs and merging the results.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Python Automation:&lt;/STRONG&gt; Using Python scripts to automate the process (Suggestions of materials to learn appreciated).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Do you have any experience with similar projects?&lt;/STRONG&gt; What techniques have you found to be most effective?&lt;/P&gt;&lt;P&gt;I'm eager to learn from the community and find the best approach for my analysis.&lt;/P&gt;&lt;P&gt;Thanks, Adrian&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;P.S. No GIS expert here, but eager to learn.&lt;BR /&gt;Computer Hardware is quite recent, so it should not be a limitation.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;12 Core 5GHz&lt;/LI&gt;&lt;LI&gt;64 GB RAM DDR5&lt;/LI&gt;&lt;LI&gt;8 GB VRAM 4060&lt;/LI&gt;&lt;LI&gt;SSD ~4.000MB/s&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2024 14:11:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/best-practices-for-analyzing-global-forest-change/m-p/1545181#M27422</guid>
      <dc:creator>AdrianLain</dc:creator>
      <dc:date>2024-10-03T14:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practices for Analyzing Global Forest Change (Hansen Dataset) in ArcGIS Pro (Basic License)</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/best-practices-for-analyzing-global-forest-change/m-p/1545414#M27423</link>
      <description>&lt;P&gt;You might experiment with automating the workflow with ModelBuilder.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/modelbuilder/modelbuilder-quick-tour.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/modelbuilder/modelbuilder-quick-tour.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you can build out the workflow from one country, you can make that model a tool and run it via another model that iterates over each country.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/modelbuilder/working-with-iterate-feature-class-selection.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/modelbuilder/working-with-iterate-feature-class-selection.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can also automate workflows with Python. Here is an example tutorial:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.arcgis.com/en/projects/automate-a-geoprocessing-workflow-with-python/" target="_blank"&gt;https://learn.arcgis.com/en/projects/automate-a-geoprocessing-workflow-with-python/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;There are a bunch of Python tutorial resources:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.arcgis.com/en/gallery/#?q=python" target="_blank"&gt;https://learn.arcgis.com/en/gallery/#?q=python&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I would suggest looking at this series, to get familiar with Python in ArcGIS Pro. It starts very basic and works up:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.arcgis.com/en/paths/learn-python-in-arcgis-pro/" target="_blank"&gt;https://learn.arcgis.com/en/paths/learn-python-in-arcgis-pro/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For change detection, you might look at this one:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learngis.maps.arcgis.com/home/item.html?id=24e13f2f4fe8453b9d1107e1f5b1d3cf" target="_blank"&gt;https://learngis.maps.arcgis.com/home/item.html?id=24e13f2f4fe8453b9d1107e1f5b1d3cf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Bob&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2024 21:04:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/best-practices-for-analyzing-global-forest-change/m-p/1545414#M27423</guid>
      <dc:creator>BobBooth1</dc:creator>
      <dc:date>2024-10-03T21:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practices for Analyzing Global Forest Change (Hansen Dataset) in ArcGIS Pro (Basic License)</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/best-practices-for-analyzing-global-forest-change/m-p/1550782#M27433</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Do you know if ModelBuilder works faster/ more efficient than using GUI of geoprocessing tools?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 08:19:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/best-practices-for-analyzing-global-forest-change/m-p/1550782#M27433</guid>
      <dc:creator>AdrianLain</dc:creator>
      <dc:date>2024-10-22T08:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practices for Analyzing Global Forest Change (Hansen Dataset) in ArcGIS Pro (Basic License)</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/best-practices-for-analyzing-global-forest-change/m-p/1550825#M27434</link>
      <description>&lt;P&gt;The tools each take the same amount of time to run, but if you build a model containing a set of tools to automate a process, you only need to do that part once, then you can run the tool multiple times on different inputs to get different outputs. You can also specify that this process have input and output parameters, making it, in effect, a new tool. This tool could then be included in another model.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 12:18:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/best-practices-for-analyzing-global-forest-change/m-p/1550825#M27434</guid>
      <dc:creator>BobBooth1</dc:creator>
      <dc:date>2024-10-22T12:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practices for Analyzing Global Forest Change (Hansen Dataset) in ArcGIS Pro (Basic License)</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/best-practices-for-analyzing-global-forest-change/m-p/1560750#M27468</link>
      <description>&lt;P&gt;another advantage of using ModelBuilder (or a python script) is that you can schedule it to run at a particular time; if your processes take a long time you can let it run overnight for instance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 15:02:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/best-practices-for-analyzing-global-forest-change/m-p/1560750#M27468</guid>
      <dc:creator>clt_cabq</dc:creator>
      <dc:date>2024-11-20T15:02:23Z</dc:date>
    </item>
  </channel>
</rss>

