You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The interval field in the Custom class (in extent.py) has the type interval: List[str].
According to the standard this should be: interval: List[List[str]] or even better interval: List[List[str|float]]
The
interval
field in the Custom class (in extent.py) has the typeinterval: List[str]
.According to the standard this should be:
interval: List[List[str]]
or even betterinterval: List[List[str|float]]
See: https://docs.ogc.org/is/19-086r6/19-086r6.html#_a2113fbe-7d9d-4295-bdfa-25b9cc89fa03 where the schema states:
The text was updated successfully, but these errors were encountered: