Opened 6 years ago
Closed 6 years ago
#1977 closed defect (fixed)
Petascope_Update coverage with local metadata will remove coverage's global bands and axes metadata
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.8 |
Component: | petascope | Version: | 9.7 |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
Check the difference between a coverage after InsertCoverage
request and after 1
UpdateCoverage request
here https://www.diffchecker.com/P1DdjJqT
The bands and axes metadata for coverage before updating are removed, e.g:
"axes": { "Lat": { "units": "degrees_north", "long_name": "latitude", "axis": "Y" }, "Long": { "units": "degrees_east", "long_name": "longitude", "axis": "X" } }, "bands": { "CHL1_mean": { "units": "mg/m3", "long_name": "Chlorophyll concentration - Mean of the binned pixels", "standard_name": "mass_concentration_of_chlorophyll_a_in_sea_water", "pct_characterised_error": "43.31", "_FillValue": "-999.0" } },
Note:
See TracTickets
for help on using tickets.