From d272388f573c0314664e16c22325577c4f542468 Mon Sep 17 00:00:00 2001 From: nesnoj Date: Tue, 7 Nov 2023 17:02:10 +0100 Subject: [PATCH] Rename digipipe to apipe --- .gitignore | 48 +++--- CHANGELOG.md | 153 ------------------ {digipipe => apipe}/__init__.py | 0 {digipipe => apipe}/config/__init__.py | 10 +- {digipipe => apipe}/config/global.yml | 0 {digipipe => apipe}/esys/ESYS.md | 2 +- {digipipe => apipe}/esys/Snakefile | 0 {digipipe => apipe}/esys/esys/__init__.py | 0 .../esys/esys/config/__init__.py | 0 .../esys/esys/config/colors.csv | 0 .../esys/esys/config/colors.yml | 0 .../esys/esys/config/esys_conf.py | 2 +- .../esys/esys/config/labels/de.yml | 0 .../esys/esys/config/labels/en.yml | 0 .../esys/esys/config/map_ts.yml | 0 .../esys/esys/config/settings.yaml | 0 .../esys/config/write_default_scalars.yml | 0 .../esys/esys/model/__init__.py | 0 .../esys/esys/model/bus_attrs_update.yml | 0 .../esys/model/component_attrs_update.yml | 0 .../esys/esys/model/foreign_keys_update.yml | 0 .../model_structure_el_only.yml | 0 .../model_structure/model_structure_full.yml | 0 .../esys/esys/schema/__init__.py | 0 .../esys/esys/schema/scalars.csv | 0 .../esys/esys/schema/timeseries.csv | 0 .../esys/esys/tools/data_processing.py | 6 +- .../esys/esys/tools/equate_flows.py | 0 {digipipe => apipe}/esys/esys/tools/timing.py | 0 .../esys/scenarios/2045_scenario.yml | 0 .../esys/scripts/build_datapackage.py | 8 +- .../esys/scripts/create_empty_scalars.py | 8 +- .../esys/scripts/create_empty_ts.py | 8 +- {digipipe => apipe}/esys/scripts/optimize.py | 8 +- .../esys/scripts/postprocess.py | 2 +- .../esys/scripts/prepare_scalars.py | 4 +- .../esys/scripts/write_costs_efficiencies.py | 4 +- .../esys/scripts/write_default_scalars.py | 4 +- {digipipe => apipe}/esys/scripts/write_ts.py | 6 +- .../snakemake_rules/build_datapackage.smk | 2 +- .../snakemake_rules/create_empty_scalars.smk | 0 .../esys/snakemake_rules/create_empty_ts.smk | 0 .../esys/snakemake_rules/optimization.smk | 0 .../esys/snakemake_rules/postprocessing.smk | 0 .../esys/snakemake_rules/prepare_resource.smk | 0 .../write_costs_efficiencies.smk | 0 .../snakemake_rules/write_default_scalars.smk | 0 .../esys/snakemake_rules/write_ts.smk | 0 {digipipe => apipe}/scenarios/.gitkeep | 0 {digipipe => apipe}/scenarios/SCENARIOS.md | 0 {digipipe => apipe}/scripts/.gitkeep | 0 {digipipe => apipe}/scripts/__init__.py | 0 {digipipe => apipe}/scripts/config.py | 2 +- {digipipe => apipe}/scripts/data_io.py | 0 .../scripts/datasets/__init__.py | 0 .../scripts/datasets/demand.py | 0 {digipipe => apipe}/scripts/datasets/mastr.py | 0 {digipipe => apipe}/scripts/geo.py | 2 +- {digipipe => apipe}/store/DATASETS.md | 2 +- {digipipe => apipe}/store/__init__.py | 0 {digipipe => apipe}/store/appdata/APPDATA.md | 0 .../store/appdata/datapackage/config.yml | 0 .../store/appdata/datapackage/create.smk | 4 +- .../appdata/datapackage/data/geodata/.gitkeep | 0 .../appdata/datapackage/data/scalars/.gitkeep | 0 .../datapackage/data/sequences/.gitkeep | 0 .../store/appdata/datapackage/dataset.md | 0 .../appdata/datapackage/scripts/create.py | 2 +- .../store/appdata/esys/.gitkeep | 0 .../store/appdata/metadata/.gitkeep | 0 {digipipe => apipe}/store/appdata/module.smk | 0 .../store/datasets/TEMPLATE/config.yml | 0 .../store/datasets/TEMPLATE/create.smk | 0 .../store/datasets/TEMPLATE/data/.gitkeep | 0 .../store/datasets/TEMPLATE/dataset.md | 0 .../datasets/TEMPLATE/scripts/some_script.py | 0 .../store/datasets/app_captions/config.yml | 0 .../store/datasets/app_captions/create.smk | 4 +- .../store/datasets/app_captions/data/.gitkeep | 0 .../store/datasets/app_captions/dataset.md | 0 .../store/datasets/app_settings/config.yml | 0 .../store/datasets/app_settings/create.smk | 6 +- .../store/datasets/app_settings/data/.gitkeep | 0 .../store/datasets/app_settings/dataset.md | 6 +- .../datasets/app_settings/scripts/panels.py | 0 .../bkg_vg250_districts_region/config.yml | 0 .../bkg_vg250_districts_region/create.smk | 2 +- .../bkg_vg250_districts_region/data/.gitkeep | 0 .../bkg_vg250_districts_region/dataset.md | 0 .../scripts/create.py | 6 +- .../bkg_vg250_federal_states/config.yml | 0 .../bkg_vg250_federal_states/create.smk | 2 +- .../bkg_vg250_federal_states/data/.gitkeep | 0 .../bkg_vg250_federal_states/dataset.md | 0 .../scripts/create.py | 4 +- .../datasets/bkg_vg250_muns_region/config.yml | 0 .../datasets/bkg_vg250_muns_region/create.smk | 2 +- .../bkg_vg250_muns_region/data/.gitkeep | 0 .../datasets/bkg_vg250_muns_region/dataset.md | 0 .../bkg_vg250_muns_region/scripts/create.py | 4 +- .../datasets/bkg_vg250_region/config.yml | 0 .../datasets/bkg_vg250_region/create.smk | 2 +- .../datasets/bkg_vg250_region/data/.gitkeep | 0 .../datasets/bkg_vg250_region/dataset.md | 0 .../bkg_vg250_region/scripts/create.py | 2 +- .../store/datasets/bkg_vg250_state/config.yml | 0 .../store/datasets/bkg_vg250_state/create.smk | 2 +- .../datasets/bkg_vg250_state/data/.gitkeep | 0 .../store/datasets/bkg_vg250_state/dataset.md | 0 .../bkg_vg250_state/scripts/create.py | 4 +- .../bnetza_mastr_biomass_region/config.yml | 0 .../bnetza_mastr_biomass_region/create.smk | 4 +- .../bnetza_mastr_biomass_region/data/.gitkeep | 0 .../bnetza_mastr_biomass_region/dataset.md | 0 .../scripts/create.py | 8 +- .../datasets/bnetza_mastr_captions/config.yml | 0 .../datasets/bnetza_mastr_captions/create.smk | 4 +- .../bnetza_mastr_captions/data/.gitkeep | 0 .../datasets/bnetza_mastr_captions/dataset.md | 0 .../bnetza_mastr_captions/scripts/create.py | 0 .../bnetza_mastr_combustion_region/config.yml | 0 .../bnetza_mastr_combustion_region/create.smk | 4 +- .../data/.gitkeep | 0 .../bnetza_mastr_combustion_region/dataset.md | 0 .../scripts/create.py | 8 +- .../bnetza_mastr_gsgk_region/config.yml | 0 .../bnetza_mastr_gsgk_region/create.smk | 4 +- .../bnetza_mastr_gsgk_region/data/.gitkeep | 0 .../bnetza_mastr_gsgk_region/dataset.md | 0 .../scripts/create.py | 8 +- .../bnetza_mastr_hydro_region/config.yml | 0 .../bnetza_mastr_hydro_region/create.smk | 4 +- .../bnetza_mastr_hydro_region/data/.gitkeep | 0 .../bnetza_mastr_hydro_region/dataset.md | 0 .../scripts/create.py | 8 +- .../bnetza_mastr_pv_ground_region/config.yml | 0 .../bnetza_mastr_pv_ground_region/create.smk | 4 +- .../data/.gitkeep | 0 .../bnetza_mastr_pv_ground_region/dataset.md | 0 .../scripts/create.py | 8 +- .../bnetza_mastr_pv_roof_region/config.yml | 0 .../bnetza_mastr_pv_roof_region/create.smk | 4 +- .../bnetza_mastr_pv_roof_region/data/.gitkeep | 0 .../bnetza_mastr_pv_roof_region/dataset.md | 0 .../scripts/create.py | 8 +- .../bnetza_mastr_storage_region/config.yml | 0 .../bnetza_mastr_storage_region/create.smk | 4 +- .../bnetza_mastr_storage_region/data/.gitkeep | 0 .../bnetza_mastr_storage_region/dataset.md | 0 .../scripts/create.py | 8 +- .../bnetza_mastr_wind_region/config.yml | 0 .../bnetza_mastr_wind_region/create.smk | 4 +- .../bnetza_mastr_wind_region/data/.gitkeep | 0 .../bnetza_mastr_wind_region/dataset.md | 0 .../scripts/create.py | 8 +- .../demand_electricity_region/config.yml | 0 .../demand_electricity_region/create.smk | 4 +- .../demand_electricity_region/data/.gitkeep | 0 .../demand_electricity_region/dataset.md | 0 .../scripts/create.py | 0 .../datasets/demand_heat_region/__init__.py | 0 .../datasets/demand_heat_region/config.yml | 0 .../datasets/demand_heat_region/create.smk | 8 +- .../datasets/demand_heat_region/data/.gitkeep | 0 .../datasets/demand_heat_region/dataset.md | 0 .../demand_heat_region/scripts/create.py | 0 .../datasets/emissions_region/config.yml | 0 .../datasets/emissions_region/create.smk | 2 +- .../datasets/emissions_region/data/.gitkeep | 0 .../datasets/emissions_region/dataset.md | 0 .../datasets/employment_region/config.yml | 0 .../datasets/employment_region/create.smk | 2 +- .../datasets/employment_region/data/.gitkeep | 0 .../datasets/employment_region/dataset.md | 0 .../employment_region/scripts/create.py | 0 .../store/datasets/esys_raw/data/.gitkeep | 0 .../store/datasets/heatpump_cop/config.yml | 0 .../store/datasets/heatpump_cop/create.smk | 2 +- .../store/datasets/heatpump_cop/data/.gitkeep | 0 .../store/datasets/heatpump_cop/dataset.md | 0 .../datasets/heatpump_cop/scripts/create.py | 0 {digipipe => apipe}/store/datasets/module.smk | 0 .../store/datasets/osm_buildings/config.yml | 0 .../store/datasets/osm_buildings/create.smk | 2 +- .../datasets/osm_buildings/data/.gitkeep | 0 .../store/datasets/osm_buildings/dataset.md | 0 .../datasets/population_region/config.yml | 0 .../datasets/population_region/create.smk | 2 +- .../datasets/population_region/data/.gitkeep | 0 .../datasets/population_region/dataset.md | 0 .../population_region/scripts/create.py | 0 .../potentialarea_pv_ground_region/config.yml | 0 .../potentialarea_pv_ground_region/create.smk | 8 +- .../data/.gitkeep | 0 .../potentialarea_pv_ground_region/dataset.md | 0 .../scripts/create.py | 0 .../potentialarea_pv_roof_region/config.yml | 0 .../potentialarea_pv_roof_region/create.smk | 6 +- .../data/.gitkeep | 0 .../potentialarea_pv_roof_region/dataset.md | 0 .../scripts/create.py | 0 .../potentialarea_wind_region/config.yml | 0 .../potentialarea_wind_region/create.smk | 4 +- .../potentialarea_wind_region/data/.gitkeep | 0 .../potentialarea_wind_region/dataset.md | 0 .../scripts/create.py | 0 .../datasets/renewable_feedin/config.yml | 0 .../datasets/renewable_feedin/create.smk | 2 +- .../datasets/renewable_feedin/data/.gitkeep | 0 .../datasets/renewable_feedin/dataset.md | 0 .../renewable_feedin/scripts/create.py | 0 .../datasets/rli_pv_wfr_region/config.yml | 0 .../datasets/rli_pv_wfr_region/create.smk | 6 +- .../datasets/rli_pv_wfr_region/data/.gitkeep | 0 .../datasets/rli_pv_wfr_region/dataset.md | 0 .../store/datasets/technology_data/config.yml | 0 .../store/datasets/technology_data/create.smk | 2 +- .../datasets/technology_data/data/.gitkeep | 0 .../store/datasets/technology_data/dataset.md | 0 .../store/preprocessed/TEMPLATE/config.yml | 0 .../store/preprocessed/TEMPLATE/create.smk | 4 +- .../store/preprocessed/TEMPLATE/data/.gitkeep | 0 .../store/preprocessed/TEMPLATE/dataset.md | 0 .../ageb_energy_balance/__init__.py | 0 .../ageb_energy_balance/config.yml | 0 .../ageb_energy_balance/create.smk | 2 +- .../ageb_energy_balance/data/.gitkeep | 0 .../ageb_energy_balance/dataset.md | 0 .../preprocessed/ba_employment/__init__.py | 0 .../preprocessed/ba_employment/config.yml | 0 .../preprocessed/ba_employment/create.smk | 2 +- .../preprocessed/ba_employment/data/.gitkeep | 0 .../preprocessed/ba_employment/dataset.md | 0 .../ba_employment/scripts/create.py | 0 .../store/preprocessed/bkg_vg250/__init__.py | 0 .../store/preprocessed/bkg_vg250/config.yml | 0 .../store/preprocessed/bkg_vg250/create.smk | 2 +- .../preprocessed/bkg_vg250/data/.gitkeep | 0 .../store/preprocessed/bkg_vg250/dataset.md | 0 .../bmwk_long_term_scenarios/config.yml | 0 .../bmwk_long_term_scenarios/create.smk | 2 +- .../bmwk_long_term_scenarios/data/.gitkeep | 0 .../bmwk_long_term_scenarios/dataset.md | 0 .../preprocessed/bnetza_mastr/__init__.py | 0 .../preprocessed/bnetza_mastr/config.yml | 0 .../preprocessed/bnetza_mastr/create.smk | 2 +- .../preprocessed/bnetza_mastr/data/.gitkeep | 0 .../preprocessed/bnetza_mastr/dataset.md | 0 .../dbfz_biomass_capacity_rel/config.yml | 0 .../dbfz_biomass_capacity_rel/create.smk | 2 +- .../dbfz_biomass_capacity_rel/data/.gitkeep | 0 .../dbfz_biomass_capacity_rel/dataset.md | 0 .../preprocessed/demandregio/__init__.py | 0 .../store/preprocessed/demandregio/config.yml | 0 .../store/preprocessed/demandregio/create.smk | 2 +- .../preprocessed/demandregio/data/.gitkeep | 0 .../store/preprocessed/demandregio/dataset.md | 0 .../preprocessed/destatis_gv/__init__.py | 0 .../store/preprocessed/destatis_gv/config.yml | 0 .../store/preprocessed/destatis_gv/create.smk | 2 +- .../preprocessed/destatis_gv/data/.gitkeep | 0 .../store/preprocessed/destatis_gv/dataset.md | 0 .../destatis_gv/scripts/create.py | 0 .../preprocessed/dwd_temperature/config.yml | 0 .../preprocessed/dwd_temperature/create.smk | 2 +- .../dwd_temperature/data/.gitkeep | 0 .../preprocessed/dwd_temperature/dataset.md | 0 .../preprocessed/eurostat_lau/__init__.py | 0 .../preprocessed/eurostat_lau/config.yml | 0 .../preprocessed/eurostat_lau/create.smk | 2 +- .../preprocessed/eurostat_lau/data/.gitkeep | 0 .../preprocessed/eurostat_lau/dataset.md | 0 .../eurostat_lau/scripts/create.py | 0 .../store/preprocessed/module.smk | 0 .../preprocessed/osm_filtered/__init__.py | 0 .../preprocessed/osm_filtered/config.yml | 0 .../preprocessed/osm_filtered/create.smk | 2 +- .../preprocessed/osm_filtered/data/.gitkeep | 0 .../preprocessed/osm_filtered/dataset.md | 0 .../store/preprocessed/regiostat/__init__.py | 0 .../store/preprocessed/regiostat/config.yml | 0 .../store/preprocessed/regiostat/create.smk | 4 +- .../preprocessed/regiostat/data/.gitkeep | 0 .../store/preprocessed/regiostat/dataset.md | 0 .../preprocessed/regiostat/scripts/create.py | 0 .../store/preprocessed/rli_pv_wfr/config.yml | 0 .../store/preprocessed/rli_pv_wfr/create.smk | 2 +- .../preprocessed/rli_pv_wfr/data/.gitkeep | 0 .../store/preprocessed/rli_pv_wfr/dataset.md | 0 .../rpg_abw_pv_roof_potential/__init__.py | 0 .../rpg_abw_pv_roof_potential/config.yml | 0 .../rpg_abw_pv_roof_potential/create.smk | 4 +- .../rpg_abw_pv_roof_potential/data/.gitkeep | 0 .../rpg_abw_pv_roof_potential/dataset.md | 0 .../rpg_abw_regional_plan/__init__.py | 0 .../rpg_abw_regional_plan/config.yml | 0 .../rpg_abw_regional_plan/create.smk | 4 +- .../rpg_abw_regional_plan/data/.gitkeep | 0 .../rpg_abw_regional_plan/dataset.md | 0 .../rpg_abw_regional_plan/scripts/create.py | 0 .../preprocessed/seenergies_peta5/__init__.py | 0 .../preprocessed/seenergies_peta5/config.yml | 0 .../preprocessed/seenergies_peta5/create.smk | 2 +- .../seenergies_peta5/data/.gitkeep | 0 .../preprocessed/seenergies_peta5/dataset.md | 0 .../preprocessed/stala_st_energy/config.yml | 0 .../preprocessed/stala_st_energy/create.smk | 2 +- .../stala_st_energy/data/.gitkeep | 0 .../preprocessed/stala_st_energy/dataset.md | 0 .../stala_st_energy/metadata.json | 0 .../stala_st_energy/scripts/create.py | 0 .../stala_st_pop_prog/__init__.py | 0 .../preprocessed/stala_st_pop_prog/config.yml | 0 .../preprocessed/stala_st_pop_prog/create.smk | 2 +- .../stala_st_pop_prog/data/.gitkeep | 0 .../preprocessed/stala_st_pop_prog/dataset.md | 0 .../stala_st_pop_prog/scripts/create.py | 0 .../store/raw/TEMPLATE/data/.gitkeep | 0 .../store/raw/TEMPLATE/dataset.md | 0 .../store/raw/TEMPLATE/metadata.json | 0 .../raw/ageb_energy_balance/data/.gitkeep | 0 .../store/raw/ageb_energy_balance/dataset.md | 0 .../raw/ageb_energy_balance/metadata.json | 2 +- .../store/raw/ba_employment/data/.gitkeep | 0 .../store/raw/ba_employment/dataset.md | 0 .../store/raw/ba_employment/metadata.json | 2 +- .../store/raw/bkg_vg250/__init__.py | 0 .../store/raw/bkg_vg250/data/.gitkeep | 0 .../store/raw/bkg_vg250/dataset.md | 0 .../store/raw/bkg_vg250/metadata.json | 2 +- .../bmwk_long_term_scenarios/data/.gitkeep | 0 .../raw/bmwk_long_term_scenarios/dataset.md | 0 .../bmwk_long_term_scenarios/metadata.json | 2 +- .../store/raw/bnetza_mastr/data/.gitkeep | 0 .../store/raw/bnetza_mastr/dataset.md | 0 .../store/raw/bnetza_mastr/metadata.json | 2 +- .../data/.gitkeep | 0 .../bnetza_mastr_correction_region/dataset.md | 0 .../metadata.json | 2 +- .../data/.gitkeep | 0 .../dbfz_biomass_heat_capacities/dataset.md | 0 .../metadata.json | 2 +- .../store/raw/demandregio/data/.gitkeep | 0 .../store/raw/demandregio/dataset.md | 0 .../store/raw/demandregio/metadata.json | 2 +- .../store/raw/destatis_gv/data/.gitkeep | 0 .../store/raw/destatis_gv/dataset.md | 0 .../store/raw/destatis_gv/metadata.json | 2 +- .../store/raw/dwd_temperature/data/.gitkeep | 0 .../store/raw/dwd_temperature/dataset.md | 0 .../store/raw/dwd_temperature/metadata.json | 2 +- .../store/raw/emissions/data/.gitkeep | 0 .../store/raw/emissions/dataset.md | 0 .../store/raw/emissions/metadata.json | 0 .../store/raw/eurostat_lau/data/.gitkeep | 0 .../store/raw/eurostat_lau/dataset.md | 0 .../store/raw/eurostat_lau/metadata.json | 2 +- .../store/raw/osm/data/.gitkeep | 0 {digipipe => apipe}/store/raw/osm/dataset.md | 0 .../store/raw/osm/metadata.json | 2 +- .../store/raw/regiostat/data/.gitkeep | 0 .../store/raw/regiostat/dataset.md | 0 .../store/raw/regiostat/metadata.json | 2 +- .../raw/renewables.ninja_feedin/data/.gitkeep | 0 .../raw/renewables.ninja_feedin/dataset.md | 0 .../raw/renewables.ninja_feedin/metadata.json | 2 +- .../store/raw/rli_pv_wfr/data/.gitkeep | 0 .../store/raw/rli_pv_wfr/dataset.md | 0 .../store/raw/rli_pv_wfr/metadata.json | 2 +- .../rpg_abw_pv_roof_potential/data/.gitkeep | 0 .../raw/rpg_abw_pv_roof_potential/dataset.md | 0 .../rpg_abw_pv_roof_potential/metadata.json | 2 +- .../raw/rpg_abw_regional_plan/data/.gitkeep | 0 .../raw/rpg_abw_regional_plan/dataset.md | 0 .../raw/rpg_abw_regional_plan/metadata.json | 2 +- .../store/raw/seenergies_peta5/data/.gitkeep | 0 .../store/raw/seenergies_peta5/dataset.md | 0 .../store/raw/seenergies_peta5/metadata.json | 2 +- .../store/raw/stala_st_energy/data/.gitkeep | 0 .../store/raw/stala_st_energy/dataset.md | 0 .../store/raw/stala_st_energy/metadata.json | 2 +- .../store/raw/stala_st_pop_prog/data/.gitkeep | 0 .../store/raw/stala_st_pop_prog/dataset.md | 0 .../store/raw/stala_st_pop_prog/metadata.json | 2 +- .../store/raw/technology_data/data/.gitkeep | 0 .../store/raw/technology_data/dataset.md | 0 .../store/raw/technology_data/metadata.json | 2 +- {digipipe => apipe}/store/temp/.gitkeep | 0 {digipipe => apipe}/store/utils.py | 2 +- {digipipe => apipe}/workflow/Snakefile | 10 +- {digipipe => apipe}/workflow/WORKFLOW.md | 4 +- {digipipe => apipe}/workflow/utils.py | 0 docs/datasets/raw_datasets.md | 42 ++--- docs/generate_dataset_mds.py | 8 +- docs/sections/data.md | 2 +- docs/sections/esys_dev.md | 2 +- docs/sections/installation.md | 10 +- docs/sections/structure.md | 2 +- docs/sections/workflow.md | 2 +- index.md | 27 +--- mkdocs.yml | 14 +- 401 files changed, 263 insertions(+), 433 deletions(-) rename {digipipe => apipe}/__init__.py (100%) rename {digipipe => apipe}/config/__init__.py (69%) rename {digipipe => apipe}/config/global.yml (100%) rename {digipipe => apipe}/esys/ESYS.md (95%) rename {digipipe => apipe}/esys/Snakefile (100%) rename {digipipe => apipe}/esys/esys/__init__.py (100%) rename {digipipe => apipe}/esys/esys/config/__init__.py (100%) rename {digipipe => apipe}/esys/esys/config/colors.csv (100%) rename {digipipe => apipe}/esys/esys/config/colors.yml (100%) rename {digipipe => apipe}/esys/esys/config/esys_conf.py (98%) rename {digipipe => apipe}/esys/esys/config/labels/de.yml (100%) rename {digipipe => apipe}/esys/esys/config/labels/en.yml (100%) rename {digipipe => apipe}/esys/esys/config/map_ts.yml (100%) rename {digipipe => apipe}/esys/esys/config/settings.yaml (100%) rename {digipipe => apipe}/esys/esys/config/write_default_scalars.yml (100%) rename {digipipe => apipe}/esys/esys/model/__init__.py (100%) rename {digipipe => apipe}/esys/esys/model/bus_attrs_update.yml (100%) rename {digipipe => apipe}/esys/esys/model/component_attrs_update.yml (100%) rename {digipipe => apipe}/esys/esys/model/foreign_keys_update.yml (100%) rename {digipipe => apipe}/esys/esys/model/model_structure/model_structure_el_only.yml (100%) rename {digipipe => apipe}/esys/esys/model/model_structure/model_structure_full.yml (100%) rename {digipipe => apipe}/esys/esys/schema/__init__.py (100%) rename {digipipe => apipe}/esys/esys/schema/scalars.csv (100%) rename {digipipe => apipe}/esys/esys/schema/timeseries.csv (100%) rename {digipipe => apipe}/esys/esys/tools/data_processing.py (99%) rename {digipipe => apipe}/esys/esys/tools/equate_flows.py (100%) rename {digipipe => apipe}/esys/esys/tools/timing.py (100%) rename {digipipe => apipe}/esys/scenarios/2045_scenario.yml (100%) rename {digipipe => apipe}/esys/scripts/build_datapackage.py (98%) rename {digipipe => apipe}/esys/scripts/create_empty_scalars.py (95%) rename {digipipe => apipe}/esys/scripts/create_empty_ts.py (97%) rename {digipipe => apipe}/esys/scripts/optimize.py (97%) rename {digipipe => apipe}/esys/scripts/postprocess.py (97%) rename {digipipe => apipe}/esys/scripts/prepare_scalars.py (96%) rename {digipipe => apipe}/esys/scripts/write_costs_efficiencies.py (96%) rename {digipipe => apipe}/esys/scripts/write_default_scalars.py (98%) rename {digipipe => apipe}/esys/scripts/write_ts.py (97%) rename {digipipe => apipe}/esys/snakemake_rules/build_datapackage.smk (94%) rename {digipipe => apipe}/esys/snakemake_rules/create_empty_scalars.smk (100%) rename {digipipe => apipe}/esys/snakemake_rules/create_empty_ts.smk (100%) rename {digipipe => apipe}/esys/snakemake_rules/optimization.smk (100%) rename {digipipe => apipe}/esys/snakemake_rules/postprocessing.smk (100%) rename {digipipe => apipe}/esys/snakemake_rules/prepare_resource.smk (100%) rename {digipipe => apipe}/esys/snakemake_rules/write_costs_efficiencies.smk (100%) rename {digipipe => apipe}/esys/snakemake_rules/write_default_scalars.smk (100%) rename {digipipe => apipe}/esys/snakemake_rules/write_ts.smk (100%) rename {digipipe => apipe}/scenarios/.gitkeep (100%) rename {digipipe => apipe}/scenarios/SCENARIOS.md (100%) rename {digipipe => apipe}/scripts/.gitkeep (100%) rename {digipipe => apipe}/scripts/__init__.py (100%) rename {digipipe => apipe}/scripts/config.py (97%) rename {digipipe => apipe}/scripts/data_io.py (100%) rename {digipipe => apipe}/scripts/datasets/__init__.py (100%) rename {digipipe => apipe}/scripts/datasets/demand.py (100%) rename {digipipe => apipe}/scripts/datasets/mastr.py (100%) rename {digipipe => apipe}/scripts/geo.py (99%) rename {digipipe => apipe}/store/DATASETS.md (98%) rename {digipipe => apipe}/store/__init__.py (100%) rename {digipipe => apipe}/store/appdata/APPDATA.md (100%) rename {digipipe => apipe}/store/appdata/datapackage/config.yml (100%) rename {digipipe => apipe}/store/appdata/datapackage/create.smk (87%) rename {digipipe => apipe}/store/appdata/datapackage/data/geodata/.gitkeep (100%) rename {digipipe => apipe}/store/appdata/datapackage/data/scalars/.gitkeep (100%) rename {digipipe => apipe}/store/appdata/datapackage/data/sequences/.gitkeep (100%) rename {digipipe => apipe}/store/appdata/datapackage/dataset.md (100%) rename {digipipe => apipe}/store/appdata/datapackage/scripts/create.py (96%) rename {digipipe => apipe}/store/appdata/esys/.gitkeep (100%) rename {digipipe => apipe}/store/appdata/metadata/.gitkeep (100%) rename {digipipe => apipe}/store/appdata/module.smk (100%) rename {digipipe => apipe}/store/datasets/TEMPLATE/config.yml (100%) rename {digipipe => apipe}/store/datasets/TEMPLATE/create.smk (100%) rename {digipipe => apipe}/store/datasets/TEMPLATE/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/TEMPLATE/dataset.md (100%) rename {digipipe => apipe}/store/datasets/TEMPLATE/scripts/some_script.py (100%) rename {digipipe => apipe}/store/datasets/app_captions/config.yml (100%) rename {digipipe => apipe}/store/datasets/app_captions/create.smk (91%) rename {digipipe => apipe}/store/datasets/app_captions/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/app_captions/dataset.md (100%) rename {digipipe => apipe}/store/datasets/app_settings/config.yml (100%) rename {digipipe => apipe}/store/datasets/app_settings/create.smk (97%) rename {digipipe => apipe}/store/datasets/app_settings/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/app_settings/dataset.md (94%) rename {digipipe => apipe}/store/datasets/app_settings/scripts/panels.py (100%) rename {digipipe => apipe}/store/datasets/bkg_vg250_districts_region/config.yml (100%) rename {digipipe => apipe}/store/datasets/bkg_vg250_districts_region/create.smk (91%) rename {digipipe => apipe}/store/datasets/bkg_vg250_districts_region/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/bkg_vg250_districts_region/dataset.md (100%) rename {digipipe => apipe}/store/datasets/bkg_vg250_districts_region/scripts/create.py (87%) rename {digipipe => apipe}/store/datasets/bkg_vg250_federal_states/config.yml (100%) rename {digipipe => apipe}/store/datasets/bkg_vg250_federal_states/create.smk (91%) rename {digipipe => apipe}/store/datasets/bkg_vg250_federal_states/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/bkg_vg250_federal_states/dataset.md (100%) rename {digipipe => apipe}/store/datasets/bkg_vg250_federal_states/scripts/create.py (90%) rename {digipipe => apipe}/store/datasets/bkg_vg250_muns_region/config.yml (100%) rename {digipipe => apipe}/store/datasets/bkg_vg250_muns_region/create.smk (85%) rename {digipipe => apipe}/store/datasets/bkg_vg250_muns_region/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/bkg_vg250_muns_region/dataset.md (100%) rename {digipipe => apipe}/store/datasets/bkg_vg250_muns_region/scripts/create.py (93%) rename {digipipe => apipe}/store/datasets/bkg_vg250_region/config.yml (100%) rename {digipipe => apipe}/store/datasets/bkg_vg250_region/create.smk (91%) rename {digipipe => apipe}/store/datasets/bkg_vg250_region/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/bkg_vg250_region/dataset.md (100%) rename {digipipe => apipe}/store/datasets/bkg_vg250_region/scripts/create.py (94%) rename {digipipe => apipe}/store/datasets/bkg_vg250_state/config.yml (100%) rename {digipipe => apipe}/store/datasets/bkg_vg250_state/create.smk (91%) rename {digipipe => apipe}/store/datasets/bkg_vg250_state/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/bkg_vg250_state/dataset.md (100%) rename {digipipe => apipe}/store/datasets/bkg_vg250_state/scripts/create.py (90%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_biomass_region/config.yml (100%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_biomass_region/create.smk (94%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_biomass_region/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_biomass_region/dataset.md (100%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_biomass_region/scripts/create.py (95%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_captions/config.yml (100%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_captions/create.smk (88%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_captions/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_captions/dataset.md (100%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_captions/scripts/create.py (100%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_combustion_region/config.yml (100%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_combustion_region/create.smk (94%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_combustion_region/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_combustion_region/dataset.md (100%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_combustion_region/scripts/create.py (96%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_gsgk_region/config.yml (100%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_gsgk_region/create.smk (94%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_gsgk_region/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_gsgk_region/dataset.md (100%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_gsgk_region/scripts/create.py (95%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_hydro_region/config.yml (100%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_hydro_region/create.smk (94%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_hydro_region/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_hydro_region/dataset.md (100%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_hydro_region/scripts/create.py (95%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_pv_ground_region/config.yml (100%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_pv_ground_region/create.smk (96%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_pv_ground_region/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_pv_ground_region/dataset.md (100%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_pv_ground_region/scripts/create.py (95%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_pv_roof_region/config.yml (100%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_pv_roof_region/create.smk (96%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_pv_roof_region/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_pv_roof_region/dataset.md (100%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_pv_roof_region/scripts/create.py (95%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_storage_region/config.yml (100%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_storage_region/create.smk (98%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_storage_region/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_storage_region/dataset.md (100%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_storage_region/scripts/create.py (97%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_wind_region/config.yml (100%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_wind_region/create.smk (96%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_wind_region/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_wind_region/dataset.md (100%) rename {digipipe => apipe}/store/datasets/bnetza_mastr_wind_region/scripts/create.py (95%) rename {digipipe => apipe}/store/datasets/demand_electricity_region/config.yml (100%) rename {digipipe => apipe}/store/datasets/demand_electricity_region/create.smk (99%) rename {digipipe => apipe}/store/datasets/demand_electricity_region/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/demand_electricity_region/dataset.md (100%) rename {digipipe => apipe}/store/datasets/demand_electricity_region/scripts/create.py (100%) rename {digipipe => apipe}/store/datasets/demand_heat_region/__init__.py (100%) rename {digipipe => apipe}/store/datasets/demand_heat_region/config.yml (100%) rename {digipipe => apipe}/store/datasets/demand_heat_region/create.smk (99%) rename {digipipe => apipe}/store/datasets/demand_heat_region/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/demand_heat_region/dataset.md (100%) rename {digipipe => apipe}/store/datasets/demand_heat_region/scripts/create.py (100%) rename {digipipe => apipe}/store/datasets/emissions_region/config.yml (100%) rename {digipipe => apipe}/store/datasets/emissions_region/create.smk (97%) rename {digipipe => apipe}/store/datasets/emissions_region/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/emissions_region/dataset.md (100%) rename {digipipe => apipe}/store/datasets/employment_region/config.yml (100%) rename {digipipe => apipe}/store/datasets/employment_region/create.smk (95%) rename {digipipe => apipe}/store/datasets/employment_region/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/employment_region/dataset.md (100%) rename {digipipe => apipe}/store/datasets/employment_region/scripts/create.py (100%) rename {digipipe => apipe}/store/datasets/esys_raw/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/heatpump_cop/config.yml (100%) rename {digipipe => apipe}/store/datasets/heatpump_cop/create.smk (95%) rename {digipipe => apipe}/store/datasets/heatpump_cop/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/heatpump_cop/dataset.md (100%) rename {digipipe => apipe}/store/datasets/heatpump_cop/scripts/create.py (100%) rename {digipipe => apipe}/store/datasets/module.smk (100%) rename {digipipe => apipe}/store/datasets/osm_buildings/config.yml (100%) rename {digipipe => apipe}/store/datasets/osm_buildings/create.smk (99%) rename {digipipe => apipe}/store/datasets/osm_buildings/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/osm_buildings/dataset.md (100%) rename {digipipe => apipe}/store/datasets/population_region/config.yml (100%) rename {digipipe => apipe}/store/datasets/population_region/create.smk (96%) rename {digipipe => apipe}/store/datasets/population_region/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/population_region/dataset.md (100%) rename {digipipe => apipe}/store/datasets/population_region/scripts/create.py (100%) rename {digipipe => apipe}/store/datasets/potentialarea_pv_ground_region/config.yml (100%) rename {digipipe => apipe}/store/datasets/potentialarea_pv_ground_region/create.smk (98%) rename {digipipe => apipe}/store/datasets/potentialarea_pv_ground_region/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/potentialarea_pv_ground_region/dataset.md (100%) rename {digipipe => apipe}/store/datasets/potentialarea_pv_ground_region/scripts/create.py (100%) rename {digipipe => apipe}/store/datasets/potentialarea_pv_roof_region/config.yml (100%) rename {digipipe => apipe}/store/datasets/potentialarea_pv_roof_region/create.smk (98%) rename {digipipe => apipe}/store/datasets/potentialarea_pv_roof_region/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/potentialarea_pv_roof_region/dataset.md (100%) rename {digipipe => apipe}/store/datasets/potentialarea_pv_roof_region/scripts/create.py (100%) rename {digipipe => apipe}/store/datasets/potentialarea_wind_region/config.yml (100%) rename {digipipe => apipe}/store/datasets/potentialarea_wind_region/create.smk (97%) rename {digipipe => apipe}/store/datasets/potentialarea_wind_region/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/potentialarea_wind_region/dataset.md (100%) rename {digipipe => apipe}/store/datasets/potentialarea_wind_region/scripts/create.py (100%) rename {digipipe => apipe}/store/datasets/renewable_feedin/config.yml (100%) rename {digipipe => apipe}/store/datasets/renewable_feedin/create.smk (93%) rename {digipipe => apipe}/store/datasets/renewable_feedin/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/renewable_feedin/dataset.md (100%) rename {digipipe => apipe}/store/datasets/renewable_feedin/scripts/create.py (100%) rename {digipipe => apipe}/store/datasets/rli_pv_wfr_region/config.yml (100%) rename {digipipe => apipe}/store/datasets/rli_pv_wfr_region/create.smk (90%) rename {digipipe => apipe}/store/datasets/rli_pv_wfr_region/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/rli_pv_wfr_region/dataset.md (100%) rename {digipipe => apipe}/store/datasets/technology_data/config.yml (100%) rename {digipipe => apipe}/store/datasets/technology_data/create.smk (90%) rename {digipipe => apipe}/store/datasets/technology_data/data/.gitkeep (100%) rename {digipipe => apipe}/store/datasets/technology_data/dataset.md (100%) rename {digipipe => apipe}/store/preprocessed/TEMPLATE/config.yml (100%) rename {digipipe => apipe}/store/preprocessed/TEMPLATE/create.smk (89%) rename {digipipe => apipe}/store/preprocessed/TEMPLATE/data/.gitkeep (100%) rename {digipipe => apipe}/store/preprocessed/TEMPLATE/dataset.md (100%) rename {digipipe => apipe}/store/preprocessed/ageb_energy_balance/__init__.py (100%) rename {digipipe => apipe}/store/preprocessed/ageb_energy_balance/config.yml (100%) rename {digipipe => apipe}/store/preprocessed/ageb_energy_balance/create.smk (95%) rename {digipipe => apipe}/store/preprocessed/ageb_energy_balance/data/.gitkeep (100%) rename {digipipe => apipe}/store/preprocessed/ageb_energy_balance/dataset.md (100%) rename {digipipe => apipe}/store/preprocessed/ba_employment/__init__.py (100%) rename {digipipe => apipe}/store/preprocessed/ba_employment/config.yml (100%) rename {digipipe => apipe}/store/preprocessed/ba_employment/create.smk (93%) rename {digipipe => apipe}/store/preprocessed/ba_employment/data/.gitkeep (100%) rename {digipipe => apipe}/store/preprocessed/ba_employment/dataset.md (100%) rename {digipipe => apipe}/store/preprocessed/ba_employment/scripts/create.py (100%) rename {digipipe => apipe}/store/preprocessed/bkg_vg250/__init__.py (100%) rename {digipipe => apipe}/store/preprocessed/bkg_vg250/config.yml (100%) rename {digipipe => apipe}/store/preprocessed/bkg_vg250/create.smk (94%) rename {digipipe => apipe}/store/preprocessed/bkg_vg250/data/.gitkeep (100%) rename {digipipe => apipe}/store/preprocessed/bkg_vg250/dataset.md (100%) rename {digipipe => apipe}/store/preprocessed/bmwk_long_term_scenarios/config.yml (100%) rename {digipipe => apipe}/store/preprocessed/bmwk_long_term_scenarios/create.smk (97%) rename {digipipe => apipe}/store/preprocessed/bmwk_long_term_scenarios/data/.gitkeep (100%) rename {digipipe => apipe}/store/preprocessed/bmwk_long_term_scenarios/dataset.md (100%) rename {digipipe => apipe}/store/preprocessed/bnetza_mastr/__init__.py (100%) rename {digipipe => apipe}/store/preprocessed/bnetza_mastr/config.yml (100%) rename {digipipe => apipe}/store/preprocessed/bnetza_mastr/create.smk (92%) rename {digipipe => apipe}/store/preprocessed/bnetza_mastr/data/.gitkeep (100%) rename {digipipe => apipe}/store/preprocessed/bnetza_mastr/dataset.md (100%) rename {digipipe => apipe}/store/preprocessed/dbfz_biomass_capacity_rel/config.yml (100%) rename {digipipe => apipe}/store/preprocessed/dbfz_biomass_capacity_rel/create.smk (98%) rename {digipipe => apipe}/store/preprocessed/dbfz_biomass_capacity_rel/data/.gitkeep (100%) rename {digipipe => apipe}/store/preprocessed/dbfz_biomass_capacity_rel/dataset.md (100%) rename {digipipe => apipe}/store/preprocessed/demandregio/__init__.py (100%) rename {digipipe => apipe}/store/preprocessed/demandregio/config.yml (100%) rename {digipipe => apipe}/store/preprocessed/demandregio/create.smk (91%) rename {digipipe => apipe}/store/preprocessed/demandregio/data/.gitkeep (100%) rename {digipipe => apipe}/store/preprocessed/demandregio/dataset.md (100%) rename {digipipe => apipe}/store/preprocessed/destatis_gv/__init__.py (100%) rename {digipipe => apipe}/store/preprocessed/destatis_gv/config.yml (100%) rename {digipipe => apipe}/store/preprocessed/destatis_gv/create.smk (90%) rename {digipipe => apipe}/store/preprocessed/destatis_gv/data/.gitkeep (100%) rename {digipipe => apipe}/store/preprocessed/destatis_gv/dataset.md (100%) rename {digipipe => apipe}/store/preprocessed/destatis_gv/scripts/create.py (100%) rename {digipipe => apipe}/store/preprocessed/dwd_temperature/config.yml (100%) rename {digipipe => apipe}/store/preprocessed/dwd_temperature/create.smk (94%) rename {digipipe => apipe}/store/preprocessed/dwd_temperature/data/.gitkeep (100%) rename {digipipe => apipe}/store/preprocessed/dwd_temperature/dataset.md (100%) rename {digipipe => apipe}/store/preprocessed/eurostat_lau/__init__.py (100%) rename {digipipe => apipe}/store/preprocessed/eurostat_lau/config.yml (100%) rename {digipipe => apipe}/store/preprocessed/eurostat_lau/create.smk (90%) rename {digipipe => apipe}/store/preprocessed/eurostat_lau/data/.gitkeep (100%) rename {digipipe => apipe}/store/preprocessed/eurostat_lau/dataset.md (100%) rename {digipipe => apipe}/store/preprocessed/eurostat_lau/scripts/create.py (100%) rename {digipipe => apipe}/store/preprocessed/module.smk (100%) rename {digipipe => apipe}/store/preprocessed/osm_filtered/__init__.py (100%) rename {digipipe => apipe}/store/preprocessed/osm_filtered/config.yml (100%) rename {digipipe => apipe}/store/preprocessed/osm_filtered/create.smk (96%) rename {digipipe => apipe}/store/preprocessed/osm_filtered/data/.gitkeep (100%) rename {digipipe => apipe}/store/preprocessed/osm_filtered/dataset.md (100%) rename {digipipe => apipe}/store/preprocessed/regiostat/__init__.py (100%) rename {digipipe => apipe}/store/preprocessed/regiostat/config.yml (100%) rename {digipipe => apipe}/store/preprocessed/regiostat/create.smk (92%) rename {digipipe => apipe}/store/preprocessed/regiostat/data/.gitkeep (100%) rename {digipipe => apipe}/store/preprocessed/regiostat/dataset.md (100%) rename {digipipe => apipe}/store/preprocessed/regiostat/scripts/create.py (100%) rename {digipipe => apipe}/store/preprocessed/rli_pv_wfr/config.yml (100%) rename {digipipe => apipe}/store/preprocessed/rli_pv_wfr/create.smk (94%) rename {digipipe => apipe}/store/preprocessed/rli_pv_wfr/data/.gitkeep (100%) rename {digipipe => apipe}/store/preprocessed/rli_pv_wfr/dataset.md (100%) rename {digipipe => apipe}/store/preprocessed/rpg_abw_pv_roof_potential/__init__.py (100%) rename {digipipe => apipe}/store/preprocessed/rpg_abw_pv_roof_potential/config.yml (100%) rename {digipipe => apipe}/store/preprocessed/rpg_abw_pv_roof_potential/create.smk (90%) rename {digipipe => apipe}/store/preprocessed/rpg_abw_pv_roof_potential/data/.gitkeep (100%) rename {digipipe => apipe}/store/preprocessed/rpg_abw_pv_roof_potential/dataset.md (100%) rename {digipipe => apipe}/store/preprocessed/rpg_abw_regional_plan/__init__.py (100%) rename {digipipe => apipe}/store/preprocessed/rpg_abw_regional_plan/config.yml (100%) rename {digipipe => apipe}/store/preprocessed/rpg_abw_regional_plan/create.smk (97%) rename {digipipe => apipe}/store/preprocessed/rpg_abw_regional_plan/data/.gitkeep (100%) rename {digipipe => apipe}/store/preprocessed/rpg_abw_regional_plan/dataset.md (100%) rename {digipipe => apipe}/store/preprocessed/rpg_abw_regional_plan/scripts/create.py (100%) rename {digipipe => apipe}/store/preprocessed/seenergies_peta5/__init__.py (100%) rename {digipipe => apipe}/store/preprocessed/seenergies_peta5/config.yml (100%) rename {digipipe => apipe}/store/preprocessed/seenergies_peta5/create.smk (95%) rename {digipipe => apipe}/store/preprocessed/seenergies_peta5/data/.gitkeep (100%) rename {digipipe => apipe}/store/preprocessed/seenergies_peta5/dataset.md (100%) rename {digipipe => apipe}/store/preprocessed/stala_st_energy/config.yml (100%) rename {digipipe => apipe}/store/preprocessed/stala_st_energy/create.smk (95%) rename {digipipe => apipe}/store/preprocessed/stala_st_energy/data/.gitkeep (100%) rename {digipipe => apipe}/store/preprocessed/stala_st_energy/dataset.md (100%) rename {digipipe => apipe}/store/preprocessed/stala_st_energy/metadata.json (100%) rename {digipipe => apipe}/store/preprocessed/stala_st_energy/scripts/create.py (100%) rename {digipipe => apipe}/store/preprocessed/stala_st_pop_prog/__init__.py (100%) rename {digipipe => apipe}/store/preprocessed/stala_st_pop_prog/config.yml (100%) rename {digipipe => apipe}/store/preprocessed/stala_st_pop_prog/create.smk (91%) rename {digipipe => apipe}/store/preprocessed/stala_st_pop_prog/data/.gitkeep (100%) rename {digipipe => apipe}/store/preprocessed/stala_st_pop_prog/dataset.md (100%) rename {digipipe => apipe}/store/preprocessed/stala_st_pop_prog/scripts/create.py (100%) rename {digipipe => apipe}/store/raw/TEMPLATE/data/.gitkeep (100%) rename {digipipe => apipe}/store/raw/TEMPLATE/dataset.md (100%) rename {digipipe => apipe}/store/raw/TEMPLATE/metadata.json (100%) rename {digipipe => apipe}/store/raw/ageb_energy_balance/data/.gitkeep (100%) rename {digipipe => apipe}/store/raw/ageb_energy_balance/dataset.md (100%) rename {digipipe => apipe}/store/raw/ageb_energy_balance/metadata.json (97%) rename {digipipe => apipe}/store/raw/ba_employment/data/.gitkeep (100%) rename {digipipe => apipe}/store/raw/ba_employment/dataset.md (100%) rename {digipipe => apipe}/store/raw/ba_employment/metadata.json (98%) rename {digipipe => apipe}/store/raw/bkg_vg250/__init__.py (100%) rename {digipipe => apipe}/store/raw/bkg_vg250/data/.gitkeep (100%) rename {digipipe => apipe}/store/raw/bkg_vg250/dataset.md (100%) rename {digipipe => apipe}/store/raw/bkg_vg250/metadata.json (98%) rename {digipipe => apipe}/store/raw/bmwk_long_term_scenarios/data/.gitkeep (100%) rename {digipipe => apipe}/store/raw/bmwk_long_term_scenarios/dataset.md (100%) rename {digipipe => apipe}/store/raw/bmwk_long_term_scenarios/metadata.json (98%) rename {digipipe => apipe}/store/raw/bnetza_mastr/data/.gitkeep (100%) rename {digipipe => apipe}/store/raw/bnetza_mastr/dataset.md (100%) rename {digipipe => apipe}/store/raw/bnetza_mastr/metadata.json (98%) rename {digipipe => apipe}/store/raw/bnetza_mastr_correction_region/data/.gitkeep (100%) rename {digipipe => apipe}/store/raw/bnetza_mastr_correction_region/dataset.md (100%) rename {digipipe => apipe}/store/raw/bnetza_mastr_correction_region/metadata.json (98%) rename {digipipe => apipe}/store/raw/dbfz_biomass_heat_capacities/data/.gitkeep (100%) rename {digipipe => apipe}/store/raw/dbfz_biomass_heat_capacities/dataset.md (100%) rename {digipipe => apipe}/store/raw/dbfz_biomass_heat_capacities/metadata.json (98%) rename {digipipe => apipe}/store/raw/demandregio/data/.gitkeep (100%) rename {digipipe => apipe}/store/raw/demandregio/dataset.md (100%) rename {digipipe => apipe}/store/raw/demandregio/metadata.json (98%) rename {digipipe => apipe}/store/raw/destatis_gv/data/.gitkeep (100%) rename {digipipe => apipe}/store/raw/destatis_gv/dataset.md (100%) rename {digipipe => apipe}/store/raw/destatis_gv/metadata.json (98%) rename {digipipe => apipe}/store/raw/dwd_temperature/data/.gitkeep (100%) rename {digipipe => apipe}/store/raw/dwd_temperature/dataset.md (100%) rename {digipipe => apipe}/store/raw/dwd_temperature/metadata.json (98%) rename {digipipe => apipe}/store/raw/emissions/data/.gitkeep (100%) rename {digipipe => apipe}/store/raw/emissions/dataset.md (100%) rename {digipipe => apipe}/store/raw/emissions/metadata.json (100%) rename {digipipe => apipe}/store/raw/eurostat_lau/data/.gitkeep (100%) rename {digipipe => apipe}/store/raw/eurostat_lau/dataset.md (100%) rename {digipipe => apipe}/store/raw/eurostat_lau/metadata.json (98%) rename {digipipe => apipe}/store/raw/osm/data/.gitkeep (100%) rename {digipipe => apipe}/store/raw/osm/dataset.md (100%) rename {digipipe => apipe}/store/raw/osm/metadata.json (98%) rename {digipipe => apipe}/store/raw/regiostat/data/.gitkeep (100%) rename {digipipe => apipe}/store/raw/regiostat/dataset.md (100%) rename {digipipe => apipe}/store/raw/regiostat/metadata.json (98%) rename {digipipe => apipe}/store/raw/renewables.ninja_feedin/data/.gitkeep (100%) rename {digipipe => apipe}/store/raw/renewables.ninja_feedin/dataset.md (100%) rename {digipipe => apipe}/store/raw/renewables.ninja_feedin/metadata.json (98%) rename {digipipe => apipe}/store/raw/rli_pv_wfr/data/.gitkeep (100%) rename {digipipe => apipe}/store/raw/rli_pv_wfr/dataset.md (100%) rename {digipipe => apipe}/store/raw/rli_pv_wfr/metadata.json (98%) rename {digipipe => apipe}/store/raw/rpg_abw_pv_roof_potential/data/.gitkeep (100%) rename {digipipe => apipe}/store/raw/rpg_abw_pv_roof_potential/dataset.md (100%) rename {digipipe => apipe}/store/raw/rpg_abw_pv_roof_potential/metadata.json (98%) rename {digipipe => apipe}/store/raw/rpg_abw_regional_plan/data/.gitkeep (100%) rename {digipipe => apipe}/store/raw/rpg_abw_regional_plan/dataset.md (100%) rename {digipipe => apipe}/store/raw/rpg_abw_regional_plan/metadata.json (98%) rename {digipipe => apipe}/store/raw/seenergies_peta5/data/.gitkeep (100%) rename {digipipe => apipe}/store/raw/seenergies_peta5/dataset.md (100%) rename {digipipe => apipe}/store/raw/seenergies_peta5/metadata.json (98%) rename {digipipe => apipe}/store/raw/stala_st_energy/data/.gitkeep (100%) rename {digipipe => apipe}/store/raw/stala_st_energy/dataset.md (100%) rename {digipipe => apipe}/store/raw/stala_st_energy/metadata.json (98%) rename {digipipe => apipe}/store/raw/stala_st_pop_prog/data/.gitkeep (100%) rename {digipipe => apipe}/store/raw/stala_st_pop_prog/dataset.md (100%) rename {digipipe => apipe}/store/raw/stala_st_pop_prog/metadata.json (98%) rename {digipipe => apipe}/store/raw/technology_data/data/.gitkeep (100%) rename {digipipe => apipe}/store/raw/technology_data/dataset.md (100%) rename {digipipe => apipe}/store/raw/technology_data/metadata.json (98%) rename {digipipe => apipe}/store/temp/.gitkeep (100%) rename {digipipe => apipe}/store/utils.py (99%) rename {digipipe => apipe}/workflow/Snakefile (93%) rename {digipipe => apipe}/workflow/WORKFLOW.md (96%) rename {digipipe => apipe}/workflow/utils.py (100%) diff --git a/.gitignore b/.gitignore index f3d4d508..1f6697d2 100644 --- a/.gitignore +++ b/.gitignore @@ -137,27 +137,27 @@ dmypy.json .idea # Data files -digipipe/store/raw/*/data/* -!digipipe/store/raw/*/data/.gitkeep -!digipipe/store/raw/.TEMPLATE/data/* - -digipipe/store/preprocessed/*/data/* -!digipipe/store/preprocessed/*/data/.gitkeep -!digipipe/store/preprocessed/.TEMPLATE/data/* - -digipipe/store/datasets/*/data/* -!digipipe/store/datasets/*/data/.gitkeep -!digipipe/store/datasets/.TEMPLATE/data/* - -digipipe/store/appdata/esys/* -digipipe/store/appdata/*/data/* -!digipipe/store/appdata/*/data/.gitkeep -!digipipe/store/appdata/datapackage/data/captions/.gitkeep -!digipipe/store/appdata/datapackage/data/geodata/.gitkeep -!digipipe/store/appdata/datapackage/data/scalars/.gitkeep -!digipipe/store/appdata/datapackage/data/settings/.gitkeep -!digipipe/store/appdata/datapackage/data/sequences/.gitkeep -!digipipe/store/appdata/*/.gitkeep - -digipipe/store/temp/* -!digipipe/store/temp/.gitkeep \ No newline at end of file +apipe/store/raw/*/data/* +!apipe/store/raw/*/data/.gitkeep +!apipe/store/raw/.TEMPLATE/data/* + +apipe/store/preprocessed/*/data/* +!apipe/store/preprocessed/*/data/.gitkeep +!apipe/store/preprocessed/.TEMPLATE/data/* + +apipe/store/datasets/*/data/* +!apipe/store/datasets/*/data/.gitkeep +!apipe/store/datasets/.TEMPLATE/data/* + +apipe/store/appdata/esys/* +apipe/store/appdata/*/data/* +!apipe/store/appdata/*/data/.gitkeep +!apipe/store/appdata/datapackage/data/captions/.gitkeep +!apipe/store/appdata/datapackage/data/geodata/.gitkeep +!apipe/store/appdata/datapackage/data/scalars/.gitkeep +!apipe/store/appdata/datapackage/data/settings/.gitkeep +!apipe/store/appdata/datapackage/data/sequences/.gitkeep +!apipe/store/appdata/*/.gitkeep + +apipe/store/temp/* +!apipe/store/temp/.gitkeep \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a775b9fa..57375c12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,156 +11,3 @@ and the versioning aim to respect [Semantic Versioning](http://semver.org/spec/v ### Changed ### Fixed - -## [1.0.0] - 2023-11-07 - -### Added - -- Setup initial structure and files -- Add first bunch of datasets for testing the data flow -- Modularize datasets -- Add first draft of RTD docs -- Add dataset: BNetzA MaStR -- Add Nominatim geocoder -- Add dataset: population -- Clean rule -- Datasets attribute captions -- Create list of region-specific datasets in the docs -- pyproject.toml and poetry.lock file have been added with the conversion to poetry -- Add pre-commit in order to check for errors and linting bugs before commits -- Add types-pyyaml package -- Add dataset: employees and companies -- Add dataset: demandregio electricity demand -- Add dataset: BMWK long-term scenarios -- Add rules to download raw data (zipped) from cloud, extract and copy to 'store/raw' -- Add module 'data_io', containing relevant helper functions (downloading, extracting, copying, cleaning) -- Create metadata -- Add script to generate dataset md files for documentation -- Add dataset: demand_heat_region -- Add dataset: heatpump_cop -- Add dataset: stala_st_energy -- Add dataset: eurostat_lau -- Add dataset: regstat_energy -- Add dataset: dwd_temperature -- Add dataset: ageb_energy_balance -- Add dataset: seenergies_peta5 -- Add dataset: renewables.ninja_feedin -- Add dataset: renewable_feedin -- Add dataset: bnetza_mastr_correction_region and correct wrong units -- Integrate building of energy system for appdata in pipeline via dir *esys* -- Update store with dir structure for *esys* data -- Add creation of empty time series for the *esys* -- Add dataset: rpg_abw_regional_plan -- Add dataset: potentialarea_wind_region -- Add writing of default values to *esys* raw scalar data -- Add datasets: rli_pv_wfr and rli_pv_wfr_region -- Add module appdata to workflow -- Add dataset: geodata_infolayers -- Add dataset: potentialarea_pv_ground_region -- Add dataset: app datapackage -- Add dataset: potentialarea_pv_roof_region -- Add dataset: technology_data -- Add dataset: settings -- Calc panel settings from datasets -- Add dataset: osm (Germany) -- Add dataset: osm_buildings and add stats on ground areas -- Add mapping of costs and efficiencies from store/raw to store/datasets -- Add dataset: emissions -- Add captions to app datapackage (here: MaStR, heat, potentialarea_wind) -- Add mapping of time series data in datasets to empty time series according to - the mapping provided in map_ts.yml -- Add build configuration for readthedocs -- Add creation of stats of development over time for bnetza_mastr_wind_region, - bnetza_mastr_pv_ground_region, bnetza_mastr_pv_roof_region -- Add dataset: dbfz_biomass_heat_capacities -- Add the calculation of relative demand of biomass conversion technologies via - their relative capacities -- Add deletion of all data in store/datasets/esys_raw/data -- Add notes on OSM download and run resources -- Add nominal power per wind turbine for 2045 -- Add technology data for batteries -- Add technology data for thermal storages -- Add definition of relevant regions (NUTS3) in global configuration file -- Add documentation of energy system of ABW - -### Changed - -- Move dataset docs from config to md files -- Retain mastr_id in MaStR datasets -- Fix loading of empty yml files -- Fix loading of global config when in workflow dir -- Integrate esys Snakefile in workflow Snakefile and update clean rule -- Fix shapely deprecation warning -- Fix ogr2ogr conversion with recent GDAL version (v3.6.2) -- Fix conda installation by removing python-gdal from environment.yml -- The package management in digipipe has been changed to poetry. -- The installation of a virtual environment is done only from the environment.yml file and via conda. -- Apply linters on repo among others: black, isort, check-json and end-of-file-fixer -- Update population with prognoses from demandregio dataset -- Fix C419 flake8 error -- Switch to mkdocs for documentation (Sphinx deleted) -- Normalize renewable feedin timeseries -- Fix instruction to obtain raw files -- Translate all dataset.md files to German -- Exchange *Test_scenario* with *2045_scenario* in *digipipe/esys/scenarios* -- Split each demand per sector in *esys* -- File .gitignore again includes ignoring of esys appdata -- pv_roof area stats: distinguish between all and non-historic buildings -- storage units: add region-wide values for spec. capacity and power for those - connected to PV roof units -- Add data on installed el. power to bmwk_long_term_scenarios -- Disaggregate PV state targets to region in potentialarea_pv_ground_region -- Adapt osm_filtered to ose osm dataset and extract building data -- Disaggregate PV state targets to region in potentialarea_pv_roof_region -- Changes were applied to the energy system. Among others RoR, small batteries - and biogas were added. A distinction was made between centralized and - decentralized CHPs -- Scenario 2045_scenario needs default_scalars.csv instead of scalars.csv -- By default set costs and efficiencies of esys are written to - default_scalars.csv instead of default_costs_efficiencies.csv -- Default variable_costs are passed with input_parameters for storages -- Pass time series instead of scalar with efficiency for central heat pump -- Fix wind+pv_ground default values in panel settings -- Set all default control values in panel settings -- Kick biogas shortage -- Rename dataset captions to app_captions -- Move app settings to datasets and include in app datapackage -- Adapt 2045_scenario.yml so that time series with values are used instead of - empty ts -- Suppress warning of loosing data in source and comment columns while - unstacking if they are empty -- Change max. installable PV roof capacity in panel settings -- Fix panel settings for large batteries -- Add additional captions to MaStR captions -- Use LTS version of OSM -- The unstacking of time series in esys was fixed so that warning is given if - there is at least one value in columns 'source' or 'comment' -- Minor fix applied reformatting with black -- Only use operating units from mastr for municipality stats and temporal - development -- Heat pump ASHP/GSHP split fixed -- Replace the relative demand of biomass with the relative demand of each - biomass conversion technology -- Fix clean rule -- Update raw datapackage URL -- Restrict snakemake version to v7.32.0 -- Add central heat pump targets to slider -- Restrict heat pump sliders to not move under 50% -- Fix pv ground slider values to prevent app to alter SQ value from panel - settings -- Fix PV roof slider values -- Add HP share slider from-max values to prevent 100 % HP share -- Updated technology_data dataset.md and metadata -- Update metadate in store_raw -- Adapt existing dataset rules to use the global region definition (NUTS3) -- Update list of region-specific datasets - -### Removed - -- setup.py and requirements.txt files are omitted with the conversion to poetry -- sphinx from poetry environment -- Remove dataset: osm_forest -- Obsolete targets from rule all -- Merge dataset costs_efficiencies into technology_data -- Merge dataset costs_efficiencies into technology_data -- Remove values for redundant subsliders from app datapackage diff --git a/digipipe/__init__.py b/apipe/__init__.py similarity index 100% rename from digipipe/__init__.py rename to apipe/__init__.py diff --git a/digipipe/config/__init__.py b/apipe/config/__init__.py similarity index 69% rename from digipipe/config/__init__.py rename to apipe/config/__init__.py index b18bd828..cbc61efe 100644 --- a/digipipe/config/__init__.py +++ b/apipe/config/__init__.py @@ -1,25 +1,25 @@ import os from pathlib import Path -from digipipe.scripts.config import read_config +from apipe.scripts.config import read_config def locate_global_config() -> Path: """Returns path to global config file. - Raises error when executing the workflow not within `digipipe/` or - `digipipe/workflow/`. + Raises error when executing the workflow not within `apipe/` or + `apipe/workflow/`. """ config_dir = Path("config", "global.yml") cwd = Path(os.getcwd()) - if cwd.name == "digipipe": + if cwd.name == "apipe": return (cwd / config_dir).resolve() elif cwd.name == "workflow": return (cwd.parent / config_dir).resolve() else: raise FileNotFoundError( "Global config file not found, make sure you execute the workflow " - "in digipipe/ or digipipe/workflow/ ." + "in apipe/ or apipe/workflow/ ." ) diff --git a/digipipe/config/global.yml b/apipe/config/global.yml similarity index 100% rename from digipipe/config/global.yml rename to apipe/config/global.yml diff --git a/digipipe/esys/ESYS.md b/apipe/esys/ESYS.md similarity index 95% rename from digipipe/esys/ESYS.md rename to apipe/esys/ESYS.md index 4094fb51..d7200b0a 100644 --- a/digipipe/esys/ESYS.md +++ b/apipe/esys/ESYS.md @@ -1,6 +1,6 @@ # Energy system in digiplan -The energy system in digipipe, the pipeline for digiplan, is created using +The energy system in apipe is created using [oemof-B3](https://github.com/rl-institut/oemof-B3). ## Build the energy system diff --git a/digipipe/esys/Snakefile b/apipe/esys/Snakefile similarity index 100% rename from digipipe/esys/Snakefile rename to apipe/esys/Snakefile diff --git a/digipipe/esys/esys/__init__.py b/apipe/esys/esys/__init__.py similarity index 100% rename from digipipe/esys/esys/__init__.py rename to apipe/esys/esys/__init__.py diff --git a/digipipe/esys/esys/config/__init__.py b/apipe/esys/esys/config/__init__.py similarity index 100% rename from digipipe/esys/esys/config/__init__.py rename to apipe/esys/esys/config/__init__.py diff --git a/digipipe/esys/esys/config/colors.csv b/apipe/esys/esys/config/colors.csv similarity index 100% rename from digipipe/esys/esys/config/colors.csv rename to apipe/esys/esys/config/colors.csv diff --git a/digipipe/esys/esys/config/colors.yml b/apipe/esys/esys/config/colors.yml similarity index 100% rename from digipipe/esys/esys/config/colors.yml rename to apipe/esys/esys/config/colors.yml diff --git a/digipipe/esys/esys/config/esys_conf.py b/apipe/esys/esys/config/esys_conf.py similarity index 98% rename from digipipe/esys/esys/config/esys_conf.py rename to apipe/esys/esys/config/esys_conf.py index bf9aed45..d55078cb 100644 --- a/digipipe/esys/esys/config/esys_conf.py +++ b/apipe/esys/esys/config/esys_conf.py @@ -4,7 +4,7 @@ from dynaconf import Dynaconf -from digipipe.scripts.config import read_config +from apipe.scripts.config import read_config CONFIG_PATH = pathlib.Path(__file__).parent ROOT_DIR = CONFIG_PATH.parent.parent diff --git a/digipipe/esys/esys/config/labels/de.yml b/apipe/esys/esys/config/labels/de.yml similarity index 100% rename from digipipe/esys/esys/config/labels/de.yml rename to apipe/esys/esys/config/labels/de.yml diff --git a/digipipe/esys/esys/config/labels/en.yml b/apipe/esys/esys/config/labels/en.yml similarity index 100% rename from digipipe/esys/esys/config/labels/en.yml rename to apipe/esys/esys/config/labels/en.yml diff --git a/digipipe/esys/esys/config/map_ts.yml b/apipe/esys/esys/config/map_ts.yml similarity index 100% rename from digipipe/esys/esys/config/map_ts.yml rename to apipe/esys/esys/config/map_ts.yml diff --git a/digipipe/esys/esys/config/settings.yaml b/apipe/esys/esys/config/settings.yaml similarity index 100% rename from digipipe/esys/esys/config/settings.yaml rename to apipe/esys/esys/config/settings.yaml diff --git a/digipipe/esys/esys/config/write_default_scalars.yml b/apipe/esys/esys/config/write_default_scalars.yml similarity index 100% rename from digipipe/esys/esys/config/write_default_scalars.yml rename to apipe/esys/esys/config/write_default_scalars.yml diff --git a/digipipe/esys/esys/model/__init__.py b/apipe/esys/esys/model/__init__.py similarity index 100% rename from digipipe/esys/esys/model/__init__.py rename to apipe/esys/esys/model/__init__.py diff --git a/digipipe/esys/esys/model/bus_attrs_update.yml b/apipe/esys/esys/model/bus_attrs_update.yml similarity index 100% rename from digipipe/esys/esys/model/bus_attrs_update.yml rename to apipe/esys/esys/model/bus_attrs_update.yml diff --git a/digipipe/esys/esys/model/component_attrs_update.yml b/apipe/esys/esys/model/component_attrs_update.yml similarity index 100% rename from digipipe/esys/esys/model/component_attrs_update.yml rename to apipe/esys/esys/model/component_attrs_update.yml diff --git a/digipipe/esys/esys/model/foreign_keys_update.yml b/apipe/esys/esys/model/foreign_keys_update.yml similarity index 100% rename from digipipe/esys/esys/model/foreign_keys_update.yml rename to apipe/esys/esys/model/foreign_keys_update.yml diff --git a/digipipe/esys/esys/model/model_structure/model_structure_el_only.yml b/apipe/esys/esys/model/model_structure/model_structure_el_only.yml similarity index 100% rename from digipipe/esys/esys/model/model_structure/model_structure_el_only.yml rename to apipe/esys/esys/model/model_structure/model_structure_el_only.yml diff --git a/digipipe/esys/esys/model/model_structure/model_structure_full.yml b/apipe/esys/esys/model/model_structure/model_structure_full.yml similarity index 100% rename from digipipe/esys/esys/model/model_structure/model_structure_full.yml rename to apipe/esys/esys/model/model_structure/model_structure_full.yml diff --git a/digipipe/esys/esys/schema/__init__.py b/apipe/esys/esys/schema/__init__.py similarity index 100% rename from digipipe/esys/esys/schema/__init__.py rename to apipe/esys/esys/schema/__init__.py diff --git a/digipipe/esys/esys/schema/scalars.csv b/apipe/esys/esys/schema/scalars.csv similarity index 100% rename from digipipe/esys/esys/schema/scalars.csv rename to apipe/esys/esys/schema/scalars.csv diff --git a/digipipe/esys/esys/schema/timeseries.csv b/apipe/esys/esys/schema/timeseries.csv similarity index 100% rename from digipipe/esys/esys/schema/timeseries.csv rename to apipe/esys/esys/schema/timeseries.csv diff --git a/digipipe/esys/esys/tools/data_processing.py b/apipe/esys/esys/tools/data_processing.py similarity index 99% rename from digipipe/esys/esys/tools/data_processing.py rename to apipe/esys/esys/tools/data_processing.py index effa2d5f..918fd93e 100644 --- a/digipipe/esys/esys/tools/data_processing.py +++ b/apipe/esys/esys/tools/data_processing.py @@ -1,6 +1,6 @@ # coding: utf-8 r""" -This module contains helper functions for processing the data in digipipe, such +This module contains helper functions for processing the data in apipe, such as loading, filtering, sorting, merging, aggregating and saving. """ @@ -12,8 +12,8 @@ import oemof.tabular.facades import pandas as pd -from digipipe.esys.esys import schema -from digipipe.esys.esys.config import esys_conf +from apipe.esys.esys import schema +from apipe.esys.esys.config import esys_conf logger = esys_conf.add_snake_logger("data_processing") diff --git a/digipipe/esys/esys/tools/equate_flows.py b/apipe/esys/esys/tools/equate_flows.py similarity index 100% rename from digipipe/esys/esys/tools/equate_flows.py rename to apipe/esys/esys/tools/equate_flows.py diff --git a/digipipe/esys/esys/tools/timing.py b/apipe/esys/esys/tools/timing.py similarity index 100% rename from digipipe/esys/esys/tools/timing.py rename to apipe/esys/esys/tools/timing.py diff --git a/digipipe/esys/scenarios/2045_scenario.yml b/apipe/esys/scenarios/2045_scenario.yml similarity index 100% rename from digipipe/esys/scenarios/2045_scenario.yml rename to apipe/esys/scenarios/2045_scenario.yml diff --git a/digipipe/esys/scripts/build_datapackage.py b/apipe/esys/scripts/build_datapackage.py similarity index 98% rename from digipipe/esys/scripts/build_datapackage.py rename to apipe/esys/scripts/build_datapackage.py index 16085c09..3c66f169 100644 --- a/digipipe/esys/scripts/build_datapackage.py +++ b/apipe/esys/scripts/build_datapackage.py @@ -37,15 +37,15 @@ from oemoflex import config as oemoflex_config from oemoflex.model.datapackage import EnergyDataPackage -from digipipe.esys.esys.config import esys_conf -from digipipe.esys.esys.config.esys_conf import load_yaml -from digipipe.esys.esys.model import ( +from apipe.esys.esys.config import esys_conf +from apipe.esys.esys.config.esys_conf import load_yaml +from apipe.esys.esys.model import ( bus_attrs_update, component_attrs_update, foreign_keys_update, model_structures, ) -from digipipe.esys.esys.tools.data_processing import ( +from apipe.esys.esys.tools.data_processing import ( expand_regions, filter_df, multi_load_b3_scalars, diff --git a/digipipe/esys/scripts/create_empty_scalars.py b/apipe/esys/scripts/create_empty_scalars.py similarity index 95% rename from digipipe/esys/scripts/create_empty_scalars.py rename to apipe/esys/scripts/create_empty_scalars.py index acabbcbd..ef31e3e4 100644 --- a/digipipe/esys/scripts/create_empty_scalars.py +++ b/apipe/esys/scripts/create_empty_scalars.py @@ -24,10 +24,10 @@ import pandas as pd from oemoflex.model.datapackage import EnergyDataPackage -from digipipe.esys.esys import model -from digipipe.esys.esys.config.esys_conf import load_yaml, settings -from digipipe.esys.esys.model import bus_attrs_update, model_structures -from digipipe.esys.esys.tools.data_processing import ( +from apipe.esys.esys import model +from apipe.esys.esys.config.esys_conf import load_yaml, settings +from apipe.esys.esys.model import bus_attrs_update, model_structures +from apipe.esys.esys.tools.data_processing import ( HEADER_B3_SCAL, format_header, load_b3_scalars, diff --git a/digipipe/esys/scripts/create_empty_ts.py b/apipe/esys/scripts/create_empty_ts.py similarity index 97% rename from digipipe/esys/scripts/create_empty_ts.py rename to apipe/esys/scripts/create_empty_ts.py index 88037b8a..810ec86c 100644 --- a/digipipe/esys/scripts/create_empty_ts.py +++ b/apipe/esys/scripts/create_empty_ts.py @@ -30,10 +30,10 @@ import pandas as pd from oemoflex.model.model_structure import module_path -from digipipe.esys.esys import model -from digipipe.esys.esys.config.esys_conf import load_yaml, settings -from digipipe.esys.esys.model import model_structures -from digipipe.esys.esys.tools.data_processing import ( +from apipe.esys.esys import model +from apipe.esys.esys.config.esys_conf import load_yaml, settings +from apipe.esys.esys.model import model_structures +from apipe.esys.esys.tools.data_processing import ( HEADER_B3_TS, stack_timeseries, ) diff --git a/digipipe/esys/scripts/optimize.py b/apipe/esys/scripts/optimize.py similarity index 97% rename from digipipe/esys/scripts/optimize.py rename to apipe/esys/scripts/optimize.py index 53ae65e5..92035600 100644 --- a/digipipe/esys/scripts/optimize.py +++ b/apipe/esys/scripts/optimize.py @@ -47,10 +47,10 @@ from oemof.tabular import datapackage # noqa from oemof.tabular.facades import TYPEMAP -from digipipe.esys.esys.config import esys_conf -from digipipe.esys.esys.tools import data_processing as dp -from digipipe.esys.esys.tools.equate_flows import equate_flows_by_keyword -from digipipe.esys.esys.tools.timing import Timer +from apipe.esys.esys.config import esys_conf +from apipe.esys.esys.tools import data_processing as dp +from apipe.esys.esys.tools.equate_flows import equate_flows_by_keyword +from apipe.esys.esys.tools.timing import Timer logger = logging.getLogger() diff --git a/digipipe/esys/scripts/postprocess.py b/apipe/esys/scripts/postprocess.py similarity index 97% rename from digipipe/esys/scripts/postprocess.py rename to apipe/esys/scripts/postprocess.py index 157d3aba..6dd57521 100644 --- a/digipipe/esys/scripts/postprocess.py +++ b/apipe/esys/scripts/postprocess.py @@ -34,7 +34,7 @@ from oemoflex import config as oemoflex_config from oemoflex.model.datapackage import ResultsDataPackage -from digipipe.esys.esys.config import esys_conf +from apipe.esys.esys.config import esys_conf if __name__ == "__main__": diff --git a/digipipe/esys/scripts/prepare_scalars.py b/apipe/esys/scripts/prepare_scalars.py similarity index 96% rename from digipipe/esys/scripts/prepare_scalars.py rename to apipe/esys/scripts/prepare_scalars.py index eb98f2cf..52a41fdb 100644 --- a/digipipe/esys/scripts/prepare_scalars.py +++ b/apipe/esys/scripts/prepare_scalars.py @@ -26,8 +26,8 @@ from oemof.tools.economics import annuity -from digipipe.esys.esys.config import esys_conf -from digipipe.esys.esys.tools.data_processing import ( +from apipe.esys.esys.config import esys_conf +from apipe.esys.esys.tools.data_processing import ( ScalarProcessor, load_b3_scalars, save_df, diff --git a/digipipe/esys/scripts/write_costs_efficiencies.py b/apipe/esys/scripts/write_costs_efficiencies.py similarity index 96% rename from digipipe/esys/scripts/write_costs_efficiencies.py rename to apipe/esys/scripts/write_costs_efficiencies.py index 053f3ba9..60a32145 100644 --- a/digipipe/esys/scripts/write_costs_efficiencies.py +++ b/apipe/esys/scripts/write_costs_efficiencies.py @@ -13,8 +13,8 @@ import os import sys -from digipipe.esys.esys.config.esys_conf import add_snake_logger, settings -from digipipe.esys.esys.tools.data_processing import ( +from apipe.esys.esys.config.esys_conf import add_snake_logger, settings +from apipe.esys.esys.tools.data_processing import ( load_b3_scalars, multi_filter_df, save_df, diff --git a/digipipe/esys/scripts/write_default_scalars.py b/apipe/esys/scripts/write_default_scalars.py similarity index 98% rename from digipipe/esys/scripts/write_default_scalars.py rename to apipe/esys/scripts/write_default_scalars.py index 6caf852e..fc4aee88 100644 --- a/digipipe/esys/scripts/write_default_scalars.py +++ b/apipe/esys/scripts/write_default_scalars.py @@ -10,8 +10,8 @@ import numpy as np import pandas as pd -from digipipe.esys.esys.config.esys_conf import write_default_scalars -from digipipe.esys.esys.tools.data_processing import ( +from apipe.esys.esys.config.esys_conf import write_default_scalars +from apipe.esys.esys.tools.data_processing import ( filter_df, load_b3_scalars, save_df, diff --git a/digipipe/esys/scripts/write_ts.py b/apipe/esys/scripts/write_ts.py similarity index 97% rename from digipipe/esys/scripts/write_ts.py rename to apipe/esys/scripts/write_ts.py index 94f6d52b..33d5bf23 100644 --- a/digipipe/esys/scripts/write_ts.py +++ b/apipe/esys/scripts/write_ts.py @@ -20,15 +20,15 @@ import pandas as pd -from digipipe.esys.esys.config.esys_conf import add_snake_logger, map_ts -from digipipe.esys.esys.tools.data_processing import ( +from apipe.esys.esys.config.esys_conf import add_snake_logger, map_ts +from apipe.esys.esys.tools.data_processing import ( HEADER_B3_TS, load_b3_timeseries, save_df, stack_timeseries, unstack_timeseries, ) -from digipipe.store.utils import get_abs_dataset_path +from apipe.store.utils import get_abs_dataset_path def check_if_ts_name_in_maps_ts(ts_name, mapping_file_name): diff --git a/digipipe/esys/snakemake_rules/build_datapackage.smk b/apipe/esys/snakemake_rules/build_datapackage.smk similarity index 94% rename from digipipe/esys/snakemake_rules/build_datapackage.smk rename to apipe/esys/snakemake_rules/build_datapackage.smk index 7eddb444..d2f065d0 100644 --- a/digipipe/esys/snakemake_rules/build_datapackage.smk +++ b/apipe/esys/snakemake_rules/build_datapackage.smk @@ -1,4 +1,4 @@ -from digipipe.esys.esys.config.esys_conf import load_yaml +from apipe.esys.esys.config.esys_conf import load_yaml def get_paths_scenario_input(wildcards): scenario_specs = load_yaml(f"esys/scenarios/{wildcards.scenario}.yml") diff --git a/digipipe/esys/snakemake_rules/create_empty_scalars.smk b/apipe/esys/snakemake_rules/create_empty_scalars.smk similarity index 100% rename from digipipe/esys/snakemake_rules/create_empty_scalars.smk rename to apipe/esys/snakemake_rules/create_empty_scalars.smk diff --git a/digipipe/esys/snakemake_rules/create_empty_ts.smk b/apipe/esys/snakemake_rules/create_empty_ts.smk similarity index 100% rename from digipipe/esys/snakemake_rules/create_empty_ts.smk rename to apipe/esys/snakemake_rules/create_empty_ts.smk diff --git a/digipipe/esys/snakemake_rules/optimization.smk b/apipe/esys/snakemake_rules/optimization.smk similarity index 100% rename from digipipe/esys/snakemake_rules/optimization.smk rename to apipe/esys/snakemake_rules/optimization.smk diff --git a/digipipe/esys/snakemake_rules/postprocessing.smk b/apipe/esys/snakemake_rules/postprocessing.smk similarity index 100% rename from digipipe/esys/snakemake_rules/postprocessing.smk rename to apipe/esys/snakemake_rules/postprocessing.smk diff --git a/digipipe/esys/snakemake_rules/prepare_resource.smk b/apipe/esys/snakemake_rules/prepare_resource.smk similarity index 100% rename from digipipe/esys/snakemake_rules/prepare_resource.smk rename to apipe/esys/snakemake_rules/prepare_resource.smk diff --git a/digipipe/esys/snakemake_rules/write_costs_efficiencies.smk b/apipe/esys/snakemake_rules/write_costs_efficiencies.smk similarity index 100% rename from digipipe/esys/snakemake_rules/write_costs_efficiencies.smk rename to apipe/esys/snakemake_rules/write_costs_efficiencies.smk diff --git a/digipipe/esys/snakemake_rules/write_default_scalars.smk b/apipe/esys/snakemake_rules/write_default_scalars.smk similarity index 100% rename from digipipe/esys/snakemake_rules/write_default_scalars.smk rename to apipe/esys/snakemake_rules/write_default_scalars.smk diff --git a/digipipe/esys/snakemake_rules/write_ts.smk b/apipe/esys/snakemake_rules/write_ts.smk similarity index 100% rename from digipipe/esys/snakemake_rules/write_ts.smk rename to apipe/esys/snakemake_rules/write_ts.smk diff --git a/digipipe/scenarios/.gitkeep b/apipe/scenarios/.gitkeep similarity index 100% rename from digipipe/scenarios/.gitkeep rename to apipe/scenarios/.gitkeep diff --git a/digipipe/scenarios/SCENARIOS.md b/apipe/scenarios/SCENARIOS.md similarity index 100% rename from digipipe/scenarios/SCENARIOS.md rename to apipe/scenarios/SCENARIOS.md diff --git a/digipipe/scripts/.gitkeep b/apipe/scripts/.gitkeep similarity index 100% rename from digipipe/scripts/.gitkeep rename to apipe/scripts/.gitkeep diff --git a/digipipe/scripts/__init__.py b/apipe/scripts/__init__.py similarity index 100% rename from digipipe/scripts/__init__.py rename to apipe/scripts/__init__.py diff --git a/digipipe/scripts/config.py b/apipe/scripts/config.py similarity index 97% rename from digipipe/scripts/config.py rename to apipe/scripts/config.py index 6a02d241..de5b29f3 100644 --- a/digipipe/scripts/config.py +++ b/apipe/scripts/config.py @@ -7,7 +7,7 @@ import yaml -from digipipe.store.utils import get_abs_store_root_path +from apipe.store.utils import get_abs_store_root_path def read_config(file: Path) -> dict: diff --git a/digipipe/scripts/data_io.py b/apipe/scripts/data_io.py similarity index 100% rename from digipipe/scripts/data_io.py rename to apipe/scripts/data_io.py diff --git a/digipipe/scripts/datasets/__init__.py b/apipe/scripts/datasets/__init__.py similarity index 100% rename from digipipe/scripts/datasets/__init__.py rename to apipe/scripts/datasets/__init__.py diff --git a/digipipe/scripts/datasets/demand.py b/apipe/scripts/datasets/demand.py similarity index 100% rename from digipipe/scripts/datasets/demand.py rename to apipe/scripts/datasets/demand.py diff --git a/digipipe/scripts/datasets/mastr.py b/apipe/scripts/datasets/mastr.py similarity index 100% rename from digipipe/scripts/datasets/mastr.py rename to apipe/scripts/datasets/mastr.py diff --git a/digipipe/scripts/geo.py b/apipe/scripts/geo.py similarity index 99% rename from digipipe/scripts/geo.py rename to apipe/scripts/geo.py index ece33554..ac4b38fe 100644 --- a/digipipe/scripts/geo.py +++ b/apipe/scripts/geo.py @@ -15,7 +15,7 @@ from shapely.geometry.multipolygon import MultiPolygon from shapely.ops import transform -from digipipe.config import GLOBAL_CONFIG +from apipe.config import GLOBAL_CONFIG def read_schema_from_file(file: str) -> Tuple[str, OrderedDict]: diff --git a/digipipe/store/DATASETS.md b/apipe/store/DATASETS.md similarity index 98% rename from digipipe/store/DATASETS.md rename to apipe/store/DATASETS.md index 79fb033b..a74eecd7 100644 --- a/digipipe/store/DATASETS.md +++ b/apipe/store/DATASETS.md @@ -36,7 +36,7 @@ two additional files: [dataset.md](../store/raw/TEMPLATE/dataset.md) (see that f for further instructions) and [metadata.json)](../store/raw/TEMPLATE/metadata.json). Note: Assumptions are to be defined in the scenarios, not the raw data. -See the scenario readme in [SCENARIOS.md](../../digipipe/scenarios/SCENARIOS.md). +See the scenario readme in [SCENARIOS.md](../scenarios/SCENARIOS.md). !!! note "Example" - Dataset A: ERA5 weather dataset for Germany diff --git a/digipipe/store/__init__.py b/apipe/store/__init__.py similarity index 100% rename from digipipe/store/__init__.py rename to apipe/store/__init__.py diff --git a/digipipe/store/appdata/APPDATA.md b/apipe/store/appdata/APPDATA.md similarity index 100% rename from digipipe/store/appdata/APPDATA.md rename to apipe/store/appdata/APPDATA.md diff --git a/digipipe/store/appdata/datapackage/config.yml b/apipe/store/appdata/datapackage/config.yml similarity index 100% rename from digipipe/store/appdata/datapackage/config.yml rename to apipe/store/appdata/datapackage/config.yml diff --git a/digipipe/store/appdata/datapackage/create.smk b/apipe/store/appdata/datapackage/create.smk similarity index 87% rename from digipipe/store/appdata/datapackage/create.smk rename to apipe/store/appdata/datapackage/create.smk index 90c5a447..9dcd0682 100644 --- a/digipipe/store/appdata/datapackage/create.smk +++ b/apipe/store/appdata/datapackage/create.smk @@ -6,8 +6,8 @@ Note: To include the file in the main workflow, it must be added to the respecti import json import shutil -from digipipe.store.utils import get_abs_dataset_path -from digipipe.store.appdata.datapackage.scripts.create import collect_files +from apipe.store.utils import get_abs_dataset_path +from apipe.store.appdata.datapackage.scripts.create import collect_files DATASET_PATH = get_abs_dataset_path("appdata", "datapackage", data_dir=True) DATAPACKAGE_FILES = collect_files(config, DATASET_PATH) diff --git a/digipipe/store/appdata/datapackage/data/geodata/.gitkeep b/apipe/store/appdata/datapackage/data/geodata/.gitkeep similarity index 100% rename from digipipe/store/appdata/datapackage/data/geodata/.gitkeep rename to apipe/store/appdata/datapackage/data/geodata/.gitkeep diff --git a/digipipe/store/appdata/datapackage/data/scalars/.gitkeep b/apipe/store/appdata/datapackage/data/scalars/.gitkeep similarity index 100% rename from digipipe/store/appdata/datapackage/data/scalars/.gitkeep rename to apipe/store/appdata/datapackage/data/scalars/.gitkeep diff --git a/digipipe/store/appdata/datapackage/data/sequences/.gitkeep b/apipe/store/appdata/datapackage/data/sequences/.gitkeep similarity index 100% rename from digipipe/store/appdata/datapackage/data/sequences/.gitkeep rename to apipe/store/appdata/datapackage/data/sequences/.gitkeep diff --git a/digipipe/store/appdata/datapackage/dataset.md b/apipe/store/appdata/datapackage/dataset.md similarity index 100% rename from digipipe/store/appdata/datapackage/dataset.md rename to apipe/store/appdata/datapackage/dataset.md diff --git a/digipipe/store/appdata/datapackage/scripts/create.py b/apipe/store/appdata/datapackage/scripts/create.py similarity index 96% rename from digipipe/store/appdata/datapackage/scripts/create.py rename to apipe/store/appdata/datapackage/scripts/create.py index e9bc3ef8..b4acc733 100644 --- a/digipipe/store/appdata/datapackage/scripts/create.py +++ b/apipe/store/appdata/datapackage/scripts/create.py @@ -1,7 +1,7 @@ from pathlib import Path from typing import Tuple -from digipipe.store.utils import get_abs_dataset_path +from apipe.store.utils import get_abs_dataset_path def collect_files( diff --git a/digipipe/store/appdata/esys/.gitkeep b/apipe/store/appdata/esys/.gitkeep similarity index 100% rename from digipipe/store/appdata/esys/.gitkeep rename to apipe/store/appdata/esys/.gitkeep diff --git a/digipipe/store/appdata/metadata/.gitkeep b/apipe/store/appdata/metadata/.gitkeep similarity index 100% rename from digipipe/store/appdata/metadata/.gitkeep rename to apipe/store/appdata/metadata/.gitkeep diff --git a/digipipe/store/appdata/module.smk b/apipe/store/appdata/module.smk similarity index 100% rename from digipipe/store/appdata/module.smk rename to apipe/store/appdata/module.smk diff --git a/digipipe/store/datasets/TEMPLATE/config.yml b/apipe/store/datasets/TEMPLATE/config.yml similarity index 100% rename from digipipe/store/datasets/TEMPLATE/config.yml rename to apipe/store/datasets/TEMPLATE/config.yml diff --git a/digipipe/store/datasets/TEMPLATE/create.smk b/apipe/store/datasets/TEMPLATE/create.smk similarity index 100% rename from digipipe/store/datasets/TEMPLATE/create.smk rename to apipe/store/datasets/TEMPLATE/create.smk diff --git a/digipipe/store/datasets/TEMPLATE/data/.gitkeep b/apipe/store/datasets/TEMPLATE/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/TEMPLATE/data/.gitkeep rename to apipe/store/datasets/TEMPLATE/data/.gitkeep diff --git a/digipipe/store/datasets/TEMPLATE/dataset.md b/apipe/store/datasets/TEMPLATE/dataset.md similarity index 100% rename from digipipe/store/datasets/TEMPLATE/dataset.md rename to apipe/store/datasets/TEMPLATE/dataset.md diff --git a/digipipe/store/datasets/TEMPLATE/scripts/some_script.py b/apipe/store/datasets/TEMPLATE/scripts/some_script.py similarity index 100% rename from digipipe/store/datasets/TEMPLATE/scripts/some_script.py rename to apipe/store/datasets/TEMPLATE/scripts/some_script.py diff --git a/digipipe/store/datasets/app_captions/config.yml b/apipe/store/datasets/app_captions/config.yml similarity index 100% rename from digipipe/store/datasets/app_captions/config.yml rename to apipe/store/datasets/app_captions/config.yml diff --git a/digipipe/store/datasets/app_captions/create.smk b/apipe/store/datasets/app_captions/create.smk similarity index 91% rename from digipipe/store/datasets/app_captions/create.smk rename to apipe/store/datasets/app_captions/create.smk index ed27536e..8fab8da1 100644 --- a/digipipe/store/datasets/app_captions/create.smk +++ b/apipe/store/datasets/app_captions/create.smk @@ -5,8 +5,8 @@ Note: To include the file in the main workflow, it must be added to the respecti """ import json -from digipipe.scripts.data_io import load_json -from digipipe.store.utils import get_abs_dataset_path +from apipe.scripts.data_io import load_json +from apipe.store.utils import get_abs_dataset_path DATASET_PATH = get_abs_dataset_path("datasets", "app_captions", data_dir=True) diff --git a/digipipe/store/datasets/app_captions/data/.gitkeep b/apipe/store/datasets/app_captions/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/app_captions/data/.gitkeep rename to apipe/store/datasets/app_captions/data/.gitkeep diff --git a/digipipe/store/datasets/app_captions/dataset.md b/apipe/store/datasets/app_captions/dataset.md similarity index 100% rename from digipipe/store/datasets/app_captions/dataset.md rename to apipe/store/datasets/app_captions/dataset.md diff --git a/digipipe/store/datasets/app_settings/config.yml b/apipe/store/datasets/app_settings/config.yml similarity index 100% rename from digipipe/store/datasets/app_settings/config.yml rename to apipe/store/datasets/app_settings/config.yml diff --git a/digipipe/store/datasets/app_settings/create.smk b/apipe/store/datasets/app_settings/create.smk similarity index 97% rename from digipipe/store/datasets/app_settings/create.smk rename to apipe/store/datasets/app_settings/create.smk index 6d9fdc83..d6e6646f 100644 --- a/digipipe/store/datasets/app_settings/create.smk +++ b/apipe/store/datasets/app_settings/create.smk @@ -7,9 +7,9 @@ import json import geopandas as gpd import pandas as pd -from digipipe.scripts.data_io import load_json -from digipipe.store.utils import get_abs_dataset_path -from digipipe.store.datasets.app_settings.scripts.panels import ( +from apipe.scripts.data_io import load_json +from apipe.store.utils import get_abs_dataset_path +from apipe.store.datasets.app_settings.scripts.panels import ( PanelSettings, add_electricity_panel_settings, add_heat_panel_settings, diff --git a/digipipe/store/datasets/app_settings/data/.gitkeep b/apipe/store/datasets/app_settings/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/app_settings/data/.gitkeep rename to apipe/store/datasets/app_settings/data/.gitkeep diff --git a/digipipe/store/datasets/app_settings/dataset.md b/apipe/store/datasets/app_settings/dataset.md similarity index 94% rename from digipipe/store/datasets/app_settings/dataset.md rename to apipe/store/datasets/app_settings/dataset.md index bea77bdb..885b151e 100644 --- a/digipipe/store/datasets/app_settings/dataset.md +++ b/apipe/store/datasets/app_settings/dataset.md @@ -4,7 +4,7 @@ Einstellungen für die App. ## Layerliste (rechtes Panel) -- Konfiguration: [config.yml](https://github.com/rl-institut/digipipe/blob/main/digipipe/store/datasets/app_settings/config.yml) --> `map_panel_layer_list` +- Konfiguration: [config.yml](https://github.com/rl-institut/apipe/blob/main/apipe/store/datasets/app_settings/config.yml) --> `map_panel_layer_list` - Ergebnisfile: `map_panel_layer_list.json` - Wird manuell in die App eingepflegt (s. [map_config.py](https://github.com/rl-institut/digiplan/blob/main/digiplan/map/map_config.py)) @@ -15,9 +15,9 @@ Die im linken Panel aufgeführten Einstellelemente (Slider und Schalter) werden hier parametriert. - Konfiguration des Templates: - [config.yml](https://github.com/rl-institut/digipipe/blob/main/digipipe/store/datasets/app_settings/config.yml) --> `panel_settings_templates` + [config.yml](https://github.com/rl-institut/apipe/blob/main/apipe/store/datasets/app_settings/config.yml) --> `panel_settings_templates` - Parametrierung der Slider und Schalter: - [panels.py](https://github.com/rl-institut/digipipe/blob/main/digipipe/store/datasets/app_settings/scripts/panels.py) + [panels.py](https://github.com/rl-institut/apipe/blob/main/apipe/store/datasets/app_settings/scripts/panels.py) - Ergebnisfiles: - `energy_settings_panel.json` - `heat_settings_panel.json` diff --git a/digipipe/store/datasets/app_settings/scripts/panels.py b/apipe/store/datasets/app_settings/scripts/panels.py similarity index 100% rename from digipipe/store/datasets/app_settings/scripts/panels.py rename to apipe/store/datasets/app_settings/scripts/panels.py diff --git a/digipipe/store/datasets/bkg_vg250_districts_region/config.yml b/apipe/store/datasets/bkg_vg250_districts_region/config.yml similarity index 100% rename from digipipe/store/datasets/bkg_vg250_districts_region/config.yml rename to apipe/store/datasets/bkg_vg250_districts_region/config.yml diff --git a/digipipe/store/datasets/bkg_vg250_districts_region/create.smk b/apipe/store/datasets/bkg_vg250_districts_region/create.smk similarity index 91% rename from digipipe/store/datasets/bkg_vg250_districts_region/create.smk rename to apipe/store/datasets/bkg_vg250_districts_region/create.smk index eb5e4372..a7bc9e54 100644 --- a/digipipe/store/datasets/bkg_vg250_districts_region/create.smk +++ b/apipe/store/datasets/bkg_vg250_districts_region/create.smk @@ -4,7 +4,7 @@ Snakefile for this dataset Note: To include the file in the main workflow, it must be added to the respective module.smk . """ -from digipipe.store.utils import get_abs_dataset_path +from apipe.store.utils import get_abs_dataset_path DATASET_PATH = get_abs_dataset_path("datasets", "bkg_vg250_districts_region") diff --git a/digipipe/store/datasets/bkg_vg250_districts_region/data/.gitkeep b/apipe/store/datasets/bkg_vg250_districts_region/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/bkg_vg250_districts_region/data/.gitkeep rename to apipe/store/datasets/bkg_vg250_districts_region/data/.gitkeep diff --git a/digipipe/store/datasets/bkg_vg250_districts_region/dataset.md b/apipe/store/datasets/bkg_vg250_districts_region/dataset.md similarity index 100% rename from digipipe/store/datasets/bkg_vg250_districts_region/dataset.md rename to apipe/store/datasets/bkg_vg250_districts_region/dataset.md diff --git a/digipipe/store/datasets/bkg_vg250_districts_region/scripts/create.py b/apipe/store/datasets/bkg_vg250_districts_region/scripts/create.py similarity index 87% rename from digipipe/store/datasets/bkg_vg250_districts_region/scripts/create.py rename to apipe/store/datasets/bkg_vg250_districts_region/scripts/create.py index 1d186b74..e1a9788c 100644 --- a/digipipe/store/datasets/bkg_vg250_districts_region/scripts/create.py +++ b/apipe/store/datasets/bkg_vg250_districts_region/scripts/create.py @@ -2,9 +2,9 @@ import geopandas as gpd -from digipipe.config import GLOBAL_CONFIG -from digipipe.scripts.config import read_config -from digipipe.scripts.geo import ( +from apipe.config import GLOBAL_CONFIG +from apipe.scripts.config import read_config +from apipe.scripts.geo import ( convert_to_multipolygon, rename_filter_attributes, reproject_simplify, diff --git a/digipipe/store/datasets/bkg_vg250_federal_states/config.yml b/apipe/store/datasets/bkg_vg250_federal_states/config.yml similarity index 100% rename from digipipe/store/datasets/bkg_vg250_federal_states/config.yml rename to apipe/store/datasets/bkg_vg250_federal_states/config.yml diff --git a/digipipe/store/datasets/bkg_vg250_federal_states/create.smk b/apipe/store/datasets/bkg_vg250_federal_states/create.smk similarity index 91% rename from digipipe/store/datasets/bkg_vg250_federal_states/create.smk rename to apipe/store/datasets/bkg_vg250_federal_states/create.smk index e07f135d..5f436bd9 100644 --- a/digipipe/store/datasets/bkg_vg250_federal_states/create.smk +++ b/apipe/store/datasets/bkg_vg250_federal_states/create.smk @@ -4,7 +4,7 @@ Snakefile for this dataset Note: To include the file in the main workflow, it must be added to the respective module.smk . """ -from digipipe.store.utils import get_abs_dataset_path +from apipe.store.utils import get_abs_dataset_path DATASET_PATH = get_abs_dataset_path("datasets", "bkg_vg250_federal_states") diff --git a/digipipe/store/datasets/bkg_vg250_federal_states/data/.gitkeep b/apipe/store/datasets/bkg_vg250_federal_states/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/bkg_vg250_federal_states/data/.gitkeep rename to apipe/store/datasets/bkg_vg250_federal_states/data/.gitkeep diff --git a/digipipe/store/datasets/bkg_vg250_federal_states/dataset.md b/apipe/store/datasets/bkg_vg250_federal_states/dataset.md similarity index 100% rename from digipipe/store/datasets/bkg_vg250_federal_states/dataset.md rename to apipe/store/datasets/bkg_vg250_federal_states/dataset.md diff --git a/digipipe/store/datasets/bkg_vg250_federal_states/scripts/create.py b/apipe/store/datasets/bkg_vg250_federal_states/scripts/create.py similarity index 90% rename from digipipe/store/datasets/bkg_vg250_federal_states/scripts/create.py rename to apipe/store/datasets/bkg_vg250_federal_states/scripts/create.py index 35032ca0..9ad560c6 100644 --- a/digipipe/store/datasets/bkg_vg250_federal_states/scripts/create.py +++ b/apipe/store/datasets/bkg_vg250_federal_states/scripts/create.py @@ -2,8 +2,8 @@ import geopandas as gpd -from digipipe.scripts.config import read_config -from digipipe.scripts.geo import ( +from apipe.scripts.config import read_config +from apipe.scripts.geo import ( convert_to_multipolygon, rename_filter_attributes, reproject_simplify, diff --git a/digipipe/store/datasets/bkg_vg250_muns_region/config.yml b/apipe/store/datasets/bkg_vg250_muns_region/config.yml similarity index 100% rename from digipipe/store/datasets/bkg_vg250_muns_region/config.yml rename to apipe/store/datasets/bkg_vg250_muns_region/config.yml diff --git a/digipipe/store/datasets/bkg_vg250_muns_region/create.smk b/apipe/store/datasets/bkg_vg250_muns_region/create.smk similarity index 85% rename from digipipe/store/datasets/bkg_vg250_muns_region/create.smk rename to apipe/store/datasets/bkg_vg250_muns_region/create.smk index 48e756f9..bb520d0a 100644 --- a/digipipe/store/datasets/bkg_vg250_muns_region/create.smk +++ b/apipe/store/datasets/bkg_vg250_muns_region/create.smk @@ -4,7 +4,7 @@ Snakefile for this dataset Note: To include the file in the main workflow, it must be added to the respective module.smk . """ -from digipipe.store.utils import get_abs_dataset_path, PATH_TO_REGION_DISTRICTS_GPKG +from apipe.store.utils import get_abs_dataset_path, PATH_TO_REGION_DISTRICTS_GPKG DATASET_PATH = get_abs_dataset_path("datasets", "bkg_vg250_muns_region") diff --git a/digipipe/store/datasets/bkg_vg250_muns_region/data/.gitkeep b/apipe/store/datasets/bkg_vg250_muns_region/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/bkg_vg250_muns_region/data/.gitkeep rename to apipe/store/datasets/bkg_vg250_muns_region/data/.gitkeep diff --git a/digipipe/store/datasets/bkg_vg250_muns_region/dataset.md b/apipe/store/datasets/bkg_vg250_muns_region/dataset.md similarity index 100% rename from digipipe/store/datasets/bkg_vg250_muns_region/dataset.md rename to apipe/store/datasets/bkg_vg250_muns_region/dataset.md diff --git a/digipipe/store/datasets/bkg_vg250_muns_region/scripts/create.py b/apipe/store/datasets/bkg_vg250_muns_region/scripts/create.py similarity index 93% rename from digipipe/store/datasets/bkg_vg250_muns_region/scripts/create.py rename to apipe/store/datasets/bkg_vg250_muns_region/scripts/create.py index 6a9ff782..c18281cc 100644 --- a/digipipe/store/datasets/bkg_vg250_muns_region/scripts/create.py +++ b/apipe/store/datasets/bkg_vg250_muns_region/scripts/create.py @@ -1,7 +1,7 @@ import geopandas as gpd -from digipipe.config import GLOBAL_CONFIG -from digipipe.scripts.geo import ( +from apipe.config import GLOBAL_CONFIG +from apipe.scripts.geo import ( convert_to_multipolygon, overlay, rename_filter_attributes, diff --git a/digipipe/store/datasets/bkg_vg250_region/config.yml b/apipe/store/datasets/bkg_vg250_region/config.yml similarity index 100% rename from digipipe/store/datasets/bkg_vg250_region/config.yml rename to apipe/store/datasets/bkg_vg250_region/config.yml diff --git a/digipipe/store/datasets/bkg_vg250_region/create.smk b/apipe/store/datasets/bkg_vg250_region/create.smk similarity index 91% rename from digipipe/store/datasets/bkg_vg250_region/create.smk rename to apipe/store/datasets/bkg_vg250_region/create.smk index 268a9e63..d3848181 100644 --- a/digipipe/store/datasets/bkg_vg250_region/create.smk +++ b/apipe/store/datasets/bkg_vg250_region/create.smk @@ -4,7 +4,7 @@ Snakefile for this dataset Note: To include the file in the main workflow, it must be added to the respective module.smk . """ -from digipipe.store.utils import get_abs_dataset_path +from apipe.store.utils import get_abs_dataset_path DATASET_PATH = get_abs_dataset_path("datasets", "bkg_vg250_region") diff --git a/digipipe/store/datasets/bkg_vg250_region/data/.gitkeep b/apipe/store/datasets/bkg_vg250_region/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/bkg_vg250_region/data/.gitkeep rename to apipe/store/datasets/bkg_vg250_region/data/.gitkeep diff --git a/digipipe/store/datasets/bkg_vg250_region/dataset.md b/apipe/store/datasets/bkg_vg250_region/dataset.md similarity index 100% rename from digipipe/store/datasets/bkg_vg250_region/dataset.md rename to apipe/store/datasets/bkg_vg250_region/dataset.md diff --git a/digipipe/store/datasets/bkg_vg250_region/scripts/create.py b/apipe/store/datasets/bkg_vg250_region/scripts/create.py similarity index 94% rename from digipipe/store/datasets/bkg_vg250_region/scripts/create.py rename to apipe/store/datasets/bkg_vg250_region/scripts/create.py index 1f12968c..36decc60 100644 --- a/digipipe/store/datasets/bkg_vg250_region/scripts/create.py +++ b/apipe/store/datasets/bkg_vg250_region/scripts/create.py @@ -3,7 +3,7 @@ import geopandas as gpd -from digipipe.scripts.geo import ( +from apipe.scripts.geo import ( convert_to_multipolygon, reproject_simplify, write_geofile, diff --git a/digipipe/store/datasets/bkg_vg250_state/config.yml b/apipe/store/datasets/bkg_vg250_state/config.yml similarity index 100% rename from digipipe/store/datasets/bkg_vg250_state/config.yml rename to apipe/store/datasets/bkg_vg250_state/config.yml diff --git a/digipipe/store/datasets/bkg_vg250_state/create.smk b/apipe/store/datasets/bkg_vg250_state/create.smk similarity index 91% rename from digipipe/store/datasets/bkg_vg250_state/create.smk rename to apipe/store/datasets/bkg_vg250_state/create.smk index 35b48129..3ceee4e3 100644 --- a/digipipe/store/datasets/bkg_vg250_state/create.smk +++ b/apipe/store/datasets/bkg_vg250_state/create.smk @@ -4,7 +4,7 @@ Snakefile for this dataset Note: To include the file in the main workflow, it must be added to the respective module.smk . """ -from digipipe.store.utils import get_abs_dataset_path +from apipe.store.utils import get_abs_dataset_path DATASET_PATH = get_abs_dataset_path("datasets", "bkg_vg250_state") diff --git a/digipipe/store/datasets/bkg_vg250_state/data/.gitkeep b/apipe/store/datasets/bkg_vg250_state/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/bkg_vg250_state/data/.gitkeep rename to apipe/store/datasets/bkg_vg250_state/data/.gitkeep diff --git a/digipipe/store/datasets/bkg_vg250_state/dataset.md b/apipe/store/datasets/bkg_vg250_state/dataset.md similarity index 100% rename from digipipe/store/datasets/bkg_vg250_state/dataset.md rename to apipe/store/datasets/bkg_vg250_state/dataset.md diff --git a/digipipe/store/datasets/bkg_vg250_state/scripts/create.py b/apipe/store/datasets/bkg_vg250_state/scripts/create.py similarity index 90% rename from digipipe/store/datasets/bkg_vg250_state/scripts/create.py rename to apipe/store/datasets/bkg_vg250_state/scripts/create.py index 35032ca0..9ad560c6 100644 --- a/digipipe/store/datasets/bkg_vg250_state/scripts/create.py +++ b/apipe/store/datasets/bkg_vg250_state/scripts/create.py @@ -2,8 +2,8 @@ import geopandas as gpd -from digipipe.scripts.config import read_config -from digipipe.scripts.geo import ( +from apipe.scripts.config import read_config +from apipe.scripts.geo import ( convert_to_multipolygon, rename_filter_attributes, reproject_simplify, diff --git a/digipipe/store/datasets/bnetza_mastr_biomass_region/config.yml b/apipe/store/datasets/bnetza_mastr_biomass_region/config.yml similarity index 100% rename from digipipe/store/datasets/bnetza_mastr_biomass_region/config.yml rename to apipe/store/datasets/bnetza_mastr_biomass_region/config.yml diff --git a/digipipe/store/datasets/bnetza_mastr_biomass_region/create.smk b/apipe/store/datasets/bnetza_mastr_biomass_region/create.smk similarity index 94% rename from digipipe/store/datasets/bnetza_mastr_biomass_region/create.smk rename to apipe/store/datasets/bnetza_mastr_biomass_region/create.smk index 8418f946..bbcf2795 100644 --- a/digipipe/store/datasets/bnetza_mastr_biomass_region/create.smk +++ b/apipe/store/datasets/bnetza_mastr_biomass_region/create.smk @@ -6,8 +6,8 @@ Note: To include the file in the main workflow, it must be added to the respecti import geopandas as gpd -from digipipe.scripts.datasets.mastr import create_stats_per_municipality -from digipipe.store.utils import ( +from apipe.scripts.datasets.mastr import create_stats_per_municipality +from apipe.store.utils import ( get_abs_dataset_path, PATH_TO_REGION_MUNICIPALITIES_GPKG, PATH_TO_REGION_DISTRICTS_GPKG, diff --git a/digipipe/store/datasets/bnetza_mastr_biomass_region/data/.gitkeep b/apipe/store/datasets/bnetza_mastr_biomass_region/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/bnetza_mastr_biomass_region/data/.gitkeep rename to apipe/store/datasets/bnetza_mastr_biomass_region/data/.gitkeep diff --git a/digipipe/store/datasets/bnetza_mastr_biomass_region/dataset.md b/apipe/store/datasets/bnetza_mastr_biomass_region/dataset.md similarity index 100% rename from digipipe/store/datasets/bnetza_mastr_biomass_region/dataset.md rename to apipe/store/datasets/bnetza_mastr_biomass_region/dataset.md diff --git a/digipipe/store/datasets/bnetza_mastr_biomass_region/scripts/create.py b/apipe/store/datasets/bnetza_mastr_biomass_region/scripts/create.py similarity index 95% rename from digipipe/store/datasets/bnetza_mastr_biomass_region/scripts/create.py rename to apipe/store/datasets/bnetza_mastr_biomass_region/scripts/create.py index ca48097d..c769e413 100644 --- a/digipipe/store/datasets/bnetza_mastr_biomass_region/scripts/create.py +++ b/apipe/store/datasets/bnetza_mastr_biomass_region/scripts/create.py @@ -1,14 +1,14 @@ import geopandas as gpd import pandas as pd -from digipipe.config import GLOBAL_CONFIG -from digipipe.scripts.datasets import mastr -from digipipe.scripts.geo import ( +from apipe.config import GLOBAL_CONFIG +from apipe.scripts.datasets import mastr +from apipe.scripts.geo import ( overlay, rename_filter_attributes, write_geofile, ) -from digipipe.store.utils import ( +from apipe.store.utils import ( PATH_TO_REGION_DISTRICTS_GPKG, get_names_from_nuts, ) diff --git a/digipipe/store/datasets/bnetza_mastr_captions/config.yml b/apipe/store/datasets/bnetza_mastr_captions/config.yml similarity index 100% rename from digipipe/store/datasets/bnetza_mastr_captions/config.yml rename to apipe/store/datasets/bnetza_mastr_captions/config.yml diff --git a/digipipe/store/datasets/bnetza_mastr_captions/create.smk b/apipe/store/datasets/bnetza_mastr_captions/create.smk similarity index 88% rename from digipipe/store/datasets/bnetza_mastr_captions/create.smk rename to apipe/store/datasets/bnetza_mastr_captions/create.smk index 010af6b9..b5862d1b 100644 --- a/digipipe/store/datasets/bnetza_mastr_captions/create.smk +++ b/apipe/store/datasets/bnetza_mastr_captions/create.smk @@ -4,8 +4,8 @@ Snakefile for this dataset Note: To include the file in the main workflow, it must be added to the respective module.smk . """ -from digipipe.scripts.config import load_dataset_configs -from digipipe.store.utils import get_abs_dataset_path +from apipe.scripts.config import load_dataset_configs +from apipe.store.utils import get_abs_dataset_path DATASET_PATH = get_abs_dataset_path("datasets", "bnetza_mastr_captions") diff --git a/digipipe/store/datasets/bnetza_mastr_captions/data/.gitkeep b/apipe/store/datasets/bnetza_mastr_captions/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/bnetza_mastr_captions/data/.gitkeep rename to apipe/store/datasets/bnetza_mastr_captions/data/.gitkeep diff --git a/digipipe/store/datasets/bnetza_mastr_captions/dataset.md b/apipe/store/datasets/bnetza_mastr_captions/dataset.md similarity index 100% rename from digipipe/store/datasets/bnetza_mastr_captions/dataset.md rename to apipe/store/datasets/bnetza_mastr_captions/dataset.md diff --git a/digipipe/store/datasets/bnetza_mastr_captions/scripts/create.py b/apipe/store/datasets/bnetza_mastr_captions/scripts/create.py similarity index 100% rename from digipipe/store/datasets/bnetza_mastr_captions/scripts/create.py rename to apipe/store/datasets/bnetza_mastr_captions/scripts/create.py diff --git a/digipipe/store/datasets/bnetza_mastr_combustion_region/config.yml b/apipe/store/datasets/bnetza_mastr_combustion_region/config.yml similarity index 100% rename from digipipe/store/datasets/bnetza_mastr_combustion_region/config.yml rename to apipe/store/datasets/bnetza_mastr_combustion_region/config.yml diff --git a/digipipe/store/datasets/bnetza_mastr_combustion_region/create.smk b/apipe/store/datasets/bnetza_mastr_combustion_region/create.smk similarity index 94% rename from digipipe/store/datasets/bnetza_mastr_combustion_region/create.smk rename to apipe/store/datasets/bnetza_mastr_combustion_region/create.smk index 50bd51c3..a3c09eee 100644 --- a/digipipe/store/datasets/bnetza_mastr_combustion_region/create.smk +++ b/apipe/store/datasets/bnetza_mastr_combustion_region/create.smk @@ -6,8 +6,8 @@ Note: To include the file in the main workflow, it must be added to the respecti import geopandas as gpd -from digipipe.scripts.datasets.mastr import create_stats_per_municipality -from digipipe.store.utils import ( +from apipe.scripts.datasets.mastr import create_stats_per_municipality +from apipe.store.utils import ( get_abs_dataset_path, PATH_TO_REGION_MUNICIPALITIES_GPKG, PATH_TO_REGION_DISTRICTS_GPKG, diff --git a/digipipe/store/datasets/bnetza_mastr_combustion_region/data/.gitkeep b/apipe/store/datasets/bnetza_mastr_combustion_region/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/bnetza_mastr_combustion_region/data/.gitkeep rename to apipe/store/datasets/bnetza_mastr_combustion_region/data/.gitkeep diff --git a/digipipe/store/datasets/bnetza_mastr_combustion_region/dataset.md b/apipe/store/datasets/bnetza_mastr_combustion_region/dataset.md similarity index 100% rename from digipipe/store/datasets/bnetza_mastr_combustion_region/dataset.md rename to apipe/store/datasets/bnetza_mastr_combustion_region/dataset.md diff --git a/digipipe/store/datasets/bnetza_mastr_combustion_region/scripts/create.py b/apipe/store/datasets/bnetza_mastr_combustion_region/scripts/create.py similarity index 96% rename from digipipe/store/datasets/bnetza_mastr_combustion_region/scripts/create.py rename to apipe/store/datasets/bnetza_mastr_combustion_region/scripts/create.py index 03445983..6708530b 100644 --- a/digipipe/store/datasets/bnetza_mastr_combustion_region/scripts/create.py +++ b/apipe/store/datasets/bnetza_mastr_combustion_region/scripts/create.py @@ -1,14 +1,14 @@ import geopandas as gpd import pandas as pd -from digipipe.config import GLOBAL_CONFIG -from digipipe.scripts.datasets import mastr -from digipipe.scripts.geo import ( +from apipe.config import GLOBAL_CONFIG +from apipe.scripts.datasets import mastr +from apipe.scripts.geo import ( overlay, rename_filter_attributes, write_geofile, ) -from digipipe.store.utils import ( +from apipe.store.utils import ( PATH_TO_REGION_DISTRICTS_GPKG, df_merge_string_columns, get_names_from_nuts, diff --git a/digipipe/store/datasets/bnetza_mastr_gsgk_region/config.yml b/apipe/store/datasets/bnetza_mastr_gsgk_region/config.yml similarity index 100% rename from digipipe/store/datasets/bnetza_mastr_gsgk_region/config.yml rename to apipe/store/datasets/bnetza_mastr_gsgk_region/config.yml diff --git a/digipipe/store/datasets/bnetza_mastr_gsgk_region/create.smk b/apipe/store/datasets/bnetza_mastr_gsgk_region/create.smk similarity index 94% rename from digipipe/store/datasets/bnetza_mastr_gsgk_region/create.smk rename to apipe/store/datasets/bnetza_mastr_gsgk_region/create.smk index e72ac087..4fae249b 100644 --- a/digipipe/store/datasets/bnetza_mastr_gsgk_region/create.smk +++ b/apipe/store/datasets/bnetza_mastr_gsgk_region/create.smk @@ -6,8 +6,8 @@ Note: To include the file in the main workflow, it must be added to the respecti import geopandas as gpd -from digipipe.scripts.datasets.mastr import create_stats_per_municipality -from digipipe.store.utils import ( +from apipe.scripts.datasets.mastr import create_stats_per_municipality +from apipe.store.utils import ( get_abs_dataset_path, PATH_TO_REGION_MUNICIPALITIES_GPKG, PATH_TO_REGION_DISTRICTS_GPKG, diff --git a/digipipe/store/datasets/bnetza_mastr_gsgk_region/data/.gitkeep b/apipe/store/datasets/bnetza_mastr_gsgk_region/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/bnetza_mastr_gsgk_region/data/.gitkeep rename to apipe/store/datasets/bnetza_mastr_gsgk_region/data/.gitkeep diff --git a/digipipe/store/datasets/bnetza_mastr_gsgk_region/dataset.md b/apipe/store/datasets/bnetza_mastr_gsgk_region/dataset.md similarity index 100% rename from digipipe/store/datasets/bnetza_mastr_gsgk_region/dataset.md rename to apipe/store/datasets/bnetza_mastr_gsgk_region/dataset.md diff --git a/digipipe/store/datasets/bnetza_mastr_gsgk_region/scripts/create.py b/apipe/store/datasets/bnetza_mastr_gsgk_region/scripts/create.py similarity index 95% rename from digipipe/store/datasets/bnetza_mastr_gsgk_region/scripts/create.py rename to apipe/store/datasets/bnetza_mastr_gsgk_region/scripts/create.py index ca48097d..c769e413 100644 --- a/digipipe/store/datasets/bnetza_mastr_gsgk_region/scripts/create.py +++ b/apipe/store/datasets/bnetza_mastr_gsgk_region/scripts/create.py @@ -1,14 +1,14 @@ import geopandas as gpd import pandas as pd -from digipipe.config import GLOBAL_CONFIG -from digipipe.scripts.datasets import mastr -from digipipe.scripts.geo import ( +from apipe.config import GLOBAL_CONFIG +from apipe.scripts.datasets import mastr +from apipe.scripts.geo import ( overlay, rename_filter_attributes, write_geofile, ) -from digipipe.store.utils import ( +from apipe.store.utils import ( PATH_TO_REGION_DISTRICTS_GPKG, get_names_from_nuts, ) diff --git a/digipipe/store/datasets/bnetza_mastr_hydro_region/config.yml b/apipe/store/datasets/bnetza_mastr_hydro_region/config.yml similarity index 100% rename from digipipe/store/datasets/bnetza_mastr_hydro_region/config.yml rename to apipe/store/datasets/bnetza_mastr_hydro_region/config.yml diff --git a/digipipe/store/datasets/bnetza_mastr_hydro_region/create.smk b/apipe/store/datasets/bnetza_mastr_hydro_region/create.smk similarity index 94% rename from digipipe/store/datasets/bnetza_mastr_hydro_region/create.smk rename to apipe/store/datasets/bnetza_mastr_hydro_region/create.smk index 8429d6a5..622f791e 100644 --- a/digipipe/store/datasets/bnetza_mastr_hydro_region/create.smk +++ b/apipe/store/datasets/bnetza_mastr_hydro_region/create.smk @@ -6,8 +6,8 @@ Note: To include the file in the main workflow, it must be added to the respecti import geopandas as gpd -from digipipe.scripts.datasets.mastr import create_stats_per_municipality -from digipipe.store.utils import ( +from apipe.scripts.datasets.mastr import create_stats_per_municipality +from apipe.store.utils import ( get_abs_dataset_path, PATH_TO_REGION_MUNICIPALITIES_GPKG, PATH_TO_REGION_DISTRICTS_GPKG, diff --git a/digipipe/store/datasets/bnetza_mastr_hydro_region/data/.gitkeep b/apipe/store/datasets/bnetza_mastr_hydro_region/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/bnetza_mastr_hydro_region/data/.gitkeep rename to apipe/store/datasets/bnetza_mastr_hydro_region/data/.gitkeep diff --git a/digipipe/store/datasets/bnetza_mastr_hydro_region/dataset.md b/apipe/store/datasets/bnetza_mastr_hydro_region/dataset.md similarity index 100% rename from digipipe/store/datasets/bnetza_mastr_hydro_region/dataset.md rename to apipe/store/datasets/bnetza_mastr_hydro_region/dataset.md diff --git a/digipipe/store/datasets/bnetza_mastr_hydro_region/scripts/create.py b/apipe/store/datasets/bnetza_mastr_hydro_region/scripts/create.py similarity index 95% rename from digipipe/store/datasets/bnetza_mastr_hydro_region/scripts/create.py rename to apipe/store/datasets/bnetza_mastr_hydro_region/scripts/create.py index c2314120..62737a4d 100644 --- a/digipipe/store/datasets/bnetza_mastr_hydro_region/scripts/create.py +++ b/apipe/store/datasets/bnetza_mastr_hydro_region/scripts/create.py @@ -1,14 +1,14 @@ import geopandas as gpd import pandas as pd -from digipipe.config import GLOBAL_CONFIG -from digipipe.scripts.datasets import mastr -from digipipe.scripts.geo import ( +from apipe.config import GLOBAL_CONFIG +from apipe.scripts.datasets import mastr +from apipe.scripts.geo import ( overlay, rename_filter_attributes, write_geofile, ) -from digipipe.store.utils import ( +from apipe.store.utils import ( PATH_TO_REGION_DISTRICTS_GPKG, get_names_from_nuts, ) diff --git a/digipipe/store/datasets/bnetza_mastr_pv_ground_region/config.yml b/apipe/store/datasets/bnetza_mastr_pv_ground_region/config.yml similarity index 100% rename from digipipe/store/datasets/bnetza_mastr_pv_ground_region/config.yml rename to apipe/store/datasets/bnetza_mastr_pv_ground_region/config.yml diff --git a/digipipe/store/datasets/bnetza_mastr_pv_ground_region/create.smk b/apipe/store/datasets/bnetza_mastr_pv_ground_region/create.smk similarity index 96% rename from digipipe/store/datasets/bnetza_mastr_pv_ground_region/create.smk rename to apipe/store/datasets/bnetza_mastr_pv_ground_region/create.smk index 8322c96d..3def5212 100644 --- a/digipipe/store/datasets/bnetza_mastr_pv_ground_region/create.smk +++ b/apipe/store/datasets/bnetza_mastr_pv_ground_region/create.smk @@ -7,8 +7,8 @@ Note: To include the file in the main workflow, it must be added to the respecti import geopandas as gpd import pandas as pd -from digipipe.scripts.datasets.mastr import create_stats_per_municipality -from digipipe.store.utils import ( +from apipe.scripts.datasets.mastr import create_stats_per_municipality +from apipe.store.utils import ( get_abs_dataset_path, PATH_TO_REGION_MUNICIPALITIES_GPKG, PATH_TO_REGION_DISTRICTS_GPKG, diff --git a/digipipe/store/datasets/bnetza_mastr_pv_ground_region/data/.gitkeep b/apipe/store/datasets/bnetza_mastr_pv_ground_region/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/bnetza_mastr_pv_ground_region/data/.gitkeep rename to apipe/store/datasets/bnetza_mastr_pv_ground_region/data/.gitkeep diff --git a/digipipe/store/datasets/bnetza_mastr_pv_ground_region/dataset.md b/apipe/store/datasets/bnetza_mastr_pv_ground_region/dataset.md similarity index 100% rename from digipipe/store/datasets/bnetza_mastr_pv_ground_region/dataset.md rename to apipe/store/datasets/bnetza_mastr_pv_ground_region/dataset.md diff --git a/digipipe/store/datasets/bnetza_mastr_pv_ground_region/scripts/create.py b/apipe/store/datasets/bnetza_mastr_pv_ground_region/scripts/create.py similarity index 95% rename from digipipe/store/datasets/bnetza_mastr_pv_ground_region/scripts/create.py rename to apipe/store/datasets/bnetza_mastr_pv_ground_region/scripts/create.py index 81b093e3..9e7e1e63 100644 --- a/digipipe/store/datasets/bnetza_mastr_pv_ground_region/scripts/create.py +++ b/apipe/store/datasets/bnetza_mastr_pv_ground_region/scripts/create.py @@ -1,14 +1,14 @@ import geopandas as gpd import pandas as pd -from digipipe.config import GLOBAL_CONFIG -from digipipe.scripts.datasets import mastr -from digipipe.scripts.geo import ( +from apipe.config import GLOBAL_CONFIG +from apipe.scripts.datasets import mastr +from apipe.scripts.geo import ( overlay, rename_filter_attributes, write_geofile, ) -from digipipe.store.utils import ( +from apipe.store.utils import ( PATH_TO_REGION_DISTRICTS_GPKG, get_names_from_nuts, ) diff --git a/digipipe/store/datasets/bnetza_mastr_pv_roof_region/config.yml b/apipe/store/datasets/bnetza_mastr_pv_roof_region/config.yml similarity index 100% rename from digipipe/store/datasets/bnetza_mastr_pv_roof_region/config.yml rename to apipe/store/datasets/bnetza_mastr_pv_roof_region/config.yml diff --git a/digipipe/store/datasets/bnetza_mastr_pv_roof_region/create.smk b/apipe/store/datasets/bnetza_mastr_pv_roof_region/create.smk similarity index 96% rename from digipipe/store/datasets/bnetza_mastr_pv_roof_region/create.smk rename to apipe/store/datasets/bnetza_mastr_pv_roof_region/create.smk index 49551482..1fb3e6aa 100644 --- a/digipipe/store/datasets/bnetza_mastr_pv_roof_region/create.smk +++ b/apipe/store/datasets/bnetza_mastr_pv_roof_region/create.smk @@ -7,8 +7,8 @@ Note: To include the file in the main workflow, it must be added to the respecti import geopandas as gpd import pandas as pd -from digipipe.scripts.datasets.mastr import create_stats_per_municipality -from digipipe.store.utils import ( +from apipe.scripts.datasets.mastr import create_stats_per_municipality +from apipe.store.utils import ( get_abs_dataset_path, PATH_TO_REGION_MUNICIPALITIES_GPKG, PATH_TO_REGION_DISTRICTS_GPKG, diff --git a/digipipe/store/datasets/bnetza_mastr_pv_roof_region/data/.gitkeep b/apipe/store/datasets/bnetza_mastr_pv_roof_region/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/bnetza_mastr_pv_roof_region/data/.gitkeep rename to apipe/store/datasets/bnetza_mastr_pv_roof_region/data/.gitkeep diff --git a/digipipe/store/datasets/bnetza_mastr_pv_roof_region/dataset.md b/apipe/store/datasets/bnetza_mastr_pv_roof_region/dataset.md similarity index 100% rename from digipipe/store/datasets/bnetza_mastr_pv_roof_region/dataset.md rename to apipe/store/datasets/bnetza_mastr_pv_roof_region/dataset.md diff --git a/digipipe/store/datasets/bnetza_mastr_pv_roof_region/scripts/create.py b/apipe/store/datasets/bnetza_mastr_pv_roof_region/scripts/create.py similarity index 95% rename from digipipe/store/datasets/bnetza_mastr_pv_roof_region/scripts/create.py rename to apipe/store/datasets/bnetza_mastr_pv_roof_region/scripts/create.py index b395aaa3..113301d5 100644 --- a/digipipe/store/datasets/bnetza_mastr_pv_roof_region/scripts/create.py +++ b/apipe/store/datasets/bnetza_mastr_pv_roof_region/scripts/create.py @@ -1,14 +1,14 @@ import geopandas as gpd import pandas as pd -from digipipe.config import GLOBAL_CONFIG -from digipipe.scripts.datasets import mastr -from digipipe.scripts.geo import ( +from apipe.config import GLOBAL_CONFIG +from apipe.scripts.datasets import mastr +from apipe.scripts.geo import ( overlay, rename_filter_attributes, write_geofile, ) -from digipipe.store.utils import ( +from apipe.store.utils import ( PATH_TO_REGION_DISTRICTS_GPKG, get_names_from_nuts, ) diff --git a/digipipe/store/datasets/bnetza_mastr_storage_region/config.yml b/apipe/store/datasets/bnetza_mastr_storage_region/config.yml similarity index 100% rename from digipipe/store/datasets/bnetza_mastr_storage_region/config.yml rename to apipe/store/datasets/bnetza_mastr_storage_region/config.yml diff --git a/digipipe/store/datasets/bnetza_mastr_storage_region/create.smk b/apipe/store/datasets/bnetza_mastr_storage_region/create.smk similarity index 98% rename from digipipe/store/datasets/bnetza_mastr_storage_region/create.smk rename to apipe/store/datasets/bnetza_mastr_storage_region/create.smk index 0756a2ff..73912237 100644 --- a/digipipe/store/datasets/bnetza_mastr_storage_region/create.smk +++ b/apipe/store/datasets/bnetza_mastr_storage_region/create.smk @@ -7,8 +7,8 @@ Note: To include the file in the main workflow, it must be added to the respecti import json import geopandas as gpd -from digipipe.scripts.datasets.mastr import create_stats_per_municipality -from digipipe.store.utils import ( +from apipe.scripts.datasets.mastr import create_stats_per_municipality +from apipe.store.utils import ( get_abs_dataset_path, PATH_TO_REGION_MUNICIPALITIES_GPKG, PATH_TO_REGION_DISTRICTS_GPKG, diff --git a/digipipe/store/datasets/bnetza_mastr_storage_region/data/.gitkeep b/apipe/store/datasets/bnetza_mastr_storage_region/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/bnetza_mastr_storage_region/data/.gitkeep rename to apipe/store/datasets/bnetza_mastr_storage_region/data/.gitkeep diff --git a/digipipe/store/datasets/bnetza_mastr_storage_region/dataset.md b/apipe/store/datasets/bnetza_mastr_storage_region/dataset.md similarity index 100% rename from digipipe/store/datasets/bnetza_mastr_storage_region/dataset.md rename to apipe/store/datasets/bnetza_mastr_storage_region/dataset.md diff --git a/digipipe/store/datasets/bnetza_mastr_storage_region/scripts/create.py b/apipe/store/datasets/bnetza_mastr_storage_region/scripts/create.py similarity index 97% rename from digipipe/store/datasets/bnetza_mastr_storage_region/scripts/create.py rename to apipe/store/datasets/bnetza_mastr_storage_region/scripts/create.py index ba70600b..e48faf71 100644 --- a/digipipe/store/datasets/bnetza_mastr_storage_region/scripts/create.py +++ b/apipe/store/datasets/bnetza_mastr_storage_region/scripts/create.py @@ -1,14 +1,14 @@ import geopandas as gpd import pandas as pd -from digipipe.config import GLOBAL_CONFIG -from digipipe.scripts.datasets import mastr -from digipipe.scripts.geo import ( +from apipe.config import GLOBAL_CONFIG +from apipe.scripts.datasets import mastr +from apipe.scripts.geo import ( overlay, rename_filter_attributes, write_geofile, ) -from digipipe.store.utils import ( +from apipe.store.utils import ( PATH_TO_REGION_DISTRICTS_GPKG, get_names_from_nuts, ) diff --git a/digipipe/store/datasets/bnetza_mastr_wind_region/config.yml b/apipe/store/datasets/bnetza_mastr_wind_region/config.yml similarity index 100% rename from digipipe/store/datasets/bnetza_mastr_wind_region/config.yml rename to apipe/store/datasets/bnetza_mastr_wind_region/config.yml diff --git a/digipipe/store/datasets/bnetza_mastr_wind_region/create.smk b/apipe/store/datasets/bnetza_mastr_wind_region/create.smk similarity index 96% rename from digipipe/store/datasets/bnetza_mastr_wind_region/create.smk rename to apipe/store/datasets/bnetza_mastr_wind_region/create.smk index de9b6e21..f556809c 100644 --- a/digipipe/store/datasets/bnetza_mastr_wind_region/create.smk +++ b/apipe/store/datasets/bnetza_mastr_wind_region/create.smk @@ -7,8 +7,8 @@ Note: To include the file in the main workflow, it must be added to the respecti import geopandas as gpd import pandas as pd -from digipipe.scripts.datasets.mastr import create_stats_per_municipality -from digipipe.store.utils import ( +from apipe.scripts.datasets.mastr import create_stats_per_municipality +from apipe.store.utils import ( get_abs_dataset_path, PATH_TO_REGION_MUNICIPALITIES_GPKG, PATH_TO_REGION_DISTRICTS_GPKG, diff --git a/digipipe/store/datasets/bnetza_mastr_wind_region/data/.gitkeep b/apipe/store/datasets/bnetza_mastr_wind_region/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/bnetza_mastr_wind_region/data/.gitkeep rename to apipe/store/datasets/bnetza_mastr_wind_region/data/.gitkeep diff --git a/digipipe/store/datasets/bnetza_mastr_wind_region/dataset.md b/apipe/store/datasets/bnetza_mastr_wind_region/dataset.md similarity index 100% rename from digipipe/store/datasets/bnetza_mastr_wind_region/dataset.md rename to apipe/store/datasets/bnetza_mastr_wind_region/dataset.md diff --git a/digipipe/store/datasets/bnetza_mastr_wind_region/scripts/create.py b/apipe/store/datasets/bnetza_mastr_wind_region/scripts/create.py similarity index 95% rename from digipipe/store/datasets/bnetza_mastr_wind_region/scripts/create.py rename to apipe/store/datasets/bnetza_mastr_wind_region/scripts/create.py index c2314120..62737a4d 100644 --- a/digipipe/store/datasets/bnetza_mastr_wind_region/scripts/create.py +++ b/apipe/store/datasets/bnetza_mastr_wind_region/scripts/create.py @@ -1,14 +1,14 @@ import geopandas as gpd import pandas as pd -from digipipe.config import GLOBAL_CONFIG -from digipipe.scripts.datasets import mastr -from digipipe.scripts.geo import ( +from apipe.config import GLOBAL_CONFIG +from apipe.scripts.datasets import mastr +from apipe.scripts.geo import ( overlay, rename_filter_attributes, write_geofile, ) -from digipipe.store.utils import ( +from apipe.store.utils import ( PATH_TO_REGION_DISTRICTS_GPKG, get_names_from_nuts, ) diff --git a/digipipe/store/datasets/demand_electricity_region/config.yml b/apipe/store/datasets/demand_electricity_region/config.yml similarity index 100% rename from digipipe/store/datasets/demand_electricity_region/config.yml rename to apipe/store/datasets/demand_electricity_region/config.yml diff --git a/digipipe/store/datasets/demand_electricity_region/create.smk b/apipe/store/datasets/demand_electricity_region/create.smk similarity index 99% rename from digipipe/store/datasets/demand_electricity_region/create.smk rename to apipe/store/datasets/demand_electricity_region/create.smk index bfb8083f..cd1202e2 100644 --- a/digipipe/store/datasets/demand_electricity_region/create.smk +++ b/apipe/store/datasets/demand_electricity_region/create.smk @@ -7,12 +7,12 @@ import difflib import geopandas as gpd import pandas as pd -from digipipe.store.utils import ( +from apipe.store.utils import ( get_abs_dataset_path, PATH_TO_REGION_MUNICIPALITIES_GPKG, PATH_TO_REGION_DISTRICTS_GPKG ) -from digipipe.scripts.datasets.demand import ( +from apipe.scripts.datasets.demand import ( demand_prognosis, disaggregate_demand_to_municipality, merge_demand_multiple_years, diff --git a/digipipe/store/datasets/demand_electricity_region/data/.gitkeep b/apipe/store/datasets/demand_electricity_region/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/demand_electricity_region/data/.gitkeep rename to apipe/store/datasets/demand_electricity_region/data/.gitkeep diff --git a/digipipe/store/datasets/demand_electricity_region/dataset.md b/apipe/store/datasets/demand_electricity_region/dataset.md similarity index 100% rename from digipipe/store/datasets/demand_electricity_region/dataset.md rename to apipe/store/datasets/demand_electricity_region/dataset.md diff --git a/digipipe/store/datasets/demand_electricity_region/scripts/create.py b/apipe/store/datasets/demand_electricity_region/scripts/create.py similarity index 100% rename from digipipe/store/datasets/demand_electricity_region/scripts/create.py rename to apipe/store/datasets/demand_electricity_region/scripts/create.py diff --git a/digipipe/store/datasets/demand_heat_region/__init__.py b/apipe/store/datasets/demand_heat_region/__init__.py similarity index 100% rename from digipipe/store/datasets/demand_heat_region/__init__.py rename to apipe/store/datasets/demand_heat_region/__init__.py diff --git a/digipipe/store/datasets/demand_heat_region/config.yml b/apipe/store/datasets/demand_heat_region/config.yml similarity index 100% rename from digipipe/store/datasets/demand_heat_region/config.yml rename to apipe/store/datasets/demand_heat_region/config.yml diff --git a/digipipe/store/datasets/demand_heat_region/create.smk b/apipe/store/datasets/demand_heat_region/create.smk similarity index 99% rename from digipipe/store/datasets/demand_heat_region/create.smk rename to apipe/store/datasets/demand_heat_region/create.smk index 915d58b0..e5cafb5a 100644 --- a/digipipe/store/datasets/demand_heat_region/create.smk +++ b/apipe/store/datasets/demand_heat_region/create.smk @@ -9,15 +9,15 @@ import geopandas as gpd import numpy as np import pandas as pd from pathlib import Path -from digipipe.scripts.data_io import load_json -from digipipe.scripts.geo import clip_raster, raster_zonal_stats -from digipipe.store.utils import ( +from apipe.scripts.data_io import load_json +from apipe.scripts.geo import clip_raster, raster_zonal_stats +from apipe.store.utils import ( get_abs_dataset_path, get_abs_store_root_path, PATH_TO_REGION_MUNICIPALITIES_GPKG, PATH_TO_REGION_DISTRICTS_GPKG ) -from digipipe.scripts.datasets.demand import ( +from apipe.scripts.datasets.demand import ( demand_prognosis, disaggregate_demand_to_municipality, normalize_filter_timeseries diff --git a/digipipe/store/datasets/demand_heat_region/data/.gitkeep b/apipe/store/datasets/demand_heat_region/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/demand_heat_region/data/.gitkeep rename to apipe/store/datasets/demand_heat_region/data/.gitkeep diff --git a/digipipe/store/datasets/demand_heat_region/dataset.md b/apipe/store/datasets/demand_heat_region/dataset.md similarity index 100% rename from digipipe/store/datasets/demand_heat_region/dataset.md rename to apipe/store/datasets/demand_heat_region/dataset.md diff --git a/digipipe/store/datasets/demand_heat_region/scripts/create.py b/apipe/store/datasets/demand_heat_region/scripts/create.py similarity index 100% rename from digipipe/store/datasets/demand_heat_region/scripts/create.py rename to apipe/store/datasets/demand_heat_region/scripts/create.py diff --git a/digipipe/store/datasets/emissions_region/config.yml b/apipe/store/datasets/emissions_region/config.yml similarity index 100% rename from digipipe/store/datasets/emissions_region/config.yml rename to apipe/store/datasets/emissions_region/config.yml diff --git a/digipipe/store/datasets/emissions_region/create.smk b/apipe/store/datasets/emissions_region/create.smk similarity index 97% rename from digipipe/store/datasets/emissions_region/create.smk rename to apipe/store/datasets/emissions_region/create.smk index 00666d45..2ac4b602 100644 --- a/digipipe/store/datasets/emissions_region/create.smk +++ b/apipe/store/datasets/emissions_region/create.smk @@ -5,7 +5,7 @@ Note: To include the file in the main workflow, it must be added to the respecti """ import json import pandas as pd -from digipipe.store.utils import get_abs_dataset_path +from apipe.store.utils import get_abs_dataset_path DATASET_PATH = get_abs_dataset_path( "datasets", "emissions_region", data_dir=True) diff --git a/digipipe/store/datasets/emissions_region/data/.gitkeep b/apipe/store/datasets/emissions_region/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/emissions_region/data/.gitkeep rename to apipe/store/datasets/emissions_region/data/.gitkeep diff --git a/digipipe/store/datasets/emissions_region/dataset.md b/apipe/store/datasets/emissions_region/dataset.md similarity index 100% rename from digipipe/store/datasets/emissions_region/dataset.md rename to apipe/store/datasets/emissions_region/dataset.md diff --git a/digipipe/store/datasets/employment_region/config.yml b/apipe/store/datasets/employment_region/config.yml similarity index 100% rename from digipipe/store/datasets/employment_region/config.yml rename to apipe/store/datasets/employment_region/config.yml diff --git a/digipipe/store/datasets/employment_region/create.smk b/apipe/store/datasets/employment_region/create.smk similarity index 95% rename from digipipe/store/datasets/employment_region/create.smk rename to apipe/store/datasets/employment_region/create.smk index f585d5e6..27b110ee 100644 --- a/digipipe/store/datasets/employment_region/create.smk +++ b/apipe/store/datasets/employment_region/create.smk @@ -4,7 +4,7 @@ Snakefile for this dataset Note: To include the file in the main workflow, it must be added to the respective module.smk . """ -from digipipe.store.utils import ( +from apipe.store.utils import ( get_abs_dataset_path, PATH_TO_REGION_MUNICIPALITIES_GPKG ) diff --git a/digipipe/store/datasets/employment_region/data/.gitkeep b/apipe/store/datasets/employment_region/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/employment_region/data/.gitkeep rename to apipe/store/datasets/employment_region/data/.gitkeep diff --git a/digipipe/store/datasets/employment_region/dataset.md b/apipe/store/datasets/employment_region/dataset.md similarity index 100% rename from digipipe/store/datasets/employment_region/dataset.md rename to apipe/store/datasets/employment_region/dataset.md diff --git a/digipipe/store/datasets/employment_region/scripts/create.py b/apipe/store/datasets/employment_region/scripts/create.py similarity index 100% rename from digipipe/store/datasets/employment_region/scripts/create.py rename to apipe/store/datasets/employment_region/scripts/create.py diff --git a/digipipe/store/datasets/esys_raw/data/.gitkeep b/apipe/store/datasets/esys_raw/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/esys_raw/data/.gitkeep rename to apipe/store/datasets/esys_raw/data/.gitkeep diff --git a/digipipe/store/datasets/heatpump_cop/config.yml b/apipe/store/datasets/heatpump_cop/config.yml similarity index 100% rename from digipipe/store/datasets/heatpump_cop/config.yml rename to apipe/store/datasets/heatpump_cop/config.yml diff --git a/digipipe/store/datasets/heatpump_cop/create.smk b/apipe/store/datasets/heatpump_cop/create.smk similarity index 95% rename from digipipe/store/datasets/heatpump_cop/create.smk rename to apipe/store/datasets/heatpump_cop/create.smk index d32691cb..58bb518c 100644 --- a/digipipe/store/datasets/heatpump_cop/create.smk +++ b/apipe/store/datasets/heatpump_cop/create.smk @@ -4,7 +4,7 @@ Snakefile for this dataset Note: To include the file in the main workflow, it must be added to the respective module.smk . """ import pandas as pd -from digipipe.store.utils import get_abs_dataset_path +from apipe.store.utils import get_abs_dataset_path DATASET_PATH = get_abs_dataset_path("datasets", "heatpump_cop") diff --git a/digipipe/store/datasets/heatpump_cop/data/.gitkeep b/apipe/store/datasets/heatpump_cop/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/heatpump_cop/data/.gitkeep rename to apipe/store/datasets/heatpump_cop/data/.gitkeep diff --git a/digipipe/store/datasets/heatpump_cop/dataset.md b/apipe/store/datasets/heatpump_cop/dataset.md similarity index 100% rename from digipipe/store/datasets/heatpump_cop/dataset.md rename to apipe/store/datasets/heatpump_cop/dataset.md diff --git a/digipipe/store/datasets/heatpump_cop/scripts/create.py b/apipe/store/datasets/heatpump_cop/scripts/create.py similarity index 100% rename from digipipe/store/datasets/heatpump_cop/scripts/create.py rename to apipe/store/datasets/heatpump_cop/scripts/create.py diff --git a/digipipe/store/datasets/module.smk b/apipe/store/datasets/module.smk similarity index 100% rename from digipipe/store/datasets/module.smk rename to apipe/store/datasets/module.smk diff --git a/digipipe/store/datasets/osm_buildings/config.yml b/apipe/store/datasets/osm_buildings/config.yml similarity index 100% rename from digipipe/store/datasets/osm_buildings/config.yml rename to apipe/store/datasets/osm_buildings/config.yml diff --git a/digipipe/store/datasets/osm_buildings/create.smk b/apipe/store/datasets/osm_buildings/create.smk similarity index 99% rename from digipipe/store/datasets/osm_buildings/create.smk rename to apipe/store/datasets/osm_buildings/create.smk index 8f9109cf..5a4d3c09 100644 --- a/digipipe/store/datasets/osm_buildings/create.smk +++ b/apipe/store/datasets/osm_buildings/create.smk @@ -7,7 +7,7 @@ Note: To include the file in the main workflow, it must be added to the respecti import json import geopandas as gpd -from digipipe.store.utils import ( +from apipe.store.utils import ( get_abs_dataset_path, create_tag_string_ogr ) diff --git a/digipipe/store/datasets/osm_buildings/data/.gitkeep b/apipe/store/datasets/osm_buildings/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/osm_buildings/data/.gitkeep rename to apipe/store/datasets/osm_buildings/data/.gitkeep diff --git a/digipipe/store/datasets/osm_buildings/dataset.md b/apipe/store/datasets/osm_buildings/dataset.md similarity index 100% rename from digipipe/store/datasets/osm_buildings/dataset.md rename to apipe/store/datasets/osm_buildings/dataset.md diff --git a/digipipe/store/datasets/population_region/config.yml b/apipe/store/datasets/population_region/config.yml similarity index 100% rename from digipipe/store/datasets/population_region/config.yml rename to apipe/store/datasets/population_region/config.yml diff --git a/digipipe/store/datasets/population_region/create.smk b/apipe/store/datasets/population_region/create.smk similarity index 96% rename from digipipe/store/datasets/population_region/create.smk rename to apipe/store/datasets/population_region/create.smk index d23114b1..412166de 100644 --- a/digipipe/store/datasets/population_region/create.smk +++ b/apipe/store/datasets/population_region/create.smk @@ -4,7 +4,7 @@ Snakefile for this dataset Note: To include the file in the main workflow, it must be added to the respective module.smk . """ -from digipipe.store.utils import ( +from apipe.store.utils import ( get_abs_dataset_path, PATH_TO_REGION_MUNICIPALITIES_GPKG, PATH_TO_REGION_DISTRICTS_GPKG diff --git a/digipipe/store/datasets/population_region/data/.gitkeep b/apipe/store/datasets/population_region/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/population_region/data/.gitkeep rename to apipe/store/datasets/population_region/data/.gitkeep diff --git a/digipipe/store/datasets/population_region/dataset.md b/apipe/store/datasets/population_region/dataset.md similarity index 100% rename from digipipe/store/datasets/population_region/dataset.md rename to apipe/store/datasets/population_region/dataset.md diff --git a/digipipe/store/datasets/population_region/scripts/create.py b/apipe/store/datasets/population_region/scripts/create.py similarity index 100% rename from digipipe/store/datasets/population_region/scripts/create.py rename to apipe/store/datasets/population_region/scripts/create.py diff --git a/digipipe/store/datasets/potentialarea_pv_ground_region/config.yml b/apipe/store/datasets/potentialarea_pv_ground_region/config.yml similarity index 100% rename from digipipe/store/datasets/potentialarea_pv_ground_region/config.yml rename to apipe/store/datasets/potentialarea_pv_ground_region/config.yml diff --git a/digipipe/store/datasets/potentialarea_pv_ground_region/create.smk b/apipe/store/datasets/potentialarea_pv_ground_region/create.smk similarity index 98% rename from digipipe/store/datasets/potentialarea_pv_ground_region/create.smk rename to apipe/store/datasets/potentialarea_pv_ground_region/create.smk index 107879e1..c8f1cb0a 100644 --- a/digipipe/store/datasets/potentialarea_pv_ground_region/create.smk +++ b/apipe/store/datasets/potentialarea_pv_ground_region/create.smk @@ -9,14 +9,14 @@ import geopandas as gpd import pandas as pd from pathlib import Path -from digipipe.config import GLOBAL_CONFIG -from digipipe.scripts.data_io import load_json -from digipipe.scripts.geo import ( +from apipe.config import GLOBAL_CONFIG +from apipe.scripts.data_io import load_json +from apipe.scripts.geo import ( overlay, convert_to_multipolygon, write_geofile ) -from digipipe.store.utils import ( +from apipe.store.utils import ( get_abs_dataset_path, PATH_TO_REGION_MUNICIPALITIES_GPKG ) diff --git a/digipipe/store/datasets/potentialarea_pv_ground_region/data/.gitkeep b/apipe/store/datasets/potentialarea_pv_ground_region/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/potentialarea_pv_ground_region/data/.gitkeep rename to apipe/store/datasets/potentialarea_pv_ground_region/data/.gitkeep diff --git a/digipipe/store/datasets/potentialarea_pv_ground_region/dataset.md b/apipe/store/datasets/potentialarea_pv_ground_region/dataset.md similarity index 100% rename from digipipe/store/datasets/potentialarea_pv_ground_region/dataset.md rename to apipe/store/datasets/potentialarea_pv_ground_region/dataset.md diff --git a/digipipe/store/datasets/potentialarea_pv_ground_region/scripts/create.py b/apipe/store/datasets/potentialarea_pv_ground_region/scripts/create.py similarity index 100% rename from digipipe/store/datasets/potentialarea_pv_ground_region/scripts/create.py rename to apipe/store/datasets/potentialarea_pv_ground_region/scripts/create.py diff --git a/digipipe/store/datasets/potentialarea_pv_roof_region/config.yml b/apipe/store/datasets/potentialarea_pv_roof_region/config.yml similarity index 100% rename from digipipe/store/datasets/potentialarea_pv_roof_region/config.yml rename to apipe/store/datasets/potentialarea_pv_roof_region/config.yml diff --git a/digipipe/store/datasets/potentialarea_pv_roof_region/create.smk b/apipe/store/datasets/potentialarea_pv_roof_region/create.smk similarity index 98% rename from digipipe/store/datasets/potentialarea_pv_roof_region/create.smk rename to apipe/store/datasets/potentialarea_pv_roof_region/create.smk index c5ad8a2e..8625ebf2 100644 --- a/digipipe/store/datasets/potentialarea_pv_roof_region/create.smk +++ b/apipe/store/datasets/potentialarea_pv_roof_region/create.smk @@ -7,13 +7,13 @@ import json import re import geopandas as gpd import pandas as pd -from digipipe.scripts.data_io import load_json -from digipipe.scripts.geo import ( +from apipe.scripts.data_io import load_json +from apipe.scripts.geo import ( overlay, convert_to_multipolygon, write_geofile ) -from digipipe.store.utils import ( +from apipe.store.utils import ( get_abs_dataset_path, PATH_TO_REGION_MUNICIPALITIES_GPKG ) diff --git a/digipipe/store/datasets/potentialarea_pv_roof_region/data/.gitkeep b/apipe/store/datasets/potentialarea_pv_roof_region/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/potentialarea_pv_roof_region/data/.gitkeep rename to apipe/store/datasets/potentialarea_pv_roof_region/data/.gitkeep diff --git a/digipipe/store/datasets/potentialarea_pv_roof_region/dataset.md b/apipe/store/datasets/potentialarea_pv_roof_region/dataset.md similarity index 100% rename from digipipe/store/datasets/potentialarea_pv_roof_region/dataset.md rename to apipe/store/datasets/potentialarea_pv_roof_region/dataset.md diff --git a/digipipe/store/datasets/potentialarea_pv_roof_region/scripts/create.py b/apipe/store/datasets/potentialarea_pv_roof_region/scripts/create.py similarity index 100% rename from digipipe/store/datasets/potentialarea_pv_roof_region/scripts/create.py rename to apipe/store/datasets/potentialarea_pv_roof_region/scripts/create.py diff --git a/digipipe/store/datasets/potentialarea_wind_region/config.yml b/apipe/store/datasets/potentialarea_wind_region/config.yml similarity index 100% rename from digipipe/store/datasets/potentialarea_wind_region/config.yml rename to apipe/store/datasets/potentialarea_wind_region/config.yml diff --git a/digipipe/store/datasets/potentialarea_wind_region/create.smk b/apipe/store/datasets/potentialarea_wind_region/create.smk similarity index 97% rename from digipipe/store/datasets/potentialarea_wind_region/create.smk rename to apipe/store/datasets/potentialarea_wind_region/create.smk index 2463973a..2f1f92d1 100644 --- a/digipipe/store/datasets/potentialarea_wind_region/create.smk +++ b/apipe/store/datasets/potentialarea_wind_region/create.smk @@ -8,12 +8,12 @@ import re import geopandas as gpd import pandas as pd from pathlib import Path -from digipipe.scripts.geo import ( +from apipe.scripts.geo import ( overlay, convert_to_multipolygon, write_geofile ) -from digipipe.store.utils import ( +from apipe.store.utils import ( get_abs_dataset_path, PATH_TO_REGION_MUNICIPALITIES_GPKG ) diff --git a/digipipe/store/datasets/potentialarea_wind_region/data/.gitkeep b/apipe/store/datasets/potentialarea_wind_region/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/potentialarea_wind_region/data/.gitkeep rename to apipe/store/datasets/potentialarea_wind_region/data/.gitkeep diff --git a/digipipe/store/datasets/potentialarea_wind_region/dataset.md b/apipe/store/datasets/potentialarea_wind_region/dataset.md similarity index 100% rename from digipipe/store/datasets/potentialarea_wind_region/dataset.md rename to apipe/store/datasets/potentialarea_wind_region/dataset.md diff --git a/digipipe/store/datasets/potentialarea_wind_region/scripts/create.py b/apipe/store/datasets/potentialarea_wind_region/scripts/create.py similarity index 100% rename from digipipe/store/datasets/potentialarea_wind_region/scripts/create.py rename to apipe/store/datasets/potentialarea_wind_region/scripts/create.py diff --git a/digipipe/store/datasets/renewable_feedin/config.yml b/apipe/store/datasets/renewable_feedin/config.yml similarity index 100% rename from digipipe/store/datasets/renewable_feedin/config.yml rename to apipe/store/datasets/renewable_feedin/config.yml diff --git a/digipipe/store/datasets/renewable_feedin/create.smk b/apipe/store/datasets/renewable_feedin/create.smk similarity index 93% rename from digipipe/store/datasets/renewable_feedin/create.smk rename to apipe/store/datasets/renewable_feedin/create.smk index 362223bd..4e101b2d 100644 --- a/digipipe/store/datasets/renewable_feedin/create.smk +++ b/apipe/store/datasets/renewable_feedin/create.smk @@ -4,7 +4,7 @@ Snakefile for this dataset Note: To include the file in the main workflow, it must be added to the respective module.smk . """ import pandas as pd -from digipipe.store.utils import get_abs_dataset_path +from apipe.store.utils import get_abs_dataset_path DATASET_PATH = get_abs_dataset_path("datasets", "renewable_feedin") diff --git a/digipipe/store/datasets/renewable_feedin/data/.gitkeep b/apipe/store/datasets/renewable_feedin/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/renewable_feedin/data/.gitkeep rename to apipe/store/datasets/renewable_feedin/data/.gitkeep diff --git a/digipipe/store/datasets/renewable_feedin/dataset.md b/apipe/store/datasets/renewable_feedin/dataset.md similarity index 100% rename from digipipe/store/datasets/renewable_feedin/dataset.md rename to apipe/store/datasets/renewable_feedin/dataset.md diff --git a/digipipe/store/datasets/renewable_feedin/scripts/create.py b/apipe/store/datasets/renewable_feedin/scripts/create.py similarity index 100% rename from digipipe/store/datasets/renewable_feedin/scripts/create.py rename to apipe/store/datasets/renewable_feedin/scripts/create.py diff --git a/digipipe/store/datasets/rli_pv_wfr_region/config.yml b/apipe/store/datasets/rli_pv_wfr_region/config.yml similarity index 100% rename from digipipe/store/datasets/rli_pv_wfr_region/config.yml rename to apipe/store/datasets/rli_pv_wfr_region/config.yml diff --git a/digipipe/store/datasets/rli_pv_wfr_region/create.smk b/apipe/store/datasets/rli_pv_wfr_region/create.smk similarity index 90% rename from digipipe/store/datasets/rli_pv_wfr_region/create.smk rename to apipe/store/datasets/rli_pv_wfr_region/create.smk index 02b2589e..efeb250f 100644 --- a/digipipe/store/datasets/rli_pv_wfr_region/create.smk +++ b/apipe/store/datasets/rli_pv_wfr_region/create.smk @@ -5,13 +5,13 @@ Note: To include the file in the main workflow, it must be added to the respecti """ import geopandas as gpd -from digipipe.config import GLOBAL_CONFIG -from digipipe.scripts.geo import ( +from apipe.config import GLOBAL_CONFIG +from apipe.scripts.geo import ( overlay, convert_to_multipolygon, write_geofile ) -from digipipe.store.utils import get_abs_dataset_path +from apipe.store.utils import get_abs_dataset_path DATASET_PATH = get_abs_dataset_path( "datasets", "rli_pv_wfr_region", data_dir=True) diff --git a/digipipe/store/datasets/rli_pv_wfr_region/data/.gitkeep b/apipe/store/datasets/rli_pv_wfr_region/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/rli_pv_wfr_region/data/.gitkeep rename to apipe/store/datasets/rli_pv_wfr_region/data/.gitkeep diff --git a/digipipe/store/datasets/rli_pv_wfr_region/dataset.md b/apipe/store/datasets/rli_pv_wfr_region/dataset.md similarity index 100% rename from digipipe/store/datasets/rli_pv_wfr_region/dataset.md rename to apipe/store/datasets/rli_pv_wfr_region/dataset.md diff --git a/digipipe/store/datasets/technology_data/config.yml b/apipe/store/datasets/technology_data/config.yml similarity index 100% rename from digipipe/store/datasets/technology_data/config.yml rename to apipe/store/datasets/technology_data/config.yml diff --git a/digipipe/store/datasets/technology_data/create.smk b/apipe/store/datasets/technology_data/create.smk similarity index 90% rename from digipipe/store/datasets/technology_data/create.smk rename to apipe/store/datasets/technology_data/create.smk index fe0c27a9..994f06ab 100644 --- a/digipipe/store/datasets/technology_data/create.smk +++ b/apipe/store/datasets/technology_data/create.smk @@ -4,7 +4,7 @@ Snakefile for this dataset Note: To include the file in the main workflow, it must be added to the respective module.smk . """ -from digipipe.store.utils import get_abs_dataset_path +from apipe.store.utils import get_abs_dataset_path DATASET_PATH = get_abs_dataset_path( "datasets", "technology_data", data_dir=True) diff --git a/digipipe/store/datasets/technology_data/data/.gitkeep b/apipe/store/datasets/technology_data/data/.gitkeep similarity index 100% rename from digipipe/store/datasets/technology_data/data/.gitkeep rename to apipe/store/datasets/technology_data/data/.gitkeep diff --git a/digipipe/store/datasets/technology_data/dataset.md b/apipe/store/datasets/technology_data/dataset.md similarity index 100% rename from digipipe/store/datasets/technology_data/dataset.md rename to apipe/store/datasets/technology_data/dataset.md diff --git a/digipipe/store/preprocessed/TEMPLATE/config.yml b/apipe/store/preprocessed/TEMPLATE/config.yml similarity index 100% rename from digipipe/store/preprocessed/TEMPLATE/config.yml rename to apipe/store/preprocessed/TEMPLATE/config.yml diff --git a/digipipe/store/preprocessed/TEMPLATE/create.smk b/apipe/store/preprocessed/TEMPLATE/create.smk similarity index 89% rename from digipipe/store/preprocessed/TEMPLATE/create.smk rename to apipe/store/preprocessed/TEMPLATE/create.smk index 52a00a07..bd552b14 100644 --- a/digipipe/store/preprocessed/TEMPLATE/create.smk +++ b/apipe/store/preprocessed/TEMPLATE/create.smk @@ -5,7 +5,7 @@ Note: To include the file in the main workflow, it must be added to the respecti Please add a docstring with a short description to each rule. """ from pathlib import Path -from digipipe.store.utils import get_abs_dataset_path +from apipe.store.utils import get_abs_dataset_path #configfile: get_abs_dataset_path("preprocessed", ".TEMPLATE", data_dir=False) / "config.yml" @@ -17,7 +17,7 @@ rule template_simple_copy_file1: shell: "cp -p {input} {output}" # Or you can use relative paths which may break as snakemake can be invoked -# from directories digipipe/ or digipipe/workflow/. +# from directories apipe/ or apipe/workflow/. rule template_simple_copy_file2: input: Path(".") / "store" / "raw" / ".TEMPLATE" / "data" / "some_timeseries.csv" output: Path(".") / "store" / "preprocessed" / ".TEMPLATE" / "data" / "some_timeseries.csv" diff --git a/digipipe/store/preprocessed/TEMPLATE/data/.gitkeep b/apipe/store/preprocessed/TEMPLATE/data/.gitkeep similarity index 100% rename from digipipe/store/preprocessed/TEMPLATE/data/.gitkeep rename to apipe/store/preprocessed/TEMPLATE/data/.gitkeep diff --git a/digipipe/store/preprocessed/TEMPLATE/dataset.md b/apipe/store/preprocessed/TEMPLATE/dataset.md similarity index 100% rename from digipipe/store/preprocessed/TEMPLATE/dataset.md rename to apipe/store/preprocessed/TEMPLATE/dataset.md diff --git a/digipipe/store/preprocessed/ageb_energy_balance/__init__.py b/apipe/store/preprocessed/ageb_energy_balance/__init__.py similarity index 100% rename from digipipe/store/preprocessed/ageb_energy_balance/__init__.py rename to apipe/store/preprocessed/ageb_energy_balance/__init__.py diff --git a/digipipe/store/preprocessed/ageb_energy_balance/config.yml b/apipe/store/preprocessed/ageb_energy_balance/config.yml similarity index 100% rename from digipipe/store/preprocessed/ageb_energy_balance/config.yml rename to apipe/store/preprocessed/ageb_energy_balance/config.yml diff --git a/digipipe/store/preprocessed/ageb_energy_balance/create.smk b/apipe/store/preprocessed/ageb_energy_balance/create.smk similarity index 95% rename from digipipe/store/preprocessed/ageb_energy_balance/create.smk rename to apipe/store/preprocessed/ageb_energy_balance/create.smk index 9d58a1be..e14ac61b 100644 --- a/digipipe/store/preprocessed/ageb_energy_balance/create.smk +++ b/apipe/store/preprocessed/ageb_energy_balance/create.smk @@ -4,7 +4,7 @@ Snakefile for this dataset Note: To include the file in the main workflow, it must be added to the respective module.smk . """ import tabula -from digipipe.store.utils import get_abs_dataset_path +from apipe.store.utils import get_abs_dataset_path DATASET_PATH = get_abs_dataset_path("preprocessed", "ageb_energy_balance", data_dir=True) diff --git a/digipipe/store/preprocessed/ageb_energy_balance/data/.gitkeep b/apipe/store/preprocessed/ageb_energy_balance/data/.gitkeep similarity index 100% rename from digipipe/store/preprocessed/ageb_energy_balance/data/.gitkeep rename to apipe/store/preprocessed/ageb_energy_balance/data/.gitkeep diff --git a/digipipe/store/preprocessed/ageb_energy_balance/dataset.md b/apipe/store/preprocessed/ageb_energy_balance/dataset.md similarity index 100% rename from digipipe/store/preprocessed/ageb_energy_balance/dataset.md rename to apipe/store/preprocessed/ageb_energy_balance/dataset.md diff --git a/digipipe/store/preprocessed/ba_employment/__init__.py b/apipe/store/preprocessed/ba_employment/__init__.py similarity index 100% rename from digipipe/store/preprocessed/ba_employment/__init__.py rename to apipe/store/preprocessed/ba_employment/__init__.py diff --git a/digipipe/store/preprocessed/ba_employment/config.yml b/apipe/store/preprocessed/ba_employment/config.yml similarity index 100% rename from digipipe/store/preprocessed/ba_employment/config.yml rename to apipe/store/preprocessed/ba_employment/config.yml diff --git a/digipipe/store/preprocessed/ba_employment/create.smk b/apipe/store/preprocessed/ba_employment/create.smk similarity index 93% rename from digipipe/store/preprocessed/ba_employment/create.smk rename to apipe/store/preprocessed/ba_employment/create.smk index 1e34e675..61dde70c 100644 --- a/digipipe/store/preprocessed/ba_employment/create.smk +++ b/apipe/store/preprocessed/ba_employment/create.smk @@ -4,7 +4,7 @@ Snakefile for this dataset Note: To include the file in the main workflow, it must be added to the respective module.smk . """ -from digipipe.store.utils import get_abs_dataset_path +from apipe.store.utils import get_abs_dataset_path DATASET_PATH = get_abs_dataset_path("preprocessed", "ba_employment") diff --git a/digipipe/store/preprocessed/ba_employment/data/.gitkeep b/apipe/store/preprocessed/ba_employment/data/.gitkeep similarity index 100% rename from digipipe/store/preprocessed/ba_employment/data/.gitkeep rename to apipe/store/preprocessed/ba_employment/data/.gitkeep diff --git a/digipipe/store/preprocessed/ba_employment/dataset.md b/apipe/store/preprocessed/ba_employment/dataset.md similarity index 100% rename from digipipe/store/preprocessed/ba_employment/dataset.md rename to apipe/store/preprocessed/ba_employment/dataset.md diff --git a/digipipe/store/preprocessed/ba_employment/scripts/create.py b/apipe/store/preprocessed/ba_employment/scripts/create.py similarity index 100% rename from digipipe/store/preprocessed/ba_employment/scripts/create.py rename to apipe/store/preprocessed/ba_employment/scripts/create.py diff --git a/digipipe/store/preprocessed/bkg_vg250/__init__.py b/apipe/store/preprocessed/bkg_vg250/__init__.py similarity index 100% rename from digipipe/store/preprocessed/bkg_vg250/__init__.py rename to apipe/store/preprocessed/bkg_vg250/__init__.py diff --git a/digipipe/store/preprocessed/bkg_vg250/config.yml b/apipe/store/preprocessed/bkg_vg250/config.yml similarity index 100% rename from digipipe/store/preprocessed/bkg_vg250/config.yml rename to apipe/store/preprocessed/bkg_vg250/config.yml diff --git a/digipipe/store/preprocessed/bkg_vg250/create.smk b/apipe/store/preprocessed/bkg_vg250/create.smk similarity index 94% rename from digipipe/store/preprocessed/bkg_vg250/create.smk rename to apipe/store/preprocessed/bkg_vg250/create.smk index 105d0838..63fdfd54 100644 --- a/digipipe/store/preprocessed/bkg_vg250/create.smk +++ b/apipe/store/preprocessed/bkg_vg250/create.smk @@ -4,7 +4,7 @@ Snakefile for this dataset Note: To include the file in the main workflow, it must be added to the respective module.smk . """ -from digipipe.store.utils import get_abs_dataset_path +from apipe.store.utils import get_abs_dataset_path DATASET_PATH = get_abs_dataset_path("preprocessed", "bkg_vg250") diff --git a/digipipe/store/preprocessed/bkg_vg250/data/.gitkeep b/apipe/store/preprocessed/bkg_vg250/data/.gitkeep similarity index 100% rename from digipipe/store/preprocessed/bkg_vg250/data/.gitkeep rename to apipe/store/preprocessed/bkg_vg250/data/.gitkeep diff --git a/digipipe/store/preprocessed/bkg_vg250/dataset.md b/apipe/store/preprocessed/bkg_vg250/dataset.md similarity index 100% rename from digipipe/store/preprocessed/bkg_vg250/dataset.md rename to apipe/store/preprocessed/bkg_vg250/dataset.md diff --git a/digipipe/store/preprocessed/bmwk_long_term_scenarios/config.yml b/apipe/store/preprocessed/bmwk_long_term_scenarios/config.yml similarity index 100% rename from digipipe/store/preprocessed/bmwk_long_term_scenarios/config.yml rename to apipe/store/preprocessed/bmwk_long_term_scenarios/config.yml diff --git a/digipipe/store/preprocessed/bmwk_long_term_scenarios/create.smk b/apipe/store/preprocessed/bmwk_long_term_scenarios/create.smk similarity index 97% rename from digipipe/store/preprocessed/bmwk_long_term_scenarios/create.smk rename to apipe/store/preprocessed/bmwk_long_term_scenarios/create.smk index 11317abc..89c575f3 100644 --- a/digipipe/store/preprocessed/bmwk_long_term_scenarios/create.smk +++ b/apipe/store/preprocessed/bmwk_long_term_scenarios/create.smk @@ -8,7 +8,7 @@ import os import pandas as pd from pathlib import Path -from digipipe.store.utils import get_abs_dataset_path +from apipe.store.utils import get_abs_dataset_path DATASET_PATH = get_abs_dataset_path( "preprocessed", "bmwk_long_term_scenarios", data_dir=True) diff --git a/digipipe/store/preprocessed/bmwk_long_term_scenarios/data/.gitkeep b/apipe/store/preprocessed/bmwk_long_term_scenarios/data/.gitkeep similarity index 100% rename from digipipe/store/preprocessed/bmwk_long_term_scenarios/data/.gitkeep rename to apipe/store/preprocessed/bmwk_long_term_scenarios/data/.gitkeep diff --git a/digipipe/store/preprocessed/bmwk_long_term_scenarios/dataset.md b/apipe/store/preprocessed/bmwk_long_term_scenarios/dataset.md similarity index 100% rename from digipipe/store/preprocessed/bmwk_long_term_scenarios/dataset.md rename to apipe/store/preprocessed/bmwk_long_term_scenarios/dataset.md diff --git a/digipipe/store/preprocessed/bnetza_mastr/__init__.py b/apipe/store/preprocessed/bnetza_mastr/__init__.py similarity index 100% rename from digipipe/store/preprocessed/bnetza_mastr/__init__.py rename to apipe/store/preprocessed/bnetza_mastr/__init__.py diff --git a/digipipe/store/preprocessed/bnetza_mastr/config.yml b/apipe/store/preprocessed/bnetza_mastr/config.yml similarity index 100% rename from digipipe/store/preprocessed/bnetza_mastr/config.yml rename to apipe/store/preprocessed/bnetza_mastr/config.yml diff --git a/digipipe/store/preprocessed/bnetza_mastr/create.smk b/apipe/store/preprocessed/bnetza_mastr/create.smk similarity index 92% rename from digipipe/store/preprocessed/bnetza_mastr/create.smk rename to apipe/store/preprocessed/bnetza_mastr/create.smk index 5b67dad6..b288b253 100644 --- a/digipipe/store/preprocessed/bnetza_mastr/create.smk +++ b/apipe/store/preprocessed/bnetza_mastr/create.smk @@ -4,7 +4,7 @@ Snakefile for this dataset Note: To include the file in the main workflow, it must be added to the respective module.smk . """ -from digipipe.store.utils import get_abs_dataset_path +from apipe.store.utils import get_abs_dataset_path DATASET_PATH = get_abs_dataset_path("preprocessed", "bnetza_mastr") diff --git a/digipipe/store/preprocessed/bnetza_mastr/data/.gitkeep b/apipe/store/preprocessed/bnetza_mastr/data/.gitkeep similarity index 100% rename from digipipe/store/preprocessed/bnetza_mastr/data/.gitkeep rename to apipe/store/preprocessed/bnetza_mastr/data/.gitkeep diff --git a/digipipe/store/preprocessed/bnetza_mastr/dataset.md b/apipe/store/preprocessed/bnetza_mastr/dataset.md similarity index 100% rename from digipipe/store/preprocessed/bnetza_mastr/dataset.md rename to apipe/store/preprocessed/bnetza_mastr/dataset.md diff --git a/digipipe/store/preprocessed/dbfz_biomass_capacity_rel/config.yml b/apipe/store/preprocessed/dbfz_biomass_capacity_rel/config.yml similarity index 100% rename from digipipe/store/preprocessed/dbfz_biomass_capacity_rel/config.yml rename to apipe/store/preprocessed/dbfz_biomass_capacity_rel/config.yml diff --git a/digipipe/store/preprocessed/dbfz_biomass_capacity_rel/create.smk b/apipe/store/preprocessed/dbfz_biomass_capacity_rel/create.smk similarity index 98% rename from digipipe/store/preprocessed/dbfz_biomass_capacity_rel/create.smk rename to apipe/store/preprocessed/dbfz_biomass_capacity_rel/create.smk index ce54176b..f8a256c7 100644 --- a/digipipe/store/preprocessed/dbfz_biomass_capacity_rel/create.smk +++ b/apipe/store/preprocessed/dbfz_biomass_capacity_rel/create.smk @@ -5,7 +5,7 @@ Note: To include the file in the main workflow, it must be added to the respecti """ import pandas as pd -from digipipe.store.utils import get_abs_dataset_path +from apipe.store.utils import get_abs_dataset_path DATASET_PATH = get_abs_dataset_path("preprocessed", "dbfz_biomass_capacity_rel") diff --git a/digipipe/store/preprocessed/dbfz_biomass_capacity_rel/data/.gitkeep b/apipe/store/preprocessed/dbfz_biomass_capacity_rel/data/.gitkeep similarity index 100% rename from digipipe/store/preprocessed/dbfz_biomass_capacity_rel/data/.gitkeep rename to apipe/store/preprocessed/dbfz_biomass_capacity_rel/data/.gitkeep diff --git a/digipipe/store/preprocessed/dbfz_biomass_capacity_rel/dataset.md b/apipe/store/preprocessed/dbfz_biomass_capacity_rel/dataset.md similarity index 100% rename from digipipe/store/preprocessed/dbfz_biomass_capacity_rel/dataset.md rename to apipe/store/preprocessed/dbfz_biomass_capacity_rel/dataset.md diff --git a/digipipe/store/preprocessed/demandregio/__init__.py b/apipe/store/preprocessed/demandregio/__init__.py similarity index 100% rename from digipipe/store/preprocessed/demandregio/__init__.py rename to apipe/store/preprocessed/demandregio/__init__.py diff --git a/digipipe/store/preprocessed/demandregio/config.yml b/apipe/store/preprocessed/demandregio/config.yml similarity index 100% rename from digipipe/store/preprocessed/demandregio/config.yml rename to apipe/store/preprocessed/demandregio/config.yml diff --git a/digipipe/store/preprocessed/demandregio/create.smk b/apipe/store/preprocessed/demandregio/create.smk similarity index 91% rename from digipipe/store/preprocessed/demandregio/create.smk rename to apipe/store/preprocessed/demandregio/create.smk index 70552080..f086671d 100644 --- a/digipipe/store/preprocessed/demandregio/create.smk +++ b/apipe/store/preprocessed/demandregio/create.smk @@ -4,7 +4,7 @@ Snakefile for this dataset Note: To include the file in the main workflow, it must be added to the respective module.smk . """ -from digipipe.store.utils import get_abs_dataset_path +from apipe.store.utils import get_abs_dataset_path DATASET_PATH = get_abs_dataset_path("preprocessed", "demandregio", data_dir=True) diff --git a/digipipe/store/preprocessed/demandregio/data/.gitkeep b/apipe/store/preprocessed/demandregio/data/.gitkeep similarity index 100% rename from digipipe/store/preprocessed/demandregio/data/.gitkeep rename to apipe/store/preprocessed/demandregio/data/.gitkeep diff --git a/digipipe/store/preprocessed/demandregio/dataset.md b/apipe/store/preprocessed/demandregio/dataset.md similarity index 100% rename from digipipe/store/preprocessed/demandregio/dataset.md rename to apipe/store/preprocessed/demandregio/dataset.md diff --git a/digipipe/store/preprocessed/destatis_gv/__init__.py b/apipe/store/preprocessed/destatis_gv/__init__.py similarity index 100% rename from digipipe/store/preprocessed/destatis_gv/__init__.py rename to apipe/store/preprocessed/destatis_gv/__init__.py diff --git a/digipipe/store/preprocessed/destatis_gv/config.yml b/apipe/store/preprocessed/destatis_gv/config.yml similarity index 100% rename from digipipe/store/preprocessed/destatis_gv/config.yml rename to apipe/store/preprocessed/destatis_gv/config.yml diff --git a/digipipe/store/preprocessed/destatis_gv/create.smk b/apipe/store/preprocessed/destatis_gv/create.smk similarity index 90% rename from digipipe/store/preprocessed/destatis_gv/create.smk rename to apipe/store/preprocessed/destatis_gv/create.smk index 516e8bc2..704c7b9a 100644 --- a/digipipe/store/preprocessed/destatis_gv/create.smk +++ b/apipe/store/preprocessed/destatis_gv/create.smk @@ -4,7 +4,7 @@ Snakefile for this dataset Note: To include the file in the main workflow, it must be added to the respective module.smk . """ -from digipipe.store.utils import get_abs_dataset_path +from apipe.store.utils import get_abs_dataset_path DATASET_PATH = get_abs_dataset_path("preprocessed", "destatis_gv") diff --git a/digipipe/store/preprocessed/destatis_gv/data/.gitkeep b/apipe/store/preprocessed/destatis_gv/data/.gitkeep similarity index 100% rename from digipipe/store/preprocessed/destatis_gv/data/.gitkeep rename to apipe/store/preprocessed/destatis_gv/data/.gitkeep diff --git a/digipipe/store/preprocessed/destatis_gv/dataset.md b/apipe/store/preprocessed/destatis_gv/dataset.md similarity index 100% rename from digipipe/store/preprocessed/destatis_gv/dataset.md rename to apipe/store/preprocessed/destatis_gv/dataset.md diff --git a/digipipe/store/preprocessed/destatis_gv/scripts/create.py b/apipe/store/preprocessed/destatis_gv/scripts/create.py similarity index 100% rename from digipipe/store/preprocessed/destatis_gv/scripts/create.py rename to apipe/store/preprocessed/destatis_gv/scripts/create.py diff --git a/digipipe/store/preprocessed/dwd_temperature/config.yml b/apipe/store/preprocessed/dwd_temperature/config.yml similarity index 100% rename from digipipe/store/preprocessed/dwd_temperature/config.yml rename to apipe/store/preprocessed/dwd_temperature/config.yml diff --git a/digipipe/store/preprocessed/dwd_temperature/create.smk b/apipe/store/preprocessed/dwd_temperature/create.smk similarity index 94% rename from digipipe/store/preprocessed/dwd_temperature/create.smk rename to apipe/store/preprocessed/dwd_temperature/create.smk index ff15223d..74116dd0 100644 --- a/digipipe/store/preprocessed/dwd_temperature/create.smk +++ b/apipe/store/preprocessed/dwd_temperature/create.smk @@ -5,7 +5,7 @@ Note: To include the file in the main workflow, it must be added to the respecti """ import pandas as pd -from digipipe.store.utils import get_abs_dataset_path +from apipe.store.utils import get_abs_dataset_path DATASET_PATH = get_abs_dataset_path("preprocessed", "dwd_temperature", data_dir=True) diff --git a/digipipe/store/preprocessed/dwd_temperature/data/.gitkeep b/apipe/store/preprocessed/dwd_temperature/data/.gitkeep similarity index 100% rename from digipipe/store/preprocessed/dwd_temperature/data/.gitkeep rename to apipe/store/preprocessed/dwd_temperature/data/.gitkeep diff --git a/digipipe/store/preprocessed/dwd_temperature/dataset.md b/apipe/store/preprocessed/dwd_temperature/dataset.md similarity index 100% rename from digipipe/store/preprocessed/dwd_temperature/dataset.md rename to apipe/store/preprocessed/dwd_temperature/dataset.md diff --git a/digipipe/store/preprocessed/eurostat_lau/__init__.py b/apipe/store/preprocessed/eurostat_lau/__init__.py similarity index 100% rename from digipipe/store/preprocessed/eurostat_lau/__init__.py rename to apipe/store/preprocessed/eurostat_lau/__init__.py diff --git a/digipipe/store/preprocessed/eurostat_lau/config.yml b/apipe/store/preprocessed/eurostat_lau/config.yml similarity index 100% rename from digipipe/store/preprocessed/eurostat_lau/config.yml rename to apipe/store/preprocessed/eurostat_lau/config.yml diff --git a/digipipe/store/preprocessed/eurostat_lau/create.smk b/apipe/store/preprocessed/eurostat_lau/create.smk similarity index 90% rename from digipipe/store/preprocessed/eurostat_lau/create.smk rename to apipe/store/preprocessed/eurostat_lau/create.smk index 2cb6b279..2e2c68cd 100644 --- a/digipipe/store/preprocessed/eurostat_lau/create.smk +++ b/apipe/store/preprocessed/eurostat_lau/create.smk @@ -4,7 +4,7 @@ Snakefile for this dataset Note: To include the file in the main workflow, it must be added to the respective module.smk . """ -from digipipe.store.utils import get_abs_dataset_path +from apipe.store.utils import get_abs_dataset_path DATASET_PATH = get_abs_dataset_path("preprocessed", "eurostat_lau") diff --git a/digipipe/store/preprocessed/eurostat_lau/data/.gitkeep b/apipe/store/preprocessed/eurostat_lau/data/.gitkeep similarity index 100% rename from digipipe/store/preprocessed/eurostat_lau/data/.gitkeep rename to apipe/store/preprocessed/eurostat_lau/data/.gitkeep diff --git a/digipipe/store/preprocessed/eurostat_lau/dataset.md b/apipe/store/preprocessed/eurostat_lau/dataset.md similarity index 100% rename from digipipe/store/preprocessed/eurostat_lau/dataset.md rename to apipe/store/preprocessed/eurostat_lau/dataset.md diff --git a/digipipe/store/preprocessed/eurostat_lau/scripts/create.py b/apipe/store/preprocessed/eurostat_lau/scripts/create.py similarity index 100% rename from digipipe/store/preprocessed/eurostat_lau/scripts/create.py rename to apipe/store/preprocessed/eurostat_lau/scripts/create.py diff --git a/digipipe/store/preprocessed/module.smk b/apipe/store/preprocessed/module.smk similarity index 100% rename from digipipe/store/preprocessed/module.smk rename to apipe/store/preprocessed/module.smk diff --git a/digipipe/store/preprocessed/osm_filtered/__init__.py b/apipe/store/preprocessed/osm_filtered/__init__.py similarity index 100% rename from digipipe/store/preprocessed/osm_filtered/__init__.py rename to apipe/store/preprocessed/osm_filtered/__init__.py diff --git a/digipipe/store/preprocessed/osm_filtered/config.yml b/apipe/store/preprocessed/osm_filtered/config.yml similarity index 100% rename from digipipe/store/preprocessed/osm_filtered/config.yml rename to apipe/store/preprocessed/osm_filtered/config.yml diff --git a/digipipe/store/preprocessed/osm_filtered/create.smk b/apipe/store/preprocessed/osm_filtered/create.smk similarity index 96% rename from digipipe/store/preprocessed/osm_filtered/create.smk rename to apipe/store/preprocessed/osm_filtered/create.smk index 38f10ef1..e9d5b923 100644 --- a/digipipe/store/preprocessed/osm_filtered/create.smk +++ b/apipe/store/preprocessed/osm_filtered/create.smk @@ -4,7 +4,7 @@ Snakefile for this dataset Note: To include the file in the main workflow, it must be added to the respective module.smk . """ -from digipipe.store.utils import ( +from apipe.store.utils import ( get_abs_dataset_path, create_tag_string_osmium, create_tag_string_ogr diff --git a/digipipe/store/preprocessed/osm_filtered/data/.gitkeep b/apipe/store/preprocessed/osm_filtered/data/.gitkeep similarity index 100% rename from digipipe/store/preprocessed/osm_filtered/data/.gitkeep rename to apipe/store/preprocessed/osm_filtered/data/.gitkeep diff --git a/digipipe/store/preprocessed/osm_filtered/dataset.md b/apipe/store/preprocessed/osm_filtered/dataset.md similarity index 100% rename from digipipe/store/preprocessed/osm_filtered/dataset.md rename to apipe/store/preprocessed/osm_filtered/dataset.md diff --git a/digipipe/store/preprocessed/regiostat/__init__.py b/apipe/store/preprocessed/regiostat/__init__.py similarity index 100% rename from digipipe/store/preprocessed/regiostat/__init__.py rename to apipe/store/preprocessed/regiostat/__init__.py diff --git a/digipipe/store/preprocessed/regiostat/config.yml b/apipe/store/preprocessed/regiostat/config.yml similarity index 100% rename from digipipe/store/preprocessed/regiostat/config.yml rename to apipe/store/preprocessed/regiostat/config.yml diff --git a/digipipe/store/preprocessed/regiostat/create.smk b/apipe/store/preprocessed/regiostat/create.smk similarity index 92% rename from digipipe/store/preprocessed/regiostat/create.smk rename to apipe/store/preprocessed/regiostat/create.smk index 26d5b4ac..52c8203e 100644 --- a/digipipe/store/preprocessed/regiostat/create.smk +++ b/apipe/store/preprocessed/regiostat/create.smk @@ -4,8 +4,8 @@ Snakefile for this dataset Note: To include the file in the main workflow, it must be added to the respective module.smk . """ -from digipipe.store.utils import get_abs_dataset_path -from digipipe.store.preprocessed.regiostat.scripts import create +from apipe.store.utils import get_abs_dataset_path +from apipe.store.preprocessed.regiostat.scripts import create DATASET_PATH = get_abs_dataset_path("preprocessed", "regiostat") diff --git a/digipipe/store/preprocessed/regiostat/data/.gitkeep b/apipe/store/preprocessed/regiostat/data/.gitkeep similarity index 100% rename from digipipe/store/preprocessed/regiostat/data/.gitkeep rename to apipe/store/preprocessed/regiostat/data/.gitkeep diff --git a/digipipe/store/preprocessed/regiostat/dataset.md b/apipe/store/preprocessed/regiostat/dataset.md similarity index 100% rename from digipipe/store/preprocessed/regiostat/dataset.md rename to apipe/store/preprocessed/regiostat/dataset.md diff --git a/digipipe/store/preprocessed/regiostat/scripts/create.py b/apipe/store/preprocessed/regiostat/scripts/create.py similarity index 100% rename from digipipe/store/preprocessed/regiostat/scripts/create.py rename to apipe/store/preprocessed/regiostat/scripts/create.py diff --git a/digipipe/store/preprocessed/rli_pv_wfr/config.yml b/apipe/store/preprocessed/rli_pv_wfr/config.yml similarity index 100% rename from digipipe/store/preprocessed/rli_pv_wfr/config.yml rename to apipe/store/preprocessed/rli_pv_wfr/config.yml diff --git a/digipipe/store/preprocessed/rli_pv_wfr/create.smk b/apipe/store/preprocessed/rli_pv_wfr/create.smk similarity index 94% rename from digipipe/store/preprocessed/rli_pv_wfr/create.smk rename to apipe/store/preprocessed/rli_pv_wfr/create.smk index 6e1b50e5..be9a4be2 100644 --- a/digipipe/store/preprocessed/rli_pv_wfr/create.smk +++ b/apipe/store/preprocessed/rli_pv_wfr/create.smk @@ -8,7 +8,7 @@ import json import re import geopandas as gpd from pathlib import Path -from digipipe.store.utils import get_abs_dataset_path +from apipe.store.utils import get_abs_dataset_path DATASET_PATH = get_abs_dataset_path( "preprocessed", "rli_pv_wfr", data_dir=True) diff --git a/digipipe/store/preprocessed/rli_pv_wfr/data/.gitkeep b/apipe/store/preprocessed/rli_pv_wfr/data/.gitkeep similarity index 100% rename from digipipe/store/preprocessed/rli_pv_wfr/data/.gitkeep rename to apipe/store/preprocessed/rli_pv_wfr/data/.gitkeep diff --git a/digipipe/store/preprocessed/rli_pv_wfr/dataset.md b/apipe/store/preprocessed/rli_pv_wfr/dataset.md similarity index 100% rename from digipipe/store/preprocessed/rli_pv_wfr/dataset.md rename to apipe/store/preprocessed/rli_pv_wfr/dataset.md diff --git a/digipipe/store/preprocessed/rpg_abw_pv_roof_potential/__init__.py b/apipe/store/preprocessed/rpg_abw_pv_roof_potential/__init__.py similarity index 100% rename from digipipe/store/preprocessed/rpg_abw_pv_roof_potential/__init__.py rename to apipe/store/preprocessed/rpg_abw_pv_roof_potential/__init__.py diff --git a/digipipe/store/preprocessed/rpg_abw_pv_roof_potential/config.yml b/apipe/store/preprocessed/rpg_abw_pv_roof_potential/config.yml similarity index 100% rename from digipipe/store/preprocessed/rpg_abw_pv_roof_potential/config.yml rename to apipe/store/preprocessed/rpg_abw_pv_roof_potential/config.yml diff --git a/digipipe/store/preprocessed/rpg_abw_pv_roof_potential/create.smk b/apipe/store/preprocessed/rpg_abw_pv_roof_potential/create.smk similarity index 90% rename from digipipe/store/preprocessed/rpg_abw_pv_roof_potential/create.smk rename to apipe/store/preprocessed/rpg_abw_pv_roof_potential/create.smk index 5c92bbbf..a1f2c9bd 100644 --- a/digipipe/store/preprocessed/rpg_abw_pv_roof_potential/create.smk +++ b/apipe/store/preprocessed/rpg_abw_pv_roof_potential/create.smk @@ -6,12 +6,12 @@ Note: To include the file in the main workflow, it must be added to the respecti import geopandas as gpd -from digipipe.scripts.geo import ( +from apipe.scripts.geo import ( rename_filter_attributes, reproject_simplify, write_geofile ) -from digipipe.store.utils import get_abs_dataset_path +from apipe.store.utils import get_abs_dataset_path DATASET_PATH = get_abs_dataset_path("preprocessed", "rpg_abw_pv_roof_potential") diff --git a/digipipe/store/preprocessed/rpg_abw_pv_roof_potential/data/.gitkeep b/apipe/store/preprocessed/rpg_abw_pv_roof_potential/data/.gitkeep similarity index 100% rename from digipipe/store/preprocessed/rpg_abw_pv_roof_potential/data/.gitkeep rename to apipe/store/preprocessed/rpg_abw_pv_roof_potential/data/.gitkeep diff --git a/digipipe/store/preprocessed/rpg_abw_pv_roof_potential/dataset.md b/apipe/store/preprocessed/rpg_abw_pv_roof_potential/dataset.md similarity index 100% rename from digipipe/store/preprocessed/rpg_abw_pv_roof_potential/dataset.md rename to apipe/store/preprocessed/rpg_abw_pv_roof_potential/dataset.md diff --git a/digipipe/store/preprocessed/rpg_abw_regional_plan/__init__.py b/apipe/store/preprocessed/rpg_abw_regional_plan/__init__.py similarity index 100% rename from digipipe/store/preprocessed/rpg_abw_regional_plan/__init__.py rename to apipe/store/preprocessed/rpg_abw_regional_plan/__init__.py diff --git a/digipipe/store/preprocessed/rpg_abw_regional_plan/config.yml b/apipe/store/preprocessed/rpg_abw_regional_plan/config.yml similarity index 100% rename from digipipe/store/preprocessed/rpg_abw_regional_plan/config.yml rename to apipe/store/preprocessed/rpg_abw_regional_plan/config.yml diff --git a/digipipe/store/preprocessed/rpg_abw_regional_plan/create.smk b/apipe/store/preprocessed/rpg_abw_regional_plan/create.smk similarity index 97% rename from digipipe/store/preprocessed/rpg_abw_regional_plan/create.smk rename to apipe/store/preprocessed/rpg_abw_regional_plan/create.smk index 5479f29e..512d3d21 100644 --- a/digipipe/store/preprocessed/rpg_abw_regional_plan/create.smk +++ b/apipe/store/preprocessed/rpg_abw_regional_plan/create.smk @@ -4,12 +4,12 @@ Snakefile for this dataset Note: To include the file in the main workflow, it must be added to the respective module.smk . """ import geopandas as gpd -from digipipe.scripts.geo import ( +from apipe.scripts.geo import ( rename_filter_attributes, reproject_simplify, write_geofile ) -from digipipe.store.utils import get_abs_dataset_path +from apipe.store.utils import get_abs_dataset_path DATASET_PATH = get_abs_dataset_path("preprocessed", "rpg_abw_regional_plan") diff --git a/digipipe/store/preprocessed/rpg_abw_regional_plan/data/.gitkeep b/apipe/store/preprocessed/rpg_abw_regional_plan/data/.gitkeep similarity index 100% rename from digipipe/store/preprocessed/rpg_abw_regional_plan/data/.gitkeep rename to apipe/store/preprocessed/rpg_abw_regional_plan/data/.gitkeep diff --git a/digipipe/store/preprocessed/rpg_abw_regional_plan/dataset.md b/apipe/store/preprocessed/rpg_abw_regional_plan/dataset.md similarity index 100% rename from digipipe/store/preprocessed/rpg_abw_regional_plan/dataset.md rename to apipe/store/preprocessed/rpg_abw_regional_plan/dataset.md diff --git a/digipipe/store/preprocessed/rpg_abw_regional_plan/scripts/create.py b/apipe/store/preprocessed/rpg_abw_regional_plan/scripts/create.py similarity index 100% rename from digipipe/store/preprocessed/rpg_abw_regional_plan/scripts/create.py rename to apipe/store/preprocessed/rpg_abw_regional_plan/scripts/create.py diff --git a/digipipe/store/preprocessed/seenergies_peta5/__init__.py b/apipe/store/preprocessed/seenergies_peta5/__init__.py similarity index 100% rename from digipipe/store/preprocessed/seenergies_peta5/__init__.py rename to apipe/store/preprocessed/seenergies_peta5/__init__.py diff --git a/digipipe/store/preprocessed/seenergies_peta5/config.yml b/apipe/store/preprocessed/seenergies_peta5/config.yml similarity index 100% rename from digipipe/store/preprocessed/seenergies_peta5/config.yml rename to apipe/store/preprocessed/seenergies_peta5/config.yml diff --git a/digipipe/store/preprocessed/seenergies_peta5/create.smk b/apipe/store/preprocessed/seenergies_peta5/create.smk similarity index 95% rename from digipipe/store/preprocessed/seenergies_peta5/create.smk rename to apipe/store/preprocessed/seenergies_peta5/create.smk index d479788a..906aa31a 100644 --- a/digipipe/store/preprocessed/seenergies_peta5/create.smk +++ b/apipe/store/preprocessed/seenergies_peta5/create.smk @@ -5,7 +5,7 @@ Note: To include the file in the main workflow, it must be added to the respecti """ import zipfile -from digipipe.store.utils import get_abs_dataset_path +from apipe.store.utils import get_abs_dataset_path DATASET_PATH = get_abs_dataset_path("preprocessed", "seenergies_peta5", data_dir=True) diff --git a/digipipe/store/preprocessed/seenergies_peta5/data/.gitkeep b/apipe/store/preprocessed/seenergies_peta5/data/.gitkeep similarity index 100% rename from digipipe/store/preprocessed/seenergies_peta5/data/.gitkeep rename to apipe/store/preprocessed/seenergies_peta5/data/.gitkeep diff --git a/digipipe/store/preprocessed/seenergies_peta5/dataset.md b/apipe/store/preprocessed/seenergies_peta5/dataset.md similarity index 100% rename from digipipe/store/preprocessed/seenergies_peta5/dataset.md rename to apipe/store/preprocessed/seenergies_peta5/dataset.md diff --git a/digipipe/store/preprocessed/stala_st_energy/config.yml b/apipe/store/preprocessed/stala_st_energy/config.yml similarity index 100% rename from digipipe/store/preprocessed/stala_st_energy/config.yml rename to apipe/store/preprocessed/stala_st_energy/config.yml diff --git a/digipipe/store/preprocessed/stala_st_energy/create.smk b/apipe/store/preprocessed/stala_st_energy/create.smk similarity index 95% rename from digipipe/store/preprocessed/stala_st_energy/create.smk rename to apipe/store/preprocessed/stala_st_energy/create.smk index 1b65abc1..799c5885 100644 --- a/digipipe/store/preprocessed/stala_st_energy/create.smk +++ b/apipe/store/preprocessed/stala_st_energy/create.smk @@ -5,7 +5,7 @@ Note: To include the file in the main workflow, it must be added to the respecti """ import pandas as pd -from digipipe.store.utils import get_abs_dataset_path +from apipe.store.utils import get_abs_dataset_path DATASET_PATH = get_abs_dataset_path( "preprocessed", "stala_st_energy", data_dir=True diff --git a/digipipe/store/preprocessed/stala_st_energy/data/.gitkeep b/apipe/store/preprocessed/stala_st_energy/data/.gitkeep similarity index 100% rename from digipipe/store/preprocessed/stala_st_energy/data/.gitkeep rename to apipe/store/preprocessed/stala_st_energy/data/.gitkeep diff --git a/digipipe/store/preprocessed/stala_st_energy/dataset.md b/apipe/store/preprocessed/stala_st_energy/dataset.md similarity index 100% rename from digipipe/store/preprocessed/stala_st_energy/dataset.md rename to apipe/store/preprocessed/stala_st_energy/dataset.md diff --git a/digipipe/store/preprocessed/stala_st_energy/metadata.json b/apipe/store/preprocessed/stala_st_energy/metadata.json similarity index 100% rename from digipipe/store/preprocessed/stala_st_energy/metadata.json rename to apipe/store/preprocessed/stala_st_energy/metadata.json diff --git a/digipipe/store/preprocessed/stala_st_energy/scripts/create.py b/apipe/store/preprocessed/stala_st_energy/scripts/create.py similarity index 100% rename from digipipe/store/preprocessed/stala_st_energy/scripts/create.py rename to apipe/store/preprocessed/stala_st_energy/scripts/create.py diff --git a/digipipe/store/preprocessed/stala_st_pop_prog/__init__.py b/apipe/store/preprocessed/stala_st_pop_prog/__init__.py similarity index 100% rename from digipipe/store/preprocessed/stala_st_pop_prog/__init__.py rename to apipe/store/preprocessed/stala_st_pop_prog/__init__.py diff --git a/digipipe/store/preprocessed/stala_st_pop_prog/config.yml b/apipe/store/preprocessed/stala_st_pop_prog/config.yml similarity index 100% rename from digipipe/store/preprocessed/stala_st_pop_prog/config.yml rename to apipe/store/preprocessed/stala_st_pop_prog/config.yml diff --git a/digipipe/store/preprocessed/stala_st_pop_prog/create.smk b/apipe/store/preprocessed/stala_st_pop_prog/create.smk similarity index 91% rename from digipipe/store/preprocessed/stala_st_pop_prog/create.smk rename to apipe/store/preprocessed/stala_st_pop_prog/create.smk index 114be7ff..86e6009d 100644 --- a/digipipe/store/preprocessed/stala_st_pop_prog/create.smk +++ b/apipe/store/preprocessed/stala_st_pop_prog/create.smk @@ -4,7 +4,7 @@ Snakefile for this dataset Note: To include the file in the main workflow, it must be added to the respective module.smk . """ -from digipipe.store.utils import get_abs_dataset_path +from apipe.store.utils import get_abs_dataset_path DATASET_PATH = get_abs_dataset_path("preprocessed", "stala_st_pop_prog") diff --git a/digipipe/store/preprocessed/stala_st_pop_prog/data/.gitkeep b/apipe/store/preprocessed/stala_st_pop_prog/data/.gitkeep similarity index 100% rename from digipipe/store/preprocessed/stala_st_pop_prog/data/.gitkeep rename to apipe/store/preprocessed/stala_st_pop_prog/data/.gitkeep diff --git a/digipipe/store/preprocessed/stala_st_pop_prog/dataset.md b/apipe/store/preprocessed/stala_st_pop_prog/dataset.md similarity index 100% rename from digipipe/store/preprocessed/stala_st_pop_prog/dataset.md rename to apipe/store/preprocessed/stala_st_pop_prog/dataset.md diff --git a/digipipe/store/preprocessed/stala_st_pop_prog/scripts/create.py b/apipe/store/preprocessed/stala_st_pop_prog/scripts/create.py similarity index 100% rename from digipipe/store/preprocessed/stala_st_pop_prog/scripts/create.py rename to apipe/store/preprocessed/stala_st_pop_prog/scripts/create.py diff --git a/digipipe/store/raw/TEMPLATE/data/.gitkeep b/apipe/store/raw/TEMPLATE/data/.gitkeep similarity index 100% rename from digipipe/store/raw/TEMPLATE/data/.gitkeep rename to apipe/store/raw/TEMPLATE/data/.gitkeep diff --git a/digipipe/store/raw/TEMPLATE/dataset.md b/apipe/store/raw/TEMPLATE/dataset.md similarity index 100% rename from digipipe/store/raw/TEMPLATE/dataset.md rename to apipe/store/raw/TEMPLATE/dataset.md diff --git a/digipipe/store/raw/TEMPLATE/metadata.json b/apipe/store/raw/TEMPLATE/metadata.json similarity index 100% rename from digipipe/store/raw/TEMPLATE/metadata.json rename to apipe/store/raw/TEMPLATE/metadata.json diff --git a/digipipe/store/raw/ageb_energy_balance/data/.gitkeep b/apipe/store/raw/ageb_energy_balance/data/.gitkeep similarity index 100% rename from digipipe/store/raw/ageb_energy_balance/data/.gitkeep rename to apipe/store/raw/ageb_energy_balance/data/.gitkeep diff --git a/digipipe/store/raw/ageb_energy_balance/dataset.md b/apipe/store/raw/ageb_energy_balance/dataset.md similarity index 100% rename from digipipe/store/raw/ageb_energy_balance/dataset.md rename to apipe/store/raw/ageb_energy_balance/dataset.md diff --git a/digipipe/store/raw/ageb_energy_balance/metadata.json b/apipe/store/raw/ageb_energy_balance/metadata.json similarity index 97% rename from digipipe/store/raw/ageb_energy_balance/metadata.json rename to apipe/store/raw/ageb_energy_balance/metadata.json index fae573f4..68d89aeb 100644 --- a/digipipe/store/raw/ageb_energy_balance/metadata.json +++ b/apipe/store/raw/ageb_energy_balance/metadata.json @@ -16,7 +16,7 @@ "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": "None", "fundingAgency": "https://www.region-gestalten.bund.de", diff --git a/digipipe/store/raw/ba_employment/data/.gitkeep b/apipe/store/raw/ba_employment/data/.gitkeep similarity index 100% rename from digipipe/store/raw/ba_employment/data/.gitkeep rename to apipe/store/raw/ba_employment/data/.gitkeep diff --git a/digipipe/store/raw/ba_employment/dataset.md b/apipe/store/raw/ba_employment/dataset.md similarity index 100% rename from digipipe/store/raw/ba_employment/dataset.md rename to apipe/store/raw/ba_employment/dataset.md diff --git a/digipipe/store/raw/ba_employment/metadata.json b/apipe/store/raw/ba_employment/metadata.json similarity index 98% rename from digipipe/store/raw/ba_employment/metadata.json rename to apipe/store/raw/ba_employment/metadata.json index 802556f6..7306c36e 100644 --- a/digipipe/store/raw/ba_employment/metadata.json +++ b/apipe/store/raw/ba_employment/metadata.json @@ -18,7 +18,7 @@ "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": "None", "fundingAgency": "https://www.region-gestalten.bund.de", diff --git a/digipipe/store/raw/bkg_vg250/__init__.py b/apipe/store/raw/bkg_vg250/__init__.py similarity index 100% rename from digipipe/store/raw/bkg_vg250/__init__.py rename to apipe/store/raw/bkg_vg250/__init__.py diff --git a/digipipe/store/raw/bkg_vg250/data/.gitkeep b/apipe/store/raw/bkg_vg250/data/.gitkeep similarity index 100% rename from digipipe/store/raw/bkg_vg250/data/.gitkeep rename to apipe/store/raw/bkg_vg250/data/.gitkeep diff --git a/digipipe/store/raw/bkg_vg250/dataset.md b/apipe/store/raw/bkg_vg250/dataset.md similarity index 100% rename from digipipe/store/raw/bkg_vg250/dataset.md rename to apipe/store/raw/bkg_vg250/dataset.md diff --git a/digipipe/store/raw/bkg_vg250/metadata.json b/apipe/store/raw/bkg_vg250/metadata.json similarity index 98% rename from digipipe/store/raw/bkg_vg250/metadata.json rename to apipe/store/raw/bkg_vg250/metadata.json index 6cee4857..34562c4e 100644 --- a/digipipe/store/raw/bkg_vg250/metadata.json +++ b/apipe/store/raw/bkg_vg250/metadata.json @@ -16,7 +16,7 @@ "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": "None", "fundingAgency": "https://www.region-gestalten.bund.de", diff --git a/digipipe/store/raw/bmwk_long_term_scenarios/data/.gitkeep b/apipe/store/raw/bmwk_long_term_scenarios/data/.gitkeep similarity index 100% rename from digipipe/store/raw/bmwk_long_term_scenarios/data/.gitkeep rename to apipe/store/raw/bmwk_long_term_scenarios/data/.gitkeep diff --git a/digipipe/store/raw/bmwk_long_term_scenarios/dataset.md b/apipe/store/raw/bmwk_long_term_scenarios/dataset.md similarity index 100% rename from digipipe/store/raw/bmwk_long_term_scenarios/dataset.md rename to apipe/store/raw/bmwk_long_term_scenarios/dataset.md diff --git a/digipipe/store/raw/bmwk_long_term_scenarios/metadata.json b/apipe/store/raw/bmwk_long_term_scenarios/metadata.json similarity index 98% rename from digipipe/store/raw/bmwk_long_term_scenarios/metadata.json rename to apipe/store/raw/bmwk_long_term_scenarios/metadata.json index b97a11e9..a661412a 100644 --- a/digipipe/store/raw/bmwk_long_term_scenarios/metadata.json +++ b/apipe/store/raw/bmwk_long_term_scenarios/metadata.json @@ -17,7 +17,7 @@ "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": "None", "fundingAgency": "https://www.region-gestalten.bund.de", diff --git a/digipipe/store/raw/bnetza_mastr/data/.gitkeep b/apipe/store/raw/bnetza_mastr/data/.gitkeep similarity index 100% rename from digipipe/store/raw/bnetza_mastr/data/.gitkeep rename to apipe/store/raw/bnetza_mastr/data/.gitkeep diff --git a/digipipe/store/raw/bnetza_mastr/dataset.md b/apipe/store/raw/bnetza_mastr/dataset.md similarity index 100% rename from digipipe/store/raw/bnetza_mastr/dataset.md rename to apipe/store/raw/bnetza_mastr/dataset.md diff --git a/digipipe/store/raw/bnetza_mastr/metadata.json b/apipe/store/raw/bnetza_mastr/metadata.json similarity index 98% rename from digipipe/store/raw/bnetza_mastr/metadata.json rename to apipe/store/raw/bnetza_mastr/metadata.json index ad353d26..f3ef0c30 100644 --- a/digipipe/store/raw/bnetza_mastr/metadata.json +++ b/apipe/store/raw/bnetza_mastr/metadata.json @@ -17,7 +17,7 @@ "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": "None", "fundingAgency": "https://www.region-gestalten.bund.de", diff --git a/digipipe/store/raw/bnetza_mastr_correction_region/data/.gitkeep b/apipe/store/raw/bnetza_mastr_correction_region/data/.gitkeep similarity index 100% rename from digipipe/store/raw/bnetza_mastr_correction_region/data/.gitkeep rename to apipe/store/raw/bnetza_mastr_correction_region/data/.gitkeep diff --git a/digipipe/store/raw/bnetza_mastr_correction_region/dataset.md b/apipe/store/raw/bnetza_mastr_correction_region/dataset.md similarity index 100% rename from digipipe/store/raw/bnetza_mastr_correction_region/dataset.md rename to apipe/store/raw/bnetza_mastr_correction_region/dataset.md diff --git a/digipipe/store/raw/bnetza_mastr_correction_region/metadata.json b/apipe/store/raw/bnetza_mastr_correction_region/metadata.json similarity index 98% rename from digipipe/store/raw/bnetza_mastr_correction_region/metadata.json rename to apipe/store/raw/bnetza_mastr_correction_region/metadata.json index b36e1d6d..7cc81c94 100644 --- a/digipipe/store/raw/bnetza_mastr_correction_region/metadata.json +++ b/apipe/store/raw/bnetza_mastr_correction_region/metadata.json @@ -17,7 +17,7 @@ "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": "None", "fundingAgency": "https://www.region-gestalten.bund.de", diff --git a/digipipe/store/raw/dbfz_biomass_heat_capacities/data/.gitkeep b/apipe/store/raw/dbfz_biomass_heat_capacities/data/.gitkeep similarity index 100% rename from digipipe/store/raw/dbfz_biomass_heat_capacities/data/.gitkeep rename to apipe/store/raw/dbfz_biomass_heat_capacities/data/.gitkeep diff --git a/digipipe/store/raw/dbfz_biomass_heat_capacities/dataset.md b/apipe/store/raw/dbfz_biomass_heat_capacities/dataset.md similarity index 100% rename from digipipe/store/raw/dbfz_biomass_heat_capacities/dataset.md rename to apipe/store/raw/dbfz_biomass_heat_capacities/dataset.md diff --git a/digipipe/store/raw/dbfz_biomass_heat_capacities/metadata.json b/apipe/store/raw/dbfz_biomass_heat_capacities/metadata.json similarity index 98% rename from digipipe/store/raw/dbfz_biomass_heat_capacities/metadata.json rename to apipe/store/raw/dbfz_biomass_heat_capacities/metadata.json index 59f5bddb..9618b46f 100644 --- a/digipipe/store/raw/dbfz_biomass_heat_capacities/metadata.json +++ b/apipe/store/raw/dbfz_biomass_heat_capacities/metadata.json @@ -18,7 +18,7 @@ "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": "None", "fundingAgency": "https://www.region-gestalten.bund.de", diff --git a/digipipe/store/raw/demandregio/data/.gitkeep b/apipe/store/raw/demandregio/data/.gitkeep similarity index 100% rename from digipipe/store/raw/demandregio/data/.gitkeep rename to apipe/store/raw/demandregio/data/.gitkeep diff --git a/digipipe/store/raw/demandregio/dataset.md b/apipe/store/raw/demandregio/dataset.md similarity index 100% rename from digipipe/store/raw/demandregio/dataset.md rename to apipe/store/raw/demandregio/dataset.md diff --git a/digipipe/store/raw/demandregio/metadata.json b/apipe/store/raw/demandregio/metadata.json similarity index 98% rename from digipipe/store/raw/demandregio/metadata.json rename to apipe/store/raw/demandregio/metadata.json index 628e4194..9cfff3a5 100644 --- a/digipipe/store/raw/demandregio/metadata.json +++ b/apipe/store/raw/demandregio/metadata.json @@ -21,7 +21,7 @@ "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": "None", "fundingAgency": "https://www.region-gestalten.bund.de", diff --git a/digipipe/store/raw/destatis_gv/data/.gitkeep b/apipe/store/raw/destatis_gv/data/.gitkeep similarity index 100% rename from digipipe/store/raw/destatis_gv/data/.gitkeep rename to apipe/store/raw/destatis_gv/data/.gitkeep diff --git a/digipipe/store/raw/destatis_gv/dataset.md b/apipe/store/raw/destatis_gv/dataset.md similarity index 100% rename from digipipe/store/raw/destatis_gv/dataset.md rename to apipe/store/raw/destatis_gv/dataset.md diff --git a/digipipe/store/raw/destatis_gv/metadata.json b/apipe/store/raw/destatis_gv/metadata.json similarity index 98% rename from digipipe/store/raw/destatis_gv/metadata.json rename to apipe/store/raw/destatis_gv/metadata.json index 22e76b0c..e06b778a 100644 --- a/digipipe/store/raw/destatis_gv/metadata.json +++ b/apipe/store/raw/destatis_gv/metadata.json @@ -15,7 +15,7 @@ "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": null, "fundingAgency": "https://www.region-gestalten.bund.de", diff --git a/digipipe/store/raw/dwd_temperature/data/.gitkeep b/apipe/store/raw/dwd_temperature/data/.gitkeep similarity index 100% rename from digipipe/store/raw/dwd_temperature/data/.gitkeep rename to apipe/store/raw/dwd_temperature/data/.gitkeep diff --git a/digipipe/store/raw/dwd_temperature/dataset.md b/apipe/store/raw/dwd_temperature/dataset.md similarity index 100% rename from digipipe/store/raw/dwd_temperature/dataset.md rename to apipe/store/raw/dwd_temperature/dataset.md diff --git a/digipipe/store/raw/dwd_temperature/metadata.json b/apipe/store/raw/dwd_temperature/metadata.json similarity index 98% rename from digipipe/store/raw/dwd_temperature/metadata.json rename to apipe/store/raw/dwd_temperature/metadata.json index f358c0e9..96a01b7c 100644 --- a/digipipe/store/raw/dwd_temperature/metadata.json +++ b/apipe/store/raw/dwd_temperature/metadata.json @@ -15,7 +15,7 @@ "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": "None", "fundingAgency": "https://www.region-gestalten.bund.de", diff --git a/digipipe/store/raw/emissions/data/.gitkeep b/apipe/store/raw/emissions/data/.gitkeep similarity index 100% rename from digipipe/store/raw/emissions/data/.gitkeep rename to apipe/store/raw/emissions/data/.gitkeep diff --git a/digipipe/store/raw/emissions/dataset.md b/apipe/store/raw/emissions/dataset.md similarity index 100% rename from digipipe/store/raw/emissions/dataset.md rename to apipe/store/raw/emissions/dataset.md diff --git a/digipipe/store/raw/emissions/metadata.json b/apipe/store/raw/emissions/metadata.json similarity index 100% rename from digipipe/store/raw/emissions/metadata.json rename to apipe/store/raw/emissions/metadata.json diff --git a/digipipe/store/raw/eurostat_lau/data/.gitkeep b/apipe/store/raw/eurostat_lau/data/.gitkeep similarity index 100% rename from digipipe/store/raw/eurostat_lau/data/.gitkeep rename to apipe/store/raw/eurostat_lau/data/.gitkeep diff --git a/digipipe/store/raw/eurostat_lau/dataset.md b/apipe/store/raw/eurostat_lau/dataset.md similarity index 100% rename from digipipe/store/raw/eurostat_lau/dataset.md rename to apipe/store/raw/eurostat_lau/dataset.md diff --git a/digipipe/store/raw/eurostat_lau/metadata.json b/apipe/store/raw/eurostat_lau/metadata.json similarity index 98% rename from digipipe/store/raw/eurostat_lau/metadata.json rename to apipe/store/raw/eurostat_lau/metadata.json index d29a7266..4d9c7844 100644 --- a/digipipe/store/raw/eurostat_lau/metadata.json +++ b/apipe/store/raw/eurostat_lau/metadata.json @@ -16,7 +16,7 @@ "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": null, "fundingAgency": "https://www.region-gestalten.bund.de", diff --git a/digipipe/store/raw/osm/data/.gitkeep b/apipe/store/raw/osm/data/.gitkeep similarity index 100% rename from digipipe/store/raw/osm/data/.gitkeep rename to apipe/store/raw/osm/data/.gitkeep diff --git a/digipipe/store/raw/osm/dataset.md b/apipe/store/raw/osm/dataset.md similarity index 100% rename from digipipe/store/raw/osm/dataset.md rename to apipe/store/raw/osm/dataset.md diff --git a/digipipe/store/raw/osm/metadata.json b/apipe/store/raw/osm/metadata.json similarity index 98% rename from digipipe/store/raw/osm/metadata.json rename to apipe/store/raw/osm/metadata.json index aa93741c..f7116d2c 100644 --- a/digipipe/store/raw/osm/metadata.json +++ b/apipe/store/raw/osm/metadata.json @@ -16,7 +16,7 @@ "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": "None", "fundingAgency": "https://www.region-gestalten.bund.de", diff --git a/digipipe/store/raw/regiostat/data/.gitkeep b/apipe/store/raw/regiostat/data/.gitkeep similarity index 100% rename from digipipe/store/raw/regiostat/data/.gitkeep rename to apipe/store/raw/regiostat/data/.gitkeep diff --git a/digipipe/store/raw/regiostat/dataset.md b/apipe/store/raw/regiostat/dataset.md similarity index 100% rename from digipipe/store/raw/regiostat/dataset.md rename to apipe/store/raw/regiostat/dataset.md diff --git a/digipipe/store/raw/regiostat/metadata.json b/apipe/store/raw/regiostat/metadata.json similarity index 98% rename from digipipe/store/raw/regiostat/metadata.json rename to apipe/store/raw/regiostat/metadata.json index aa6b8315..aa9d0529 100644 --- a/digipipe/store/raw/regiostat/metadata.json +++ b/apipe/store/raw/regiostat/metadata.json @@ -21,7 +21,7 @@ "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": "None", "fundingAgency": "https://www.region-gestalten.bund.de", diff --git a/digipipe/store/raw/renewables.ninja_feedin/data/.gitkeep b/apipe/store/raw/renewables.ninja_feedin/data/.gitkeep similarity index 100% rename from digipipe/store/raw/renewables.ninja_feedin/data/.gitkeep rename to apipe/store/raw/renewables.ninja_feedin/data/.gitkeep diff --git a/digipipe/store/raw/renewables.ninja_feedin/dataset.md b/apipe/store/raw/renewables.ninja_feedin/dataset.md similarity index 100% rename from digipipe/store/raw/renewables.ninja_feedin/dataset.md rename to apipe/store/raw/renewables.ninja_feedin/dataset.md diff --git a/digipipe/store/raw/renewables.ninja_feedin/metadata.json b/apipe/store/raw/renewables.ninja_feedin/metadata.json similarity index 98% rename from digipipe/store/raw/renewables.ninja_feedin/metadata.json rename to apipe/store/raw/renewables.ninja_feedin/metadata.json index fed94b1b..3ee27c1d 100644 --- a/digipipe/store/raw/renewables.ninja_feedin/metadata.json +++ b/apipe/store/raw/renewables.ninja_feedin/metadata.json @@ -17,7 +17,7 @@ "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": null, "fundingAgency": "https://www.region-gestalten.bund.de", diff --git a/digipipe/store/raw/rli_pv_wfr/data/.gitkeep b/apipe/store/raw/rli_pv_wfr/data/.gitkeep similarity index 100% rename from digipipe/store/raw/rli_pv_wfr/data/.gitkeep rename to apipe/store/raw/rli_pv_wfr/data/.gitkeep diff --git a/digipipe/store/raw/rli_pv_wfr/dataset.md b/apipe/store/raw/rli_pv_wfr/dataset.md similarity index 100% rename from digipipe/store/raw/rli_pv_wfr/dataset.md rename to apipe/store/raw/rli_pv_wfr/dataset.md diff --git a/digipipe/store/raw/rli_pv_wfr/metadata.json b/apipe/store/raw/rli_pv_wfr/metadata.json similarity index 98% rename from digipipe/store/raw/rli_pv_wfr/metadata.json rename to apipe/store/raw/rli_pv_wfr/metadata.json index 410f25c2..a8d7be72 100644 --- a/digipipe/store/raw/rli_pv_wfr/metadata.json +++ b/apipe/store/raw/rli_pv_wfr/metadata.json @@ -18,7 +18,7 @@ "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": "None", "fundingAgency": "https://www.region-gestalten.bund.de", diff --git a/digipipe/store/raw/rpg_abw_pv_roof_potential/data/.gitkeep b/apipe/store/raw/rpg_abw_pv_roof_potential/data/.gitkeep similarity index 100% rename from digipipe/store/raw/rpg_abw_pv_roof_potential/data/.gitkeep rename to apipe/store/raw/rpg_abw_pv_roof_potential/data/.gitkeep diff --git a/digipipe/store/raw/rpg_abw_pv_roof_potential/dataset.md b/apipe/store/raw/rpg_abw_pv_roof_potential/dataset.md similarity index 100% rename from digipipe/store/raw/rpg_abw_pv_roof_potential/dataset.md rename to apipe/store/raw/rpg_abw_pv_roof_potential/dataset.md diff --git a/digipipe/store/raw/rpg_abw_pv_roof_potential/metadata.json b/apipe/store/raw/rpg_abw_pv_roof_potential/metadata.json similarity index 98% rename from digipipe/store/raw/rpg_abw_pv_roof_potential/metadata.json rename to apipe/store/raw/rpg_abw_pv_roof_potential/metadata.json index 621e632c..549fe8fe 100644 --- a/digipipe/store/raw/rpg_abw_pv_roof_potential/metadata.json +++ b/apipe/store/raw/rpg_abw_pv_roof_potential/metadata.json @@ -17,7 +17,7 @@ "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": null, "fundingAgency": "https://www.region-gestalten.bund.de", diff --git a/digipipe/store/raw/rpg_abw_regional_plan/data/.gitkeep b/apipe/store/raw/rpg_abw_regional_plan/data/.gitkeep similarity index 100% rename from digipipe/store/raw/rpg_abw_regional_plan/data/.gitkeep rename to apipe/store/raw/rpg_abw_regional_plan/data/.gitkeep diff --git a/digipipe/store/raw/rpg_abw_regional_plan/dataset.md b/apipe/store/raw/rpg_abw_regional_plan/dataset.md similarity index 100% rename from digipipe/store/raw/rpg_abw_regional_plan/dataset.md rename to apipe/store/raw/rpg_abw_regional_plan/dataset.md diff --git a/digipipe/store/raw/rpg_abw_regional_plan/metadata.json b/apipe/store/raw/rpg_abw_regional_plan/metadata.json similarity index 98% rename from digipipe/store/raw/rpg_abw_regional_plan/metadata.json rename to apipe/store/raw/rpg_abw_regional_plan/metadata.json index 585f2deb..8ca854f7 100644 --- a/digipipe/store/raw/rpg_abw_regional_plan/metadata.json +++ b/apipe/store/raw/rpg_abw_regional_plan/metadata.json @@ -16,7 +16,7 @@ "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": null, "fundingAgency": "https://www.region-gestalten.bund.de", diff --git a/digipipe/store/raw/seenergies_peta5/data/.gitkeep b/apipe/store/raw/seenergies_peta5/data/.gitkeep similarity index 100% rename from digipipe/store/raw/seenergies_peta5/data/.gitkeep rename to apipe/store/raw/seenergies_peta5/data/.gitkeep diff --git a/digipipe/store/raw/seenergies_peta5/dataset.md b/apipe/store/raw/seenergies_peta5/dataset.md similarity index 100% rename from digipipe/store/raw/seenergies_peta5/dataset.md rename to apipe/store/raw/seenergies_peta5/dataset.md diff --git a/digipipe/store/raw/seenergies_peta5/metadata.json b/apipe/store/raw/seenergies_peta5/metadata.json similarity index 98% rename from digipipe/store/raw/seenergies_peta5/metadata.json rename to apipe/store/raw/seenergies_peta5/metadata.json index 508362a4..16a5ca9a 100644 --- a/digipipe/store/raw/seenergies_peta5/metadata.json +++ b/apipe/store/raw/seenergies_peta5/metadata.json @@ -17,7 +17,7 @@ "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": null, "fundingAgency": "https://www.region-gestalten.bund.de", diff --git a/digipipe/store/raw/stala_st_energy/data/.gitkeep b/apipe/store/raw/stala_st_energy/data/.gitkeep similarity index 100% rename from digipipe/store/raw/stala_st_energy/data/.gitkeep rename to apipe/store/raw/stala_st_energy/data/.gitkeep diff --git a/digipipe/store/raw/stala_st_energy/dataset.md b/apipe/store/raw/stala_st_energy/dataset.md similarity index 100% rename from digipipe/store/raw/stala_st_energy/dataset.md rename to apipe/store/raw/stala_st_energy/dataset.md diff --git a/digipipe/store/raw/stala_st_energy/metadata.json b/apipe/store/raw/stala_st_energy/metadata.json similarity index 98% rename from digipipe/store/raw/stala_st_energy/metadata.json rename to apipe/store/raw/stala_st_energy/metadata.json index a912d129..5c2bd907 100644 --- a/digipipe/store/raw/stala_st_energy/metadata.json +++ b/apipe/store/raw/stala_st_energy/metadata.json @@ -16,7 +16,7 @@ "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": null, "fundingAgency": "https://www.region-gestalten.bund.de", diff --git a/digipipe/store/raw/stala_st_pop_prog/data/.gitkeep b/apipe/store/raw/stala_st_pop_prog/data/.gitkeep similarity index 100% rename from digipipe/store/raw/stala_st_pop_prog/data/.gitkeep rename to apipe/store/raw/stala_st_pop_prog/data/.gitkeep diff --git a/digipipe/store/raw/stala_st_pop_prog/dataset.md b/apipe/store/raw/stala_st_pop_prog/dataset.md similarity index 100% rename from digipipe/store/raw/stala_st_pop_prog/dataset.md rename to apipe/store/raw/stala_st_pop_prog/dataset.md diff --git a/digipipe/store/raw/stala_st_pop_prog/metadata.json b/apipe/store/raw/stala_st_pop_prog/metadata.json similarity index 98% rename from digipipe/store/raw/stala_st_pop_prog/metadata.json rename to apipe/store/raw/stala_st_pop_prog/metadata.json index 017ab676..d92e8945 100644 --- a/digipipe/store/raw/stala_st_pop_prog/metadata.json +++ b/apipe/store/raw/stala_st_pop_prog/metadata.json @@ -15,7 +15,7 @@ "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": "None", "fundingAgency": "https://www.region-gestalten.bund.de", diff --git a/digipipe/store/raw/technology_data/data/.gitkeep b/apipe/store/raw/technology_data/data/.gitkeep similarity index 100% rename from digipipe/store/raw/technology_data/data/.gitkeep rename to apipe/store/raw/technology_data/data/.gitkeep diff --git a/digipipe/store/raw/technology_data/dataset.md b/apipe/store/raw/technology_data/dataset.md similarity index 100% rename from digipipe/store/raw/technology_data/dataset.md rename to apipe/store/raw/technology_data/dataset.md diff --git a/digipipe/store/raw/technology_data/metadata.json b/apipe/store/raw/technology_data/metadata.json similarity index 98% rename from digipipe/store/raw/technology_data/metadata.json rename to apipe/store/raw/technology_data/metadata.json index 15a40264..854b1a95 100644 --- a/digipipe/store/raw/technology_data/metadata.json +++ b/apipe/store/raw/technology_data/metadata.json @@ -19,7 +19,7 @@ "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": "None", "fundingAgency": "https://www.region-gestalten.bund.de", diff --git a/digipipe/store/temp/.gitkeep b/apipe/store/temp/.gitkeep similarity index 100% rename from digipipe/store/temp/.gitkeep rename to apipe/store/temp/.gitkeep diff --git a/digipipe/store/utils.py b/apipe/store/utils.py similarity index 99% rename from digipipe/store/utils.py rename to apipe/store/utils.py index b6296fac..93415621 100644 --- a/digipipe/store/utils.py +++ b/apipe/store/utils.py @@ -9,7 +9,7 @@ import geopandas as gpd import pandas as pd -from digipipe import store +from apipe import store def get_abs_store_root_path(): diff --git a/digipipe/workflow/Snakefile b/apipe/workflow/Snakefile similarity index 93% rename from digipipe/workflow/Snakefile rename to apipe/workflow/Snakefile index 5b8e7e5d..7a5cad39 100644 --- a/digipipe/workflow/Snakefile +++ b/apipe/workflow/Snakefile @@ -1,15 +1,15 @@ """ -Snakemake file for digipipe +Snakemake file for apipe """ from snakemake.utils import min_version min_version("6.0") -from digipipe.scripts.config import load_dataset_configs -from digipipe.scripts.data_io import * -from digipipe.store.utils import get_abs_dataset_path, get_abs_store_root_path -from digipipe.config import GLOBAL_CONFIG +from apipe.scripts.config import load_dataset_configs +from apipe.scripts.data_io import * +from apipe.store.utils import get_abs_dataset_path, get_abs_store_root_path +from apipe.config import GLOBAL_CONFIG config = GLOBAL_CONFIG config.update(load_dataset_configs()) diff --git a/digipipe/workflow/WORKFLOW.md b/apipe/workflow/WORKFLOW.md similarity index 96% rename from digipipe/workflow/WORKFLOW.md rename to apipe/workflow/WORKFLOW.md index 2735ff23..4bd73c12 100644 --- a/digipipe/workflow/WORKFLOW.md +++ b/apipe/workflow/WORKFLOW.md @@ -22,8 +22,8 @@ The following additional files must be downloaded manually: ## Run -To run the pipeline, go to Digipipe's root `digipipe/` or to -`digipipe/workflow/` and type +To run the pipeline, go to apipe's root `apipe/` or to +`apipe/workflow/` and type snakemake -j diff --git a/digipipe/workflow/utils.py b/apipe/workflow/utils.py similarity index 100% rename from digipipe/workflow/utils.py rename to apipe/workflow/utils.py diff --git a/docs/datasets/raw_datasets.md b/docs/datasets/raw_datasets.md index 4288a760..a99ed348 100644 --- a/docs/datasets/raw_datasets.md +++ b/docs/datasets/raw_datasets.md @@ -1437,7 +1437,7 @@ print(val_2020, val_2045) "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": "None", "fundingAgency": "https://www.region-gestalten.bund.de", @@ -1561,7 +1561,7 @@ Europäischen Union. "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": null, "fundingAgency": "https://www.region-gestalten.bund.de", @@ -1683,7 +1683,7 @@ Sachsen-Anhalt. Stand: 2021 "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": "None", "fundingAgency": "https://www.region-gestalten.bund.de", @@ -1821,7 +1821,7 @@ Quellen: "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": null, "fundingAgency": "https://www.region-gestalten.bund.de", @@ -1980,7 +1980,7 @@ Energiesystem verwendeten Komponenten (siehe "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": "None", "fundingAgency": "https://www.region-gestalten.bund.de", @@ -2103,7 +2103,7 @@ nächstgelegene Wetterstation. "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": "None", "fundingAgency": "https://www.region-gestalten.bund.de", @@ -2527,7 +2527,7 @@ abgerufen. "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": "None", "fundingAgency": "https://www.region-gestalten.bund.de", @@ -2672,7 +2672,7 @@ Anwendungszwecken für Jahre von 2011 bis 2021 der AG Energiebilanzen. "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": "None", "fundingAgency": "https://www.region-gestalten.bund.de", @@ -2785,7 +2785,7 @@ wget -O Peta5_0_1_HD_ser.zip https://arcgis.com/sharing/rest/content/items/52ff5 "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": null, "fundingAgency": "https://www.region-gestalten.bund.de", @@ -2911,7 +2911,7 @@ der Bundesagentur für Arbeit. "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": "None", "fundingAgency": "https://www.region-gestalten.bund.de", @@ -3032,7 +3032,7 @@ Einwohnerzahl nach Gemeinden des Statistischen Bundesamts. "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": null, "fundingAgency": "https://www.region-gestalten.bund.de", @@ -3235,7 +3235,7 @@ Wohnungszählung 2011 (Zensus 2011). "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": "None", "fundingAgency": "https://www.region-gestalten.bund.de", @@ -3386,7 +3386,7 @@ Enthält: "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": "None", "fundingAgency": "https://www.region-gestalten.bund.de", @@ -3553,7 +3553,7 @@ Dateien: "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": null, "fundingAgency": "https://www.region-gestalten.bund.de", @@ -3706,7 +3706,7 @@ mit Spalten: "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": "None", "fundingAgency": "https://www.region-gestalten.bund.de", @@ -3846,7 +3846,7 @@ befindlichen Strom- und Gasanlagen erfasst. "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": "None", "fundingAgency": "https://www.region-gestalten.bund.de", @@ -3975,7 +3975,7 @@ Stromverbrauch der Industriebetriebe nach Kreisen 2003-2021 in MWh "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": null, "fundingAgency": "https://www.region-gestalten.bund.de", @@ -4313,7 +4313,7 @@ x=temporal.disagg_temporal_industry( "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": "None", "fundingAgency": "https://www.region-gestalten.bund.de", @@ -4473,7 +4473,7 @@ Ist nicht Teil des Eingangsdaten-Packages - manueller Download erforderlich. "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": "None", "fundingAgency": "https://www.region-gestalten.bund.de", @@ -4814,7 +4814,7 @@ Hier wird eine konstante Einspeisung angenommen. "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": null, "fundingAgency": "https://www.region-gestalten.bund.de", @@ -4943,7 +4943,7 @@ Verwaltungsgebiete Deutschlands (Verwaltungsgebiete 1:250 000). "context": { "homepage": "https://abw.rl-institut.de", "documentation": "https://digiplan.readthedocs.io", - "sourceCode": "https://github.com/rl-institut/digipipe/", + "sourceCode": "https://github.com/rl-institut/apipe/", "contact": "https://reiner-lemoine-institut.de/ueber-uns/kontakt/", "grantNo": "None", "fundingAgency": "https://www.region-gestalten.bund.de", diff --git a/docs/generate_dataset_mds.py b/docs/generate_dataset_mds.py index e51654a1..c400b5ee 100644 --- a/docs/generate_dataset_mds.py +++ b/docs/generate_dataset_mds.py @@ -16,7 +16,7 @@ def generate_dataset_mds(): ------- None """ - source_dir = "digipipe/store" + source_dir = "apipe/store" target_dir = "docs/datasets" categories = ["raw", "preprocessed", "datasets", "appdata"] @@ -42,17 +42,17 @@ def generate_dataset_mds(): for line in dataset_file: line = re.sub( r"\(\.\./\.\./", - "(../../digipipe/store/", + "(../../apipe/store/", line, ) line = re.sub( r"\(config.yml\)", - f"(../../digipipe/store/{category}/{os.path.basename(root)}/config.yml)", + f"(../../apipe/store/{category}/{os.path.basename(root)}/config.yml)", line, ) line = re.sub( r"\(\.\./([a-zA-Z])", - fr"(../../digipipe/store/{category}/\1", + fr"(../../apipe/store/{category}/\1", line, ) line = re.sub( diff --git a/docs/sections/data.md b/docs/sections/data.md index 89c91d51..37eaaf29 100644 --- a/docs/sections/data.md +++ b/docs/sections/data.md @@ -1,5 +1,5 @@ {% - include-markdown "../../digipipe/store/DATASETS.md" + include-markdown "../../apipe/store/DATASETS.md" %} ## Datasets diff --git a/docs/sections/esys_dev.md b/docs/sections/esys_dev.md index 6a81262f..f81d2341 100644 --- a/docs/sections/esys_dev.md +++ b/docs/sections/esys_dev.md @@ -1,3 +1,3 @@ {% - include-markdown "../../digipipe/esys/ESYS.md" + include-markdown "../../apipe/esys/ESYS.md" %} \ No newline at end of file diff --git a/docs/sections/installation.md b/docs/sections/installation.md index 5c503d58..21ec2fc2 100644 --- a/docs/sections/installation.md +++ b/docs/sections/installation.md @@ -4,7 +4,7 @@ First, clone via SSH using - git clone git@github.com:rl-institut-private/digipipe.git /local/path/to/digipipe/ + git clone git@github.com:rl-institut/apipe.git /local/path/to/apipe/ Prerequisite: @@ -16,7 +16,7 @@ Enter repo folder. Set up a conda environment and activate it with: ``` conda env create -f environment.yml -conda activate digipipe +conda activate apipe ``` Install [poetry](https://python-poetry.org/) (python dependency manager used @@ -39,12 +39,12 @@ Notes: - Make sure you have GDAL>=3.0 as older versions will not work. - `imagemagick` is optional and only required for report creation -## Contributing to digipipe +## Contributing to apipe -You can write [issues](https://github.com/rl-institut/digipipe/issues) +You can write [issues](https://github.com/rl-institut/apipe/issues) to announce bugs or to propose enhancements. -If you want to participate in the development of digipipe, please make sure you +If you want to participate in the development of apipe, please make sure you use pre-commit. You activate it with: diff --git a/docs/sections/structure.md b/docs/sections/structure.md index c1b10e90..9c46e0cf 100644 --- a/docs/sections/structure.md +++ b/docs/sections/structure.md @@ -2,7 +2,7 @@ ``` . -├── digipipe +├── apipe │ ├── config │ │ └── global.yml # Global config │ ├── logs # Place for log files diff --git a/docs/sections/workflow.md b/docs/sections/workflow.md index 46dd9a2e..55f0f393 100644 --- a/docs/sections/workflow.md +++ b/docs/sections/workflow.md @@ -1,3 +1,3 @@ {% - include-markdown "../../digipipe/workflow/WORKFLOW.md" + include-markdown "../../apipe/workflow/WORKFLOW.md" %} diff --git a/index.md b/index.md index cf77e152..bb2c0ee1 100644 --- a/index.md +++ b/index.md @@ -2,26 +2,9 @@ ![Logo des Reiner Lemoine Instituts](docs/img/logos/RLI_DigiPlan_logos.png){ width="250", align="right"} -Bei *digipipe* handelt es sich um die Datenpipeline zum -[Digitalen Planungsatlas Anhalt](https://digiplan.rl-institut.de), dem -Stakeholder-Empowerment-Tool für die Region Anhalt-Bitterfeld-Wittenberg (ABW). +Bei *apipe* handelt es sich um eine Datenpipeline des +[Reiner Lemoine Institut (RLI)](https://reiner-lemoine-institut.de) +für WAMs, basierend auf [Digipipe](https://github.com/rl-institut/digipipe). -Die App und die dazugehörige Pipeline wurden vom -[Reiner Lemoine Institut (RLI)](https://reiner-lemoine-institut.de) im Rahmen -des Projekts -[DigiPlan](https://reiner-lemoine-institut.de/digitaler-planungsatlas-anhalt-digiplan/) -in Kooperation mit der -[Energieavantgarde Anhalt](https://www.energieavantgarde.de/) entwickelt. -Die App ist der Nachfolger des -[Stakeholder-Empowerment-Tools StEmp-ABW](https://wam.rl-institut.de/stemp_abw/). - -Der Quellcode der App Digiplan ist frei verfügbar. Die benötigten Daten wurden -mit der Daten-Pipeline Digipipe erzeugt, die ebenfalls den Prinzipien von Open -Source & Open Data folgt: - -- [Quellcode der Pipeline ("Digipipe")](https://github.com/rl-institut/digipipe) -- [Quellcode der App ("Digiplan")](https://github.com/rl-institut/digiplan) - -Dieses Tool und mehr Informationen zu unseren anderen Tools, Karten und Apps zur -Energiewende finden Sie auf dem -[WAM-Portal des RLI](https://wam.rl-institut.de/). +Mehr Informationen zu unseren anderen Tools, Karten und Apps zur Energiewende +finden Sie auf dem [WAM-Portal des RLI](https://wam.rl-institut.de/). diff --git a/mkdocs.yml b/mkdocs.yml index b9068e61..077c69e6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,12 +1,12 @@ -repo_name: rl-institut/digipipe -repo_url: https://github.com/rl-institut/digipipe -site_name: digipipe documentation +repo_name: rl-institut/apipe +repo_url: https://github.com/rl-institut/apipe +site_name: apipe documentation site_url: http://127.0.0.1:8000/ docs_dir: . site_dir: ./site nav: - - Digipipe: index.md + - apipe: index.md - Hintergrund: docs/sections/background.md - Szenarien: docs/sections/scenarios.md - Energiesystem: docs/sections/esys.md @@ -32,13 +32,13 @@ plugins: - de - exclude-search: exclude: - - digipipe/* + - apipe/* - include-markdown - same-dir - exclude: glob: - - digipipe/esys/* - - digipipe/config/* + - apipe/esys/* + - apipe/config/* - README.md - CHANGELOG.md - "*.tmp"