Original User: pfroemke
Hi all,
I am trying to calculate the percent of area in large watershed polygons contributed by each pixel in a netcdf raster. I managed to convert the raster to polygons that show each individual pixel, then I was going to intersect this with my watersheds and calculate the new areas.
I've attached 2 maps that show what I'm trying to achieve (output from Matlab) and what I'm actually getting. The original netcdf data did not have square pixels, so I had to interpolate to raster from a point feature layer.
Is there an easier way to do this? Are ArcMap 10 and Matlab formats compatible at all? Seems like it should be pretty straightforward.
Thanks!
Pam
Hi all,
I am trying to calculate the percent of area in large watershed polygons contributed by each pixel in a netcdf raster. I managed to convert the raster to polygons that show each individual pixel, then I was going to intersect this with my watersheds and calculate the new areas.
I've attached 2 maps that show what I'm trying to achieve (output from Matlab) and what I'm actually getting. The original netcdf data did not have square pixels, so I had to interpolate to raster from a point feature layer.
Is there an easier way to do this? Are ArcMap 10 and Matlab formats compatible at all? Seems like it should be pretty straightforward.
Thanks!
Pam
That is my problem.....I don't have the raster and so far we've not been able to export it. Another person produced that graphic with Matlab and we've been trying to find a way to do a Matlab export that ArcMap understands. That's why I was trying to reproduce just the "empty" cells in the same size and registration of the Matlab graphic. Not sure I'm going in the right direction with this. I don't know anything about Matlab other than it can export GRIB and HDF raster formats (we haven't had a chance to try yet), which ArcMap says it supports. Another issue I had was that the cells in the original netCDF data were not square, so I had to do all this interpolating to read the data.