In ArcMap 10.4 (advanced licence) I am trying to weigh temperature data in a netcdf-file according to landuse in a tif-rasterfile, and then aggregate that data to the areas of EU-NUTS3-regions, and I am searching for the right spatial analyst tools to do that. I haven't managed to read the NetCDF-file to ArcGIS correctly as a rasterlayer, but I didn't manage yet to add the layer to a mosaic layer, so until then even the spatial analyst tools that will work on a simple rasterlayer will be a great step forward.
I have a
netcdf-file with EU-temperature-over-time data (time being every day of several years), or single time slices of that file as rasterlayers, if computing NetCDF is too difficult
a tif-rasterlayer with EU landuse data (industry, inhabited areas, agriculture and other vegetation/landcover)
a shape with EU NUTS2-regions.
I need to extract a table with the temperature for each NUTS2 region for each day of the year 2010, with the condition, that the temperature has to be weighted according to thermal loads. That means, depending on how much of the area of the temperature-rastercell is covered with industry or other inhabitation, the temperature gets more or less weight (for example, industry can get a weight of 2, normal inhabitation a weight of 1, everything else 0).
My plan was to extract the year 2014 out of the whole range, put it in a mosaic dataset, then with some geospatial analyst tool weigh the landuse data on each of the temperature raster (the netcdf raster is larger than the landuse raster) and then make a statistical analysis of that on the NUTS3 areas. If the Mosaic Part does not work, then extract the 365 timeslices for 2010 as rasters and compute them singularly.
I tried local, environment and overlay on simple rasterlayers, but they did not work. Can anybody recommend the right tools for the analysis?
Thanks and Best regards
Bettina