Opened 4 months ago
Last modified 2 months ago
#2826 closed defect
FIX - OGC/O/Temporal missing parts in petascope — at Initial Version
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.4 |
Component: | petascope | Version: | 10.3 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
in ingredients file
"crs": "OGC/0/Temporal?epoch=\"1970-01-01T00:00Z\"%26uom=\"d\"%26label=\"t\"@EPSG/0/4326",
and petascope does not see the uom
.
{{
http://localhost:8080/rasdaman/def/crs/OGC/0/Temporal?epoch="1970-01-01T00:00Z"
Caused by: Failed to get CRS definition from URL 'http://localhost:8080/rasdaman/def/crs/OGC/0/Temporal?epoch="1970-01-01T00:00Z"'. Given error message: Missing required key value parameter: uom from CRS request.
at petascope.util.CrsUtil.getCrsDefinition(CrsUtil.java:597)
}}}
Note:
See TracTickets
for help on using tickets.