Opened 4 years ago
Closed 4 years ago
#2336 closed defect (fixed)
Petascope - display non-ascii string in coverage's metadata
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | petascope | Version: | 9.8 |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
For example, if in the ingredients file of wcst_import, it has this non-ascii character µ
.
"metadata": { "type": "xml", "global": { "Title": "'This is a test coverage 1'", "test": { "Band_1": { "name": "coastal aerosol", "central Wavelength": "0.443 µm" } } } }
Then, petascope should save it and can display it as it is with the output of DescribeCoverage
request.
Note:
See TracTickets
for help on using tickets.