Opened 6 years ago
Closed 6 years ago
#1923 closed defect (fixed)
netcdf: petascope should not add missing_values attribute
Reported by: | Dimitar Misev | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.7 |
Component: | petascope | Version: | development |
Keywords: | Cc: | Vlad Merticariu | |
Complexity: | Medium |
Description (last modified by )
This is wrong:
\"missing_value\":[-9999]
Unless this attribute is specified in the file's metadata itself, petascope should not add it explicitly to band variables' metadata, e.g:
"green":{"name":"green", "metadata": { "description":"100.0", --- "missing_value":[12.0] ----- } }
. Petascope should just specify the nodata value, and rasdaman will accordingly add missing_value if needed.
Change History (3)
comment:1 by , 6 years ago
Cc: | added |
---|
comment:2 by , 6 years ago
Description: | modified (diff) |
---|
comment:3 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.