Hello Everyone,

I have downloaded a NetCDf file that contains packed short integer values.

The NetCDF Variables section looks like this:
variables:
    float longitude(longitude) ;
        longitude:units = "degrees_east" ;
        longitude:long_name = "longitude" ;
    float latitude(latitude) ;
        latitude:units = "degrees_north" ;
        latitude:long_name = "latitude" ;
    int time(time) ;
        time:units = "hours since 1900-01-01 00:00:0.0" ;
        time:long_name = "time" ;
        time:calendar = "gregorian" ;
    short sst(time, latitude, longitude) ;
        sst:scale_factor = 0.00053530401667862 ;
        sst:add_offset = 286.836646410492 ;
        sst:_FillValue = -32767s ;
        sst:missing_value = -32767s ;
        sst:units = "K" ;
        sst:long_name = "Sea surface temperature" ;


Can GeoServer handle with scale_factor and add_offset attribute to unpack the values?

Best regards,
viv
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to