Vincent Privat
Vincent Privat
**Is your feature request related to a use case or a problem you are working on? Please describe.** I cannot open some TIFF files from [Capella Space Open Data](https://registry.opendata.aws/capella_opendata/), and...
https://video2commons.toolforge.org/oauthinit?returnto=https%3A%2F%2Fvideo2commons.toolforge.org%2F gives: ``` Please file an issue in GitHub: Traceback (most recent call last): File "/data/project/video2commons/www/python/venv/lib/python3.9/site-packages/flask/app.py", line 2073, in wsgi_app response = self.full_dispatch_request() File "/data/project/video2commons/www/python/venv/lib/python3.9/site-packages/flask/app.py", line 1519, in full_dispatch_request return...
It would be great to have authentication support in stac-cli, just like stac-browser is doing with https://github.com/radiantearth/stac-browser/issues/81 and https://github.com/radiantearth/stac-browser/blob/main/docs/options.md#authconfig For example, to access an API Key protected STAC instance, I'd...
**Describe the bug** I noticed a significant performance regression in the search queries we perform with eodag. I pinpointed it to #1045, because eodag now [creates a new ssl context...
This allows to configure GitHub monitoring according to [documentation](https://documentation.wazuh.com/current/cloud-security/github/monitoring-github-activity.html#configure-wazuh-to-pull-github-logs). Adapted from existing _wazuh_manager_monitor_aws_ configuration.
# Overview # Related Issue / discussion This PR allows to forward request http headers to processors. Our use case is to pass an API key to a processor. #...
This PR adds a new kind of actions: **item actions**. It allows to add action buttons for items both in collection page and item page. Here is an example of...
The support for these [CQL2 temporal operators](https://docs.ogc.org/is/21-065r2/21-065r2.html#_temporal_functions) is missing: - T_STARTS/T_STARTEDBY - T_FINISHES/T_FINISHEDBY - T_DISJOINT