<?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 Converting GRID from centimeters to meters in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/converting-grid-from-centimeters-to-meters/m-p/400604#M5640</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am currently using 9.3.1 to convert a 16 bit signed GRID from centimeters to meters. I am using the raster calculator with the expression [GRID] * 0.01. When using that expression I get a floating point GRID...which I do not want. When I use the expression int([GRID] * 0.01) I get an 8 bit signed GRID. Does anyone know how I can get a 16 bit signed GRID&amp;nbsp; like the original I am using? Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Sep 2010 18:23:21 GMT</pubDate>
    <dc:creator>DawnBaldridge</dc:creator>
    <dc:date>2010-09-20T18:23:21Z</dc:date>
    <item>
      <title>Converting GRID from centimeters to meters</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/converting-grid-from-centimeters-to-meters/m-p/400604#M5640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am currently using 9.3.1 to convert a 16 bit signed GRID from centimeters to meters. I am using the raster calculator with the expression [GRID] * 0.01. When using that expression I get a floating point GRID...which I do not want. When I use the expression int([GRID] * 0.01) I get an 8 bit signed GRID. Does anyone know how I can get a 16 bit signed GRID&amp;nbsp; like the original I am using? Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 18:23:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/converting-grid-from-centimeters-to-meters/m-p/400604#M5640</guid>
      <dc:creator>DawnBaldridge</dc:creator>
      <dc:date>2010-09-20T18:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Converting GRID from centimeters to meters</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/converting-grid-from-centimeters-to-meters/m-p/400605#M5641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dawn,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In this unit conversion scenario your result is always going to be floating point values, unless all pixels evenly divide by 100&amp;nbsp; (since you technically could divide by 100 - not a float value).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you do this operation you're actually decreasing the range of values in the raster.&amp;nbsp; Storing 16 bits may not be necessary.&amp;nbsp; What is the new range of values after multiplying by .01 and doing INT?&amp;nbsp; What format are you working with?&amp;nbsp; ESRI GRIDs are always 32 bit anyway...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 19:50:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/converting-grid-from-centimeters-to-meters/m-p/400605#M5641</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2010-10-05T19:50:53Z</dc:date>
    </item>
  </channel>
</rss>

