Opened 5 years ago

Closed 5 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 Bang Pham Huu)

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 Bang Pham Huu, 5 years ago

Cc: Vlad Merticariu added

comment:2 by Bang Pham Huu, 5 years ago

Description: modified (diff)

comment:3 by Bang Pham Huu, 5 years ago

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