Anika Weinmann
Anika Weinmann
I try to get Lansat 5 data and get an error: `landsatxplore.errors.LandsatxploreError: Failed to guess dataset from identifier.` ``` import landsatxplore.api from landsatxplore.earthexplorer import EarthExplorer bb=('-0.49799280', '5.48261312', '0.67396018', '6.03887914') scenes...
This should remove Landsat 4 scenes from requests with `dataset='landsat_tm_c2_l2'`. To avoid errors like in https://github.com/yannforget/landsatxplore/issues/36.
- Add black workflow - apply black - flake8 80 symbols per line
We want to use `black` to beautify actinia code. We want to use some black in Workflows, so that workflows fails if the code is not black conform. Before the...
Also in the actinia-plugin the old style has to be changed. See #245 Plugins to check for old style: - https://github.com/mundialis/actinia-module-plugin/issues - https://github.com/mundialis/actinia-metadata-plugin/issues - https://github.com/mundialis/actinia_satellite_plugin/issues - https://github.com/mundialis/actinia_statistic_plugin/issues - https://github.com/mundialis/actinia-stac-plugin/issues -...
If a vector has no database connection because it has no tabel, actinia returns an error by requesting the information of the vector map: ``` # test_random_vect created with e.g....
From #295 some TODOs are open one of these is to correct null value: When importing a scene, `i.sentinel.import` reprojects the map if it does not match the current projection....
The STRDS support is adjusted so that the tgis sqlite.db is copied by creating a temporare mapset and copies (with renamed mapset) the tgis sqlite.db by the mapset merge. This...
From #295 some TODOs are open one of these is the implementation of importing S-2 data from region an time without any ID: implement query such that all S2 data...
From #295 some TODOs are open one of these is the implementation of the extent (bbox): import processes are automatically put before grass (or other) processes in a process chain....