Joffrey, in toolsUI (from NetCDF-Java), this GRIB file is detected as having two different time domains with different dimensions, one for the ten minute accumulations and one for the total:
float Total_precipitation_surface_10_Minute_Accumulation(time1=24, y=591, x=601); float Total_precipitation_surface(time=1, y=591, x=601); I suspect that GeoServer is confused by the multiple time coordinate variables. Try removing the first message (total?) in the GRIB file to leave only the accumulation messages. Kind regards, Ben. On 21/12/16 22:55, Joffrey Schmitz wrote: > Hello, > > I am working with the lastest snapshot of Geoserver-2.10 and the lastest > version of the grib plugin (4.6.6). > > GRIB Files with a timeRange of 10 minutes lead to an exception when trying to > configure a store : java.lang.IllegalArgumentException: Unable to init > temporal domain from CoordinateVariable that does not have a TemporalCRS > > The file is handled correctly by GRIB tools and gdal (see below). > > Is there a solution for loading that type of files in Geoserver ? They seem > very standard to me. > > Thanks for your answers. > > Joffrey Schmitz > > > > > grib_ls -s stepUnits=m 201612080940_RR_FC_INCA.grb > 201612080940_RR_FC_INCA.grb > edition centre typeOfLevel level dataDate stepRange shortName packingType > gridType > 1 ebum surface 0 20161208 0 tp grid_simple lambert > 1 ebum surface 0 20161208 0-10 tp grid_simple lambert > 1 ebum surface 0 20161208 10-20 tp grid_simple lambert > 1 ebum surface 0 20161208 20-30 tp grid_simple lambert > 1 ebum surface 0 20161208 30-40 tp grid_simple lambert > 1 ebum surface 0 20161208 40-50 tp grid_simple lambert > 1 ebum surface 0 20161208 50-60 tp grid_simple lambert > 1 ebum surface 0 20161208 60-70 tp grid_simple lambert > 1 ebum surface 0 20161208 70-80 tp grid_simple lambert > 1 ebum surface 0 20161208 80-90 tp grid_simple lambert > 1 ebum surface 0 20161208 90-100 tp grid_simple lambert > 1 ebum surface 0 20161208 100-110 tp grid_simple lambert > 1 ebum surface 0 20161208 110-120 tp grid_simple lambert > 1 ebum surface 0 20161208 120-130 tp grid_simple lambert > 1 ebum surface 0 20161208 130-140 tp grid_simple lambert > 1 ebum surface 0 20161208 140-150 tp grid_simple lambert > 1 ebum surface 0 20161208 150-160 tp grid_simple lambert > 1 ebum surface 0 20161208 160-170 tp grid_simple lambert > 1 ebum surface 0 20161208 170-180 tp grid_simple lambert > 1 ebum surface 0 20161208 180-190 tp grid_simple lambert > 1 ebum surface 0 20161208 190-200 tp grid_simple lambert > 1 ebum surface 0 20161208 200-210 tp grid_simple lambert > 1 ebum surface 0 20161208 210-220 tp grid_simple lambert > 1 ebum surface 0 20161208 220-230 tp grid_simple lambert > 1 ebum surface 0 20161208 230-240 tp grid_simple lambert > 25 of 25 grib messages in 201612080940_RR_FC_INCA.grb > > > > gdalinfo 201612080940_RR_FC_INCA.grb > Driver: GRIB/GRIdded Binary (.grb) > Files: 201612080940_RR_FC_INCA.grb > Size is 601, 591 > Coordinate System is: > PROJCS["unnamed", > GEOGCS["Coordinate System imported from GRIB file", > DATUM["unknown", > SPHEROID["Spheroid imported from GRIB file",6378160,298.2539162964695]], > PRIMEM["Greenwich",0], > UNIT["degree",0.0174532925199433]], > PROJECTION["Lambert_Conformal_Conic_2SP"], > PARAMETER["standard_parallel_1",49.833], > PARAMETER["standard_parallel_2",51.167], > PARAMETER["latitude_of_origin",49.833], > PARAMETER["central_meridian",4.359], > PARAMETER["false_easting",0], > PARAMETER["false_northing",0]] > Origin = (-289799.535183589498047,382544.017044504696969) > Pixel Size = (1000.000000000000000,-1000.000000000000000) > Corner Coordinates: > Upper Left ( -289799.535, 382544.017) ( 0d 1'30.35"E, 53d11'40.23"N) > Lower Left ( -289799.535, -208455.983) ( 0d29' 8.44"E, 47d53'28.61"N) > Upper Right ( 311200.465, 382544.017) ( 9d 0'43.71"E, 53d10'58.40"N) > Lower Right ( 311200.465, -208455.983) ( 8d31' 4.01"E, 47d52'51.18"N) > Center ( 10700.465, 87044.017) ( 4d30'36.71"E, 50d36'55.70"N) > Band 1 Block=601x1 Type=Float64, ColorInterp=Undefined > Description = 0[-] SFC (Ground or water surface) > Metadata: > GRIB_COMMENT=Total precipitation [kg/m^2] > GRIB_ELEMENT=APCP > GRIB_FORECAST_SECONDS=0 sec > GRIB_REF_TIME= 1481190000 sec UTC > GRIB_SHORT_NAME=0-SFC > GRIB_UNIT=[kg/m^2] > GRIB_VALID_TIME= 1481190000 sec UTC > Band 2 Block=601x1 Type=Float64, ColorInterp=Undefined > Description = 0[-] SFC (Ground or water surface) > Metadata: > GRIB_COMMENT=Total precipitation [kg/m^2] > GRIB_ELEMENT=APCP > GRIB_FORECAST_SECONDS=600 sec > GRIB_REF_TIME= 1481190000 sec UTC > GRIB_SHORT_NAME=0-SFC > GRIB_UNIT=[kg/m^2] > GRIB_VALID_TIME= 1481190600 sec UTC > Band 3 Block=601x1 Type=Float64, ColorInterp=Undefined > Description = 0[-] SFC (Ground or water surface) > Metadata: > GRIB_COMMENT=Total precipitation [kg/m^2] > GRIB_ELEMENT=APCP > GRIB_FORECAST_SECONDS=1200 sec > GRIB_REF_TIME= 1481190000 sec UTC > GRIB_SHORT_NAME=0-SFC > GRIB_UNIT=[kg/m^2] > GRIB_VALID_TIME= 1481191200 sec UTC > Band 4 Block=601x1 Type=Float64, ColorInterp=Undefined > Description = 0[-] SFC (Ground or water surface) > Metadata: > GRIB_COMMENT=Total precipitation [kg/m^2] > GRIB_ELEMENT=APCP > GRIB_FORECAST_SECONDS=1800 sec > GRIB_REF_TIME= 1481190000 sec UTC > GRIB_SHORT_NAME=0-SFC > GRIB_UNIT=[kg/m^2] > GRIB_VALID_TIME= 1481191800 sec UTC > Band 5 Block=601x1 Type=Float64, ColorInterp=Undefined > Description = 0[-] SFC (Ground or water surface) > Metadata: > GRIB_COMMENT=Total precipitation [kg/m^2] > GRIB_ELEMENT=APCP > GRIB_FORECAST_SECONDS=2400 sec > GRIB_REF_TIME= 1481190000 sec UTC > GRIB_SHORT_NAME=0-SFC > GRIB_UNIT=[kg/m^2] > GRIB_VALID_TIME= 1481192400 sec UTC > Band 6 Block=601x1 Type=Float64, ColorInterp=Undefined > Description = 0[-] SFC (Ground or water surface) > Metadata: > GRIB_COMMENT=Total precipitation [kg/m^2] > GRIB_ELEMENT=APCP > GRIB_FORECAST_SECONDS=3000 sec > GRIB_REF_TIME= 1481190000 sec UTC > GRIB_SHORT_NAME=0-SFC > GRIB_UNIT=[kg/m^2] > GRIB_VALID_TIME= 1481193000 sec UTC > [...] > > > > ------------------------------------------------------------------------------ > Developer Access Program for Intel Xeon Phi Processors > Access to Intel Xeon Phi processor-based developer platforms. > With one year of Intel Parallel Studio XE. > Training and support from Colfax. > Order your platform today.http://sdm.link/intel > > > > _______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users > -- Ben Caradoc-Davies <[email protected]> Director Transient Software Limited <http://transient.nz/> New Zealand ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today.http://sdm.link/intel _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
