netcdf safaris/era5/PRECIP/012010/012010_precip_total.nc { dimensions: lat = 641; lon = 1280; variables: float lat(lat=641); :units = "degrees_north"; :long_name = "latitude"; float lon(lon=1280); :units = "degrees_east"; :long_name = "longitude"; float tptotal(lat=641, lon=1280); :_FillValue = -32767.0f; // float // global attributes: :creation_date = "Mon Jun 4 13:23:41 EDT 2018"; :Conventions = "None"; :title = "January 2010 Total Precipitation"; }