Anika Weinmann

Results 20 comments of Anika Weinmann

@lucadelu yes you are right. I changed the description in https://github.com/OSGeo/grass-addons/pull/339

- actinia-module-plugin - ~~https://github.com/mundialis/actinia-module-plugin/blob/main/actinia_module_plugin/core/modules/grass.py#L47~~ - ~~https://github.com/mundialis/actinia-module-plugin/blob/main/actinia_module_plugin/core/modules/grass.py#L113~~ - actinia-satallite-plugin - https://github.com/mundialis/actinia_satellite_plugin/blob/master/src/actinia_satellite_plugin/ephemeral_landsat_ndvi_processor.py#L64-L96 - https://github.com/mundialis/actinia_satellite_plugin/blob/master/src/actinia_satellite_plugin/ephemeral_landsat_ndvi_processor.py#L924-L929 - https://github.com/mundialis/actinia_satellite_plugin/blob/master/src/actinia_satellite_plugin/ephemeral_sentinel2_ndvi_processor.py#L67-L88 - https://github.com/mundialis/actinia_satellite_plugin/blob/master/src/actinia_satellite_plugin/ephemeral_sentinel2_ndvi_processor.py#L849-L852 - https://github.com/mundialis/actinia_satellite_plugin/blob/master/src/actinia_satellite_plugin/ephemeral_sentinel2_ndvi_processor.py#L891-L901 - ~~actinia-statistic-plugin~~ - ~~https://github.com/mundialis/actinia_statistic_plugin/blob/master/src/actinia_statistic_plugin/ephemeral_raster_area_stats_univar.py#L147-L150~~ - ~~https://github.com/mundialis/actinia_statistic_plugin/blob/master/src/actinia_statistic_plugin/ephemeral_raster_area_stats_univar.py#L159-L172~~ - ~~https://github.com/mundialis/actinia_statistic_plugin/blob/master/src/actinia_statistic_plugin/ephemeral_raster_area_stats_univar.py#L147-L150~~ - ~~https://github.com/mundialis/actinia_statistic_plugin/blob/master/src/actinia_statistic_plugin/ephemeral_raster_area_stats_univar.py#L159-L172~~ - ~~https://github.com/mundialis/actinia_statistic_plugin/blob/master/src/actinia_statistic_plugin/ephemeral_strds_area_stats.py#L188-L216~~...

@marcjansen do you want to add a `r`/`w` parameter to the functions? Otherwise it is also fine for me to merge it as it is.

Pull Requests: - actinia-api: https://github.com/mundialis/actinia-api/pull/4 - actinia_core: https://github.com/mmacata/actinia_core/pull/5 - actinia_statistic_plugin: https://github.com/mundialis/actinia_statistic_plugin/pull/12 - actinia-stac-plugin: https://github.com/mundialis/actinia-stac-plugin/pull/55 (**TODO**) - actinia_satellite_plugin: https://github.com/mundialis/actinia_satellite_plugin/pull/10 - actinia-module-plugin: https://github.com/mundialis/actinia-module-plugin/pull/21 - actinia-tiling-plugin: - actinia-example-plugin: https://github.com/mundialis/actinia-example-plugin/pull/2 (**TODO**) - actinia-metadata-plugin: https://github.com/mundialis/actinia-metadata-plugin/pull/7

Parts are done in #233, but `t.rast.extract` does not work yet or creating a STRDS from rasters from a previous PC (`t.create` + `t.register`) does not work either. For this...

Also the `/build/` folder is not removed so that it remain in the docker image: ``` docker run -it mundialis/actinia-core:0.99.24 -i /src/actinia_core # ls -lah /build/ total 608K drwxr-xr-x 1...

Das Tutorial könnte auch in ein Jupyter Notebook umgewandelt werden.

> Really cool, that we can keep this funtionality. @anikaweinmann does this interfere in any way with the keycloak implementation? And I am not sure if it is backwards-compatible. Therefore...

Since tagging will not be possible in grass-addons, we would like to refer to fixed commit to access an addon at a given timestamp. Example `r.learn.ml2`, the version from May...

@ninsbl I tested different things to download a single folder from github, but does not found one that is really faster than `svn export`. On my maschine your code above...