-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Is it possible that a Thredds server could deliver a WMS from a netCDF (CF compliant) that has only only projected coordinates (here they are in a North Polar Stereographic projection - EPSG:32661) ?
I have a test file available from : https://thredds-su.ipsl.fr/thredds/catalog/ipsl_thredds/brocksce/tmp/catalog.html?dataset=DatasetScanIPSLTHREDDS/brocksce/tmp/g10.nc
But I get for the WMS : "No grids found in underlying NetCDF dataset"
The netCDF header looks like this:
netcdf GRISLI {
dimensions:
time = UNLIMITED ; // (10 currently)
y = 241 ;
x = 241 ;
variables:
double H(time, y, x) ;
H:long_name = "ice_thickness" ;
H:units = "m" ;
H:coordinates = "x y" ;
double time(time) ;
time:long_name = "model_time" ;
time:standard_name = "time" ;
time:units = "days since 1900-1-1" ;
time:calendar = "noleap" ;
double x(x) ;
x:long_name = "cartesian_x_coordinate" ;
x:standard_name = "projection_x_coordinate" ;
x:units = "m" ;
x:axis = "x" ;
double y(y) ;
y:long_name = "cartesian_y_coordinate" ;
y:standard_name = "projection_y_coordinate" ;
y:units = "m" ;
y:axis = "y" ;
// global attributes:
:Conventions = "CF-1.8" ;
Here is a plot of the variable H from a cartopy python script:

Metadata
Metadata
Assignees
Labels
No labels