actinia-core icon indicating copy to clipboard operation
actinia-core copied to clipboard

Get rid of old style process chain within code in Plugins

Open anikaweinmann opened this issue 2 years ago • 2 comments

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
  • https://github.com/mundialis/actinia-tiling-plugin/issues
  • https://github.com/mundialis/actinia-parallel-plugin/issues
  • https://github.com/mundialis/actinia-example-plugin/issues

anikaweinmann avatar Apr 28 '22 09:04 anikaweinmann

  • https://github.com/mundialis/actinia-module-plugin/issues old style found in actinia_module_plugin/core/modules/grass.py line 47 line 113
  • https://github.com/mundialis/actinia-metadata-plugin/issues nothing found
  • https://github.com/mundialis/actinia_satellite_plugin/issues old style found in src/actinia_satellite_plugin/ephermeral_landsat_ndvi_processor.py line 80 (not sure if it counts as 'old style') line 87 (not sure if it counts as 'old style') line 923 (not sure if it counts as 'old style') src/actinia_satellite_plugin/ephermeral_sentinel2_ndvi_processor.py line 52 (not sure if it counts as 'old style') line 66 (not sure if it counts as 'old style') line 73 (not sure if it counts as 'old style') line 81 (not sure if it counts as 'old style') line 849 (not sure if it counts as 'old style') line 891 (not sure if it counts as 'old style') line 894 (not sure if it counts as 'old style') line 894 (not sure if it counts as 'old style')
  • https://github.com/mundialis/actinia_statistic_plugin/issues old style found in src/actinia_statistic_plugin/ephermeral_raster_area_stats_univar.py line 147 line 159 (not sure if it counts as 'old style') line 163 (not sure if it counts as 'old style') line 170 (not sure if it counts as 'old style') src/actinia_statistic_plugin/ephermeral_raster_area_stats.py line 151 line 163 (not sure if it counts as 'old style') line 167 line 170 src/actinia_statistic_plugin/ephermeral_strds_area_stats_univar.py line 181 line 186 line 195 line 204 line 238 (not sure if it counts as 'old style') line 241 line 248 (not sure if it counts as 'old style') src/actinia_statistic_plugin/ephermeral_strds_area_stats.py line 188 line 193 line 202 line 211 line 246 (not sure if it counts as 'old style') line 250 line 254 scr/actinia_statistic_plugin/raster_sampling.py line 179 (not sure if it counts as 'old style') src/actinia_statistic_plugin/response_models.py line 139 line 149 line 463 line 473 line 622 (not sure if it counts as 'old style') line 796 (not sure if it counts as 'old style') src/actinia_statistic_plugin/strds_sampling_geojson.py line 292 (not sure if it counts as 'old style') line 296 src(actinia_statistic_plugin/strds_sampling.py line 318 (not sure if it counts as 'old style') line 326 src/actinia_statistic_plugin/vector_sampling.py line 175 (nor sure if it counts as 'old style')
  • https://github.com/mundialis/actinia-stac-plugin/issues nothing found
  • https://github.com/mundialis/actinia-tiling-plugin/issues src/actinia_tiling_plugin/templates/patch/pc_strds_create.json line 3 (not sure if it counts as 'old style') line 36 (not sure if it counts as 'old style') src/actinia_tiling_plugin/templates/patch/pc_strds_list_rasters.json line 3 (not sure if it counts as 'old style') line 20 (not sure if it counts as 'old style') line 37 (not sure if it counts as 'old style') src/actinia_tiling_plugin/templates/patch/pc_vector_check_attrtable.json line 3 (not sure if it counts as 'old style') src/actinia_tiling_plugin/templates/patch/pc_create_grid.json line 3 (not sure if it counts as 'old style') line 20 (not sure if it counts as 'old style') src/actinia_tiling_plugin/templates/patch/pc_delete_vector.json line 3 (not sure if it counts as 'old style') src/actinia_tiling_plugin/templates/patch/pc_extract_grid.json line 4 (not sure if it counts as 'old style')
  • https://github.com/mundialis/actinia-parallel-plugin/issues nothing found
  • https://github.com/mundialis/actinia-example-plugin/issues nothing found

JHalbauer avatar May 06 '22 13:05 JHalbauer

  • 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~~
    • ~~https://github.com/mundialis/actinia_statistic_plugin/blob/master/src/actinia_statistic_plugin/ephemeral_strds_area_stats.py#L246-L259~~
    • ~~https://github.com/mundialis/actinia_statistic_plugin/blob/master/src/actinia_statistic_plugin/ephemeral_strds_area_stats_univar.py#L181-L209~~
    • ~~https://github.com/mundialis/actinia_statistic_plugin/blob/master/src/actinia_statistic_plugin/ephemeral_strds_area_stats_univar.py#L238-L250~~
    • ~~https://github.com/mundialis/actinia_statistic_plugin/blob/master/src/actinia_statistic_plugin/response_models.py#L139-L169~~
    • ~~https://github.com/mundialis/actinia_statistic_plugin/blob/master/src/actinia_statistic_plugin/response_models.py#L463-L496~~
    • ~~https://github.com/mundialis/actinia_statistic_plugin/blob/master/src/actinia_statistic_plugin/strds_sampling_geojson.py#L292-L302~~
    • ~~https://github.com/mundialis/actinia_statistic_plugin/blob/master/src/actinia_statistic_plugin/strds_sampling.py#L318-L336~~

anikaweinmann avatar Jul 28 '22 04:07 anikaweinmann