-
Title is quite self-explanatory; do you need help with something?
-
# Sprint 1: 11-15 October 2021
## Switch to INCD OpenEO backend and get Sentinel-2 L1C data
Current status: Have been developing a Notebook for the full workflow using the VITO backend for OpenEO.
…
-
**Describe the bug**:
occasionally raise Exception: too many values to unpack (expected 2) and 'NoneType' object is not iterable
![image](https://user-images.githubusercontent.com/37948697/10201…
-
Without upgrading pip on `ubuntu:18.04`, installation fails:
```bash
docker run --rm -it ubuntu:18.04 bash
apt update && apt install python3 python3-pip
python3 -m pip install eodag
[...]
Coll…
-
When trying to start up my flask-restplus app, I'm getting swagger-related errors. Interestingly, the error is different whether I am using stable or dev version of flask-restplus.
With flask-restp…
-
Currently, working with flight software using Python 3.9.x requires applying the following diff to `requirements.txt`:
```
diff --git a/requirements.txt b/requirements.txt
index 897c92bc..86da12f…
-
When switching to OpenApi 3.0.2, it is not possible to use servers section inside specification.
https://swagger.io/docs/specification/api-host-and-base-path/
> In OpenAPI 3.0, you use the server…
-
**Is your feature request related to a problem? Please describe.**
Currently the project docs do not include the REST API for ambianic edge.
**Describe the solution you'd like**
- Define with O…
-
Amundsen has been installed locally based on the latest version 2.4 and built from source.
Atlas is used as backend and search engine.
Note: Atlas was installed and used before. I used the kicksta…
-
I have installed the next packages to setup a blockcerts system: cert-tools, cert-core, cert-issuer, cert-verifier, cert-viewer
I found a compatibility error of some requirements:
ERROR: merkletoo…