-
What to do if I want to expose Sentinel-2 via Coverages for which the storageCrs would be multiple UTM zones?
-
This is the currently unit test coverage:
```
∅ api/core/v1alpha1 (64ms)
∅ pkg (5ms)
∅ api/inference/v1alpha1 (43ms)
∅ pkg/controller (33ms)
∅ pkg/cert (78ms)
∅ pkg/controller/inference…
-
1) Test coverage presented in pytest (using pytest and pytest-cov packages):
The metric is calculated by:
Stmts (statements)
Miss (nº of statements not being executed)
Cover is test coverage:
…
-
The draft of OGC API Coverages has a ["field selection" requirements class](https://docs.ogc.org/DRAFTS/19-087.html#rc_fieldselection). We need to ensure both are compatible with each other.
-
In the current version of the system we need to provide multiple details about the climatic indicator which is being used by both:
- forecast-related coverages
- historical coverages
- station observ…
-
I think the Scenes API is distinct and separated enough functionality that it should be a separate part of Coverages (Part 2 or so). It has similar characteristics to STAC and Records and I assume it …
-
- **Objective:** Enhance the eoAPI platform to support the OGC API Coverages standard, enabling users to access, manipulate, and manage raster data such as grids, remote sensing, and multidimensional …
-
zur Zeit werden in geklonten Zeilen keine Invalid Nachrichten angezeigt. Das ist ein Problem, wenn ich die erste Zeile richtig ausfülle, eine geklonte aber nicht.
Im Zuge dessen sollten die Invali…
-
I have been playing with the properties= syntax to create band indices and diffs between two times etc. I need to present the result to myself to be sure what I'm doing in each iteration, so I use a f…
-
### The problem
Currently our overall code coverage is being aggregated from all components, including deprecated ones. This can impact our coverage by inflating or deflating actual stable and suppor…