Opened 6 years ago
Last modified 5 years ago
#1856 closed enhancement
Rasql_hierarchical metadata as extra parameters of encode() — at Initial Version
Reported by: | Bang Pham Huu | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | conversion | Version: | development |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
Currently, "metadata" as extra parameters in JSON of encode() can be a map of string:string only, e.g:
encode(c, "tiff", "{ \"metadata\": { \"new_metadata\": \"This is a new added metadata\" }")
It could be good if "metadata" can support value not only string (current error is: rasdaman error 0: Type is not convertible to string, but a JSON object or JSON array, e.g:
encode(c, "tiff", "{ \"metadata\": { \"new_metadata\": [\"value1\", \"value2\" }")
encode(c, "tiff", "{ \"metadata\": { \"new_metadata\": { \"key1\": \"value1\"} }")
Note:
See TracTickets
for help on using tickets.