Tuesday, 14 August 2018

Adding NetCDF-File to Mosaic Dataset in ArcGIS Desktop?


In ArcGIS Desktop 10.4 I have a NetCDF-File from this source http://eca.knmi.nl/download/ensembles/downloadchunks.php (grid 0.25, years 1995-2016), and am trying to add it to a Mosaic Dataset I already created. The data consists of temperature over time (in days).


I tried two variations:




  • reading the .nc-file as raster, saving as layer-file and then adding the layer-file to the Mosaic Dataset by the "add rasters to Mosaic Dataset"-tool.




  • reading the .nc file directly into the Mosaic Dataset using the "add rasters to Mosaic Dataset"-tool. Here I also ticked the variable I need (tg).





Both Variations gave the same result: the features are drawn, but the numbers are wrong. Don't know, where they are coming from, but it's obviously not taking the variable I ticked.


Does anyone have an idea what I did wrong?




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...