<?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 Rasters with different cell sizes - problem in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/rasters-with-different-cell-sizes-problem/m-p/9090#M326</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me with the following problem in ArcMap 10.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had 2 rasters each with cell of size 30 (one which contains information about the type of construction and one with the county it belongs to). I combined the two rasters in one which has links to the other 2. Now I have to calculate how many of these cells of a specific type of construction exist in a bigger cell (size = 1000). So I created a third raster with size = 1000. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to combine the third raster with the combination of the first two but what I obtain is a raster with only one entry for each of the bigger raster cells. What I would need is a raster file which has an entry for each small raster cell of a specific type of construction in each county and in each big cell. Example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Raster A: cell size = 30, types of construction: "house", "apartment","nothing", 30000 cells in the whole country&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Raster B: cell size = 30, 40 counties in the country, 30000 cells divided by counties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Raster C: cell size = 1000&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Result raster: cell size = 30?, type of construction="house", county X, Raster C cell index, how many cells of the type house are in this "Raster C cell index" and in this COUNTY&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you could please give me some indications (and as many details as possible:)) on how to solve this problem using ArcGIS Desktop I would really appreciate it.&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, 04 Dec 2012 11:12:28 GMT</pubDate>
    <dc:creator>ValentinSarac</dc:creator>
    <dc:date>2012-12-04T11:12:28Z</dc:date>
    <item>
      <title>Rasters with different cell sizes - problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/rasters-with-different-cell-sizes-problem/m-p/9090#M326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me with the following problem in ArcMap 10.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had 2 rasters each with cell of size 30 (one which contains information about the type of construction and one with the county it belongs to). I combined the two rasters in one which has links to the other 2. Now I have to calculate how many of these cells of a specific type of construction exist in a bigger cell (size = 1000). So I created a third raster with size = 1000. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to combine the third raster with the combination of the first two but what I obtain is a raster with only one entry for each of the bigger raster cells. What I would need is a raster file which has an entry for each small raster cell of a specific type of construction in each county and in each big cell. Example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Raster A: cell size = 30, types of construction: "house", "apartment","nothing", 30000 cells in the whole country&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Raster B: cell size = 30, 40 counties in the country, 30000 cells divided by counties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Raster C: cell size = 1000&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Result raster: cell size = 30?, type of construction="house", county X, Raster C cell index, how many cells of the type house are in this "Raster C cell index" and in this COUNTY&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you could please give me some indications (and as many details as possible:)) on how to solve this problem using ArcGIS Desktop I would really appreciate it.&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, 04 Dec 2012 11:12:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/rasters-with-different-cell-sizes-problem/m-p/9090#M326</guid>
      <dc:creator>ValentinSarac</dc:creator>
      <dc:date>2012-12-04T11:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Rasters with different cell sizes - problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/rasters-with-different-cell-sizes-problem/m-p/9091#M327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You likely want to convert your data rasters to polygons (with NO_SIMPLIFY),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;then create a fishnet with 1000 (whatever the unit) cells,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and union them all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now you can use the FID of the 1000 fishnet to calculate the proportion of &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the area of each of the other data set features that fall inside that cell.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for example in the fishnet cell FID = 1:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rasterA 35%&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rasterB 40%&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you pack that data into one field,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;say by multplying the rasterA value by 1000 (so the 35 in the example is 35000)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and adding it to the rasterB value (40 in the example)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so you get a cell value of 35040 (again, in the example),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you can use that new packed-value field as the value field in a polygonToRaster operation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(of course, that trick assumes you have rounded your percentages to integers)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 12:43:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/rasters-with-different-cell-sizes-problem/m-p/9091#M327</guid>
      <dc:creator>markdenil</dc:creator>
      <dc:date>2012-12-05T12:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Rasters with different cell sizes - problem</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/rasters-with-different-cell-sizes-problem/m-p/9092#M328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi and thanks for your post. Actually, I do not want to convert to polygon. I converted the polygons to rasters and all the processing has to be done on rasters now. Any other ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 18:48:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/rasters-with-different-cell-sizes-problem/m-p/9092#M328</guid>
      <dc:creator>ValentinSarac</dc:creator>
      <dc:date>2012-12-05T18:48:58Z</dc:date>
    </item>
  </channel>
</rss>

