acept.acept_constants

Module for constants used in ACEPT

This module contains constants used in ACEPT that define URLs and paths to files and directories.

Note

All constants of paths work independent of the operating system the code is running on. They are dynamically set depending on the operating system and the filesystem.

Module Contents

acept.acept_constants.DWD_TRY_URL_BASE = 'ftp://opendata.dwd.de/climate_environment/CDC/grids_germany/hourly/Project_TRY/'[source]

Base URL for the DWD TRY data. See https://opendata.dwd.de/climate_environment/CDC/grids_germany/hourly/Project_TRY/

acept.acept_constants.DWD_TRY_URL_TEMP = 'air_temperature_mean/'[source]

URL for the temperature data. See https://opendata.dwd.de/climate_environment/CDC/grids_germany/hourly/Project_TRY/air_temperature_mean/

acept.acept_constants.DWD_TRY_URL_RAD_DIR = 'radiation_direct/'[source]

URL for the direct radiation data. See https://opendata.dwd.de/climate_environment/CDC/grids_germany/hourly/Project_TRY/radiation_direct/

acept.acept_constants.DWD_TRY_URL_RAD_GLOB = 'radiation_global/'[source]

URL for the global radiation data. See https://opendata.dwd.de/climate_environment/CDC/grids_germany/hourly/Project_TRY/radiation_global/

acept.acept_constants.RENEWABLES_NINJA_API_BASE = 'https://www.renewables.ninja/api/'[source]

Base URL for the renewables.ninja API. See https://www.renewables.ninja

acept.acept_constants.PVGIS_API_BASE_URL = 'https://re.jrc.ec.europa.eu/api/v5_2/'[source]

Base URL for the PVGIS API. See https://re.jrc.ec.europa.eu/api/v5_2/

acept.acept_constants.UHP_PATH[source]

Path to the UrbanHeatPro directory.

Path relative to the acept repository root directory: deps/UrbanHeatPro/

See https://github.com/VeraKowalczuk/UrbanHeatPro

acept.acept_constants.UHP_SETTINGS_PATH[source]

Path to the UrbanHeatPro settings file.

Path relative to the acept repository root directory: deps/UrbanHeatPro/settings/uhp_settings.yaml

See https://github.com/VeraKowalczuk/UrbanHeatPro

acept.acept_constants.UHP_DEFAULT_SETTINGS_PATH[source]

Path to the default UrbanHeatPro settings file.

Path relative to the acept repository root directory: deps/UrbanHeatPro/settings/uhp_default_settings.yaml

See https://github.com/VeraKowalczuk/UrbanHeatPro

acept.acept_constants.DWD_TRY_PATH[source]

Path to the local DWD TRY data directory.

Path relative to the acept repository root directory: data/dwd/

acept.acept_constants.TEMPERATURE_DATA_RAW_PATH[source]

Path to the local DWD TRY temperature data directory.

Path relative to the acept repository root directory: data/dwd/temp_data_raw/

acept.acept_constants.RADIATION_DIRECT_DATA_RAW_PATH[source]

Path to the local DWD TRY direct radiation data directory.

Path relative to the acept repository root directory: data/dwd/rad_dir_data_raw/

acept.acept_constants.RADIATION_GLOBAL_DATA_RAW_PATH[source]

Path to the local DWD TRY global radiation data directory.

Path relative to the acept repository root directory: data/dwd/rad_glob_data_raw/

acept.acept_constants.TRY_BAVARIAN_PATH[source]

Path to the local DWD TRY data directory with combined TRY data for Bavaria.

Path relative to the acept repository root directory: data/dwd/try_bavarian/

acept.acept_constants.PLZ_PATH[source]

Path to the PLZ shape file.

Path relative to the acept repository root directory: data/plz/plz-5stellig.shp

acept.acept_constants.FED_STATES_PATH[source]

Path to the federal states shape file.

Path relative to the acept repository root directory: data/fed_states/federal_states_borders_germany.shp

acept.acept_constants.TEMP_PATH[source]

Path to the temporary directory.

Path relative to the acept repository root directory: temp/

acept.acept_constants.BBD_ROOT_DIR_TEST[source]

Path to the local test data directory.

Path relative to the acept repository root directory: ../BBD/TestBezirk/

acept.acept_constants.PLZ_MAPPING_JSON_DIR_TEST[source]

Path to the PLZ to municipality code mapping JSON file for the test data.

Path relative to the acept repository root directory: data/plz_mappigs/test_plz_to_munc_dict.json

acept.acept_constants.BBD_ROOT_DIR[source]

Path to the data directory for the unprocessed Bavarian Building Database (BBD).

Path relative to the acept repository root directory: ../BBD/

acept.acept_constants.PLZ_MAPPING_JSON_DIR[source]

Path to the PLZ to municipality code mapping JSON file for the BBD.

Path relative to the acept repository root directory: data/plz_to_munc_dict.json

acept.acept_constants.BBD_WITH_PLZ_ROOT_PATH[source]
Path to the data directory for the preprocessed Bavarian Building Database (BBD).

Includes the BBD with PLZ information and missing fields added.

Path relative to the acept repository root directory: data/bbd