Opened 4 years ago

Closed 4 years ago

#2312 closed defect (fixed)

Petascope - missing 0 for big null float number from importing netCDF file

Reported by: Bang Pham Huu Owned by:
Priority: major Milestone: 10.0
Component: petascope Version: 9.8
Keywords: Cc: Dimitar Misev, Vlad Merticariu
Complexity: Medium

Description

This netCDF file contains XY:_FillValue = 1.e+30f ;

But Petascope creates collection with 1e+3f

CREATE TYPE GEOMAR_OXY_Array AS float MDARRAY [D0,D1,D2,D3]

CREATE TYPE GEOMAR_OXY_Set AS SET (GEOMAR_OXY_Array NULL VALUES [1e+30])

INSERT INTO GEOMAR_OXY VALUES <[0:0,0:0,0:0,0:0] 1e+3f> TILING ALIGNED [0:0, 0:5000, 0:5000, 0:100]

 UPDATE GEOMAR_OXY SET GEOMAR_OXY[0:491,0:252,0:52,0:44] ASSIGN decode(<[0:0] 1c>, "NetCDF", "{\"variables\":[\"OXY\"],\"filePaths\":[\"/home/rasdaman/tmp/hzg_data_netcdf_null//crop.nc\"]}")

Change History (1)

comment:1 by Bang Pham Huu, 4 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.