Changes between Initial Version and Version 2 of Ticket #1923


Ignore:
Timestamp:
Nov 30, 2018, 8:33:25 AM (5 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1923

    • Property Cc Vlad Merticariu added
  • Ticket #1923 – Description

    initial v2  
    33\"missing_value\":[-9999]
    44}}}
    5 Unless this attribute is specified in the file itself, petascope should not add it explicitly. Petascope should just specify the nodata value, and rasdaman will accordingly add missing_value if needed.
     5Unless this attribute is specified in the file's metadata itself, petascope should not add it explicitly to band variables' metadata, e.g:
     6
     7{{{
     8"green":{"name":"green",
     9       "metadata": {
     10            "description":"100.0",
     11             --- "missing_value":[12.0] -----
     12                    }
     13         }
     14}}}
     15
     16. Petascope should just specify the nodata value, and rasdaman will accordingly add missing_value if needed.