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. |
| 5 | Unless 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. |