<?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 Marine Geospatial Ecology Tool in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/marine-geospatial-ecology-tool/m-p/1377813#M78503</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;I'm working on my masters thesis on identification of potential fishing zone. I need to use Cayula-Cornillon's SIED algorithm for SST front detection. I've identified the front but I want to show frontal lines as bold black lines.&lt;/DIV&gt;&lt;DIV&gt;1) Can you kindly guide me how&amp;nbsp;to do this&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;2) Also for chlorophyll front detection,&amp;nbsp; is it best to us Cany algorithm?&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;3) I've used GRHSST L4 data for SST front. How to combine the Daily data to monthly data for specific one year(2023)?&lt;/DIV&gt;&lt;DIV&gt;Because I intend to overlay monthly SST fronts and chlorophyll fronts.&lt;/DIV&gt;</description>
    <pubDate>Fri, 02 Feb 2024 20:58:34 GMT</pubDate>
    <dc:creator>SadiaSadi</dc:creator>
    <dc:date>2024-02-02T20:58:34Z</dc:date>
    <item>
      <title>Marine Geospatial Ecology Tool</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/marine-geospatial-ecology-tool/m-p/1377813#M78503</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;I'm working on my masters thesis on identification of potential fishing zone. I need to use Cayula-Cornillon's SIED algorithm for SST front detection. I've identified the front but I want to show frontal lines as bold black lines.&lt;/DIV&gt;&lt;DIV&gt;1) Can you kindly guide me how&amp;nbsp;to do this&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;2) Also for chlorophyll front detection,&amp;nbsp; is it best to us Cany algorithm?&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;3) I've used GRHSST L4 data for SST front. How to combine the Daily data to monthly data for specific one year(2023)?&lt;/DIV&gt;&lt;DIV&gt;Because I intend to overlay monthly SST fronts and chlorophyll fronts.&lt;/DIV&gt;</description>
      <pubDate>Fri, 02 Feb 2024 20:58:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/marine-geospatial-ecology-tool/m-p/1377813#M78503</guid>
      <dc:creator>SadiaSadi</dc:creator>
      <dc:date>2024-02-02T20:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Marine Geospatial Ecology Tool</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/marine-geospatial-ecology-tool/m-p/1380494#M78558</link>
      <description>&lt;P&gt;There are multiple ways to convert the output of edge detection to lines. This one has worked for me in the past. This is the output of my edge detection filter (float pixel type)&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KevinButlerAnalysis_13-1707500032005.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="KevinButlerAnalysis_13-1707500032005.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/94339iB2D03E8757A2B39E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KevinButlerAnalysis_13-1707500032005.png" alt="KevinButlerAnalysis_13-1707500032005.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Run the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/iso-cluster-unsupervised-classification.htm" target="_blank" rel="noopener nofollow noreferrer"&gt;Iso Cluster Unsupervised Classification&lt;/A&gt; tool to convert the float raster to distinct classes (integer pixel type). You may have to experiment with the &lt;EM&gt;Number of classes&lt;/EM&gt; and &lt;EM&gt;Sample Interval&lt;/EM&gt; value to get the level of detail you want. This is the output.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KevinButlerAnalysis_14-1707500032008.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="KevinButlerAnalysis_14-1707500032008.png" style="width: 288px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/94337i42C6D3C4397902E0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KevinButlerAnalysis_14-1707500032008.png" alt="KevinButlerAnalysis_14-1707500032008.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I’m interested in the front represented by the red pixels (value = 3). &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/reclassify.htm" target="_blank" rel="noopener nofollow noreferrer"&gt;Reclassify&lt;/A&gt; the raster from above to retain only the red pixels (convert all other values to NoData).&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KevinButlerAnalysis_15-1707500032008.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="KevinButlerAnalysis_15-1707500032008.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/94338i4FC0A44F3C71EAA6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KevinButlerAnalysis_15-1707500032008.png" alt="KevinButlerAnalysis_15-1707500032008.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This is the result:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KevinButlerAnalysis_16-1707500032032.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="KevinButlerAnalysis_16-1707500032032.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/94340i38178C36F93A45C2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KevinButlerAnalysis_16-1707500032032.png" alt="KevinButlerAnalysis_16-1707500032032.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Run the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/raster-to-polyline.htm" target="_blank" rel="noopener nofollow noreferrer"&gt;Raster to Polyline&lt;/A&gt; tool to convert the front(s) to polylines. Post-process the lines with Extend Line or Smooth Line tools if necessary.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 17:38:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/marine-geospatial-ecology-tool/m-p/1380494#M78558</guid>
      <dc:creator>ShareUser</dc:creator>
      <dc:date>2024-02-09T17:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Marine Geospatial Ecology Tool</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/marine-geospatial-ecology-tool/m-p/1380506#M78561</link>
      <description>&lt;P&gt;2) Also for chlorophyll front detection,&amp;nbsp; is it best to us Cany algorithm?&amp;nbsp; Edge detection can be challenging. It is as much an art as it is a science. Both algorithms have strengths and weaknesses, but the quality of the result will depend on the strength of the fronts and the pixel size. You may find this resource helpful:&amp;nbsp;Chang, Y., &amp;amp; Cornillon, P. (2015). A comparison of satellite-derived sea surface temperature fronts using&lt;BR /&gt;two edge detection algorithms. Deep Sea Research Part II: Topical Studies in Oceanography, 119, 40-47.&lt;BR /&gt;doi: 10.1016/j.dsr2.2013.12.001&lt;BR /&gt;Available at: &lt;A href="https://doi.org/10.1016/j.dsr2.2013.12.001" target="_blank" rel="nofollow noopener noreferrer"&gt;https://doi.org/10.1016/j.dsr2.2013.12.001&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) I've used GRHSST L4 data for SST front. How to combine the Daily data to monthly data for specific one year(2023)? GRHSST L4 data are available in netCDF format. Follow this workflow &lt;A href="https://pro.arcgis.com/en/pro-app/3.1/help/data/imagery/creating-a-multidimensional-mosaic-dataset.htm" target="_self" rel="nofollow noopener noreferrer"&gt;Create a multidimensional mosaic dataset&lt;/A&gt; to represent the daily netCDF files as a mosaic and then use &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/aggregate-multidimensional-raster.htm" target="_self" rel="nofollow noopener noreferrer"&gt;Aggregate Multidimensional Raster&lt;/A&gt; tool to aggregate to a monthly dataset.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 17:52:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/marine-geospatial-ecology-tool/m-p/1380506#M78561</guid>
      <dc:creator>ShareUser</dc:creator>
      <dc:date>2024-02-09T17:52:08Z</dc:date>
    </item>
  </channel>
</rss>

