<?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: fragstats! help please! in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/fragstats-help-please/m-p/415457#M23715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did this work around work for you? I am experiencing the same error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jun 2012 17:01:46 GMT</pubDate>
    <dc:creator>TheresaBurcsu</dc:creator>
    <dc:date>2012-06-26T17:01:46Z</dc:date>
    <item>
      <title>fragstats! help please!</title>
      <link>https://community.esri.com/t5/data-management-questions/fragstats-help-please/m-p/415455#M23713</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 need your help with fragstats!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i keep getting this messege and can't get a reuslts at all ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the messege :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Unexpected error encountered: [Grid IO error encountered while loading: D:\adi\raster\rasterwc2]. Model execution halted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;what is this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can anyone help?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i think the problem is in the way i'm saving my raster..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 16:49:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/fragstats-help-please/m-p/415455#M23713</guid>
      <dc:creator>adiroth</dc:creator>
      <dc:date>2012-06-19T16:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: fragstats! help please!</title>
      <link>https://community.esri.com/t5/data-management-questions/fragstats-help-please/m-p/415456#M23714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Check the format of your raster file in ArcGIS.&amp;nbsp; You might not have it saved as a Grid.&amp;nbsp; You can fix this (in ArcGIS 10) using the "Raster to Other Formats" tool.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 13:24:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/fragstats-help-please/m-p/415456#M23714</guid>
      <dc:creator>AshleyUnger</dc:creator>
      <dc:date>2012-06-20T13:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: fragstats! help please!</title>
      <link>https://community.esri.com/t5/data-management-questions/fragstats-help-please/m-p/415457#M23715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did this work around work for you? I am experiencing the same error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 17:01:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/fragstats-help-please/m-p/415457#M23715</guid>
      <dc:creator>TheresaBurcsu</dc:creator>
      <dc:date>2012-06-26T17:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: fragstats! help please!</title>
      <link>https://community.esri.com/t5/data-management-questions/fragstats-help-please/m-p/415458#M23716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The updated version of Fragstats, that works with ArcGIS 10, is a bit temperamental. I would recommend converting your raster data to an ERDAS Imagine (img) format. The raster(s) also need to be a single band "signed" 8, 16, or 32 integer. Another recommendation is, that because historically zero values have been converted to 1 on the fly, it is best to avoid zero values in your raster. It is good practice for your projection to also be in meters, which is assumed in Fragstats. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can convert your raster and specify output type in ArcCatalog by right-clicking the raster and selecting Export &amp;gt; Raster to Different Format in the context menu. In the resulting dialogue, name your output raster with an "img" extension and select "8_BIT_SIGNED", "16_BIT_SIGNED" or "32_BIT_SIGNED", depending on the range of values in your raster, in the pixel type dropdown menu.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;8_BIT_SIGNED�??A signed 8-bit data type. The values supported can be from -128 to 127. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;16_BIT_SIGNED�??A 16-bit signed data type. The values can range from -32,768 to 32,767.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;32_BIT_SIGNED�??A 32-bit signed data type. The values can range from -2,147,483,648 to 2,147,483,647.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 20:52:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/fragstats-help-please/m-p/415458#M23716</guid>
      <dc:creator>JeffreyEvans</dc:creator>
      <dc:date>2012-06-26T20:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: fragstats! help please!</title>
      <link>https://community.esri.com/t5/data-management-questions/fragstats-help-please/m-p/415459#M23717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I figured out the solution to this problem for our case.&amp;nbsp; It might be helpful for others.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We were extracting files using a Python script and arcpy.&amp;nbsp; The grids were extracted using an extract by mask command.&amp;nbsp; In ArcGIS 10 using arcpy and Python, the extract by mask command should look like&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;outExtractByMask = ExtractByMask(gridLayer, maskLayer)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;outExtractByMask.save(outRast)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you were to run the extract by mask in ArcGIS 10.0 via ArcMap or through the model builder the command would look like&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.gp.ExtractByMask_sa(gridLayer, maskLayer, outRast)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The second extract command will create grids that work with fragstat.&amp;nbsp; The first set of commands will create grids that produce an error.&amp;nbsp; I replaced my commands and the grids now load without error into fragstats.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 06:37:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/fragstats-help-please/m-p/415459#M23717</guid>
      <dc:creator>SueClark</dc:creator>
      <dc:date>2012-07-11T06:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: fragstats! help please!</title>
      <link>https://community.esri.com/t5/data-management-questions/fragstats-help-please/m-p/415460#M23718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hello, and thanks for the tips.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; May I ask something as well as I am new to Fragstats? I want to calculate Shannon's entropy to measure the urban sprawl. However,I am not sure whether I should import the classified image that contains all of my classes or if I should just use a binary image of urban and non-urban area. Also what happens if a portion of the image was primarily clipped out based on a shapefile so that the image is not a perfect square? basically I think this part should be set as background (via tools&amp;gt; class properties) instead of being enabled ; do I have to include this class? I am asking because I have try this in both ways and has a significant impact on the SHDI. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, I've read that Shannon's entropy ranges between 0-1; some other articles refer to values above one. What is the range of it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 15:21:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/fragstats-help-please/m-p/415460#M23718</guid>
      <dc:creator>AntoniosPavlou</dc:creator>
      <dc:date>2012-07-30T15:21:36Z</dc:date>
    </item>
  </channel>
</rss>

