Opened 4 years ago
Closed 4 years ago
#2431 closed defect (worksforme)
wcst_import - doc about default_null_values
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | wcst_import | Version: | 9.8 |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
In case the default_null_values
has intervals as quoted strings, it needs to be the first element.
Doc: https://doc.rasdaman.org/05_geo-services-guide.html
e.g:
"default_null_values": [9.96921e+36, "9.96921e+35:*"]
should be
"default_null_values": ["9.96921e+35:*", 9.96921e+36]
Note:
See TracTickets
for help on using tickets.
Actually, wcst_import can import this in the ingredients file
`
`