<?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: CellSize in Raster Layer in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/cellsize-in-raster-layer/m-p/387228#M30569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could also get it from the &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/get-raster-properties.htm"&gt;GetRasterProperties&lt;/A&gt; tool&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Aug 2015 15:52:23 GMT</pubDate>
    <dc:creator>SteveLynch</dc:creator>
    <dc:date>2015-08-20T15:52:23Z</dc:date>
    <item>
      <title>CellSize in Raster Layer</title>
      <link>https://community.esri.com/t5/python-questions/cellsize-in-raster-layer/m-p/387223#M30564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am creating python toolbox where I want to check all the input Raster layers have same Cellsizes or not. If not then I am going to enable another input parameter for unit. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 11:00:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/cellsize-in-raster-layer/m-p/387223#M30564</guid>
      <dc:creator>AmeyaNatu1</dc:creator>
      <dc:date>2015-08-19T11:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: CellSize in Raster Layer</title>
      <link>https://community.esri.com/t5/python-questions/cellsize-in-raster-layer/m-p/387224#M30565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And quite what is the question here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Describe objects of raster files and the raster bands in those files have various properties.&lt;/P&gt;&lt;P&gt;See here :&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/#/Raster_Dataset_properties/03q300000017000000/" title="http://resources.arcgis.com/en/help/main/10.2/#/Raster_Dataset_properties/03q300000017000000/"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/#/Raster_Band_properties/03q30000004r000000/" title="http://resources.arcgis.com/en/help/main/10.2/#/Raster_Band_properties/03q30000004r000000/"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As you can see the cell size is a property of the band.&lt;/P&gt;&lt;P&gt;An easier way is to create a raster object from the raster file.&lt;/P&gt;&lt;P&gt;Then access the cell size property from the object.&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//018z00000051000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//018z00000051000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 12:24:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/cellsize-in-raster-layer/m-p/387224#M30565</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2015-08-19T12:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: CellSize in Raster Layer</title>
      <link>https://community.esri.com/t5/python-questions/cellsize-in-raster-layer/m-p/387225#M30566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Neil, Geonet is currently having issues with hyperlinks to 10.1/10.2 help docs.&amp;nbsp; All your links go to the main help page.&amp;nbsp; You may want to find your links in the 10.3 documentation starting at &lt;A href="http://desktop.arcgis.com/en/desktop/latest/analyze/arcpy/what-is-arcpy-.htm" title="http://desktop.arcgis.com/en/desktop/latest/analyze/arcpy/what-is-arcpy-.htm"&gt;What is ArcPy?—Help | ArcGIS for Desktop&lt;/A&gt; and then edit you response above.&amp;nbsp; Other option is to use the link key and past the URL into that.&amp;nbsp; cut-and-paste of 10.2 help docs are the issue (has to do with the # sign in the link).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 15:04:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/cellsize-in-raster-layer/m-p/387225#M30566</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-08-19T15:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: CellSize in Raster Layer</title>
      <link>https://community.esri.com/t5/python-questions/cellsize-in-raster-layer/m-p/387226#M30567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rebecca.&lt;/P&gt;&lt;P&gt;thanks for pointing this out.&lt;/P&gt;&lt;P&gt;However, I find the online help for 10.3 absolutely hopeless. A lot of links to things but no actual directory structure of help. Got to search for everything, which is the modern trend I suppose.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 08:36:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/cellsize-in-raster-layer/m-p/387226#M30567</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2015-08-20T08:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: CellSize in Raster Layer</title>
      <link>https://community.esri.com/t5/python-questions/cellsize-in-raster-layer/m-p/387227#M30568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neil, I have to agree with you some there, although I'm trying to get used to it.&amp;nbsp; however, if you check out all three of you links, the all still go to the "welcome to help" page, not the location you are trying to point.&amp;nbsp; What has worked for me is, as mentioned, using the (chain icon) link option and pasting the actual link.&amp;nbsp; If you can find the links you were trying to point the poster to, you can edit you response with the correct links.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 14:08:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/cellsize-in-raster-layer/m-p/387227#M30568</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-08-20T14:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: CellSize in Raster Layer</title>
      <link>https://community.esri.com/t5/python-questions/cellsize-in-raster-layer/m-p/387228#M30569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could also get it from the &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/get-raster-properties.htm"&gt;GetRasterProperties&lt;/A&gt; tool&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 15:52:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/cellsize-in-raster-layer/m-p/387228#M30569</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2015-08-20T15:52:23Z</dc:date>
    </item>
  </channel>
</rss>

