flood-mapping-tool / app /src /config_parameters.py
castledan
add browser tab title
3e78c48
raw
history blame
2.68 kB
"""Configuration file."""
config = {
# Title browser tab
"browser_title": "Flood mapping tool - MapAction",
# Sidebar
"MA_logo_width": "60%",
"MA_logo_background_position": "35% 10%",
"sidebar_header_fontsize": "30px",
"sidebar_header_fontweight": "30px",
"about_box_background_color": "#dae7f4",
# Introduction and Documentation
"docs_fontsize": "1.2rem",
"docs_caption_fontsize": "1rem",
# Tool
"expander_header_fontsize": "23px",
"widget_header_fontsize": "18px",
"button_text_fontsize": "24px",
"button_text_fontweight": "bold",
"button_background_color": "#dae7f4",
# Data scientists involved
"data_scientists": {
"Piet": "[email protected]",
"Daniele": "[email protected]",
"Cate": "[email protected]",
},
# Urls
"url_data_science_wiki": (
"https://mapaction.atlassian.net/wiki/spaces/GAFO/overview"
),
"url_gee": "https://earthengine.google.com/",
"url_project_wiki": (
"https://mapaction.atlassian.net/wiki/spaces/GAFO/pages/15920922751/"
"Rapid+flood+mapping+from+satellite+imagery"
),
"url_github_repo": "https://github.com/mapaction/flood-extent-tool",
"url_sentinel_esa": (
"https://sentinel.esa.int/web/sentinel/user-guides/sentinel-1-sar"
),
"url_sentinel_dataset": (
"https://developers.google.com/earth-engine/datasets/catalog/"
"COPERNICUS_S1_GRD"
),
"url_sentinel_img": (
"https://sentinel.esa.int/documents/247904/4748961/Sentinel-1-Repeat-"
"Coverage-Frequency-Geometry-2021.jpg"
),
"url_sentinel_img_location": (
"https://sentinel.esa.int/web/sentinel/missions/sentinel-1/"
"observation-scenario"
),
"url_unspider_tutorial": (
"https://un-spider.org/advisory-support/recommended-practices/"
"recommended-practice-google-earth-engine-flood-mapping"
),
"url_unspider_tutorial_detail": (
"https://un-spider.org/advisory-support/recommended-practices/"
"recommended-practice-google-earth-engine-flood-mapping/in-detail"
),
"url_elevation_dataset": (
"https://developers.google.com/earth-engine/datasets/catalog/"
"WWF_HydroSHEDS_03VFDEM"
),
"url_surface_water_dataset": (
"https://developers.google.com/earth-engine/datasets/catalog/"
"JRC_GSW1_4_GlobalSurfaceWater"
),
"url_publication_1": (
"https://onlinelibrary.wiley.com/doi/full/10.1111/jfr3.12303"
),
"url_publication_2": (
"https://www.sciencedirect.com/science/article/abs/pii/"
"S0924271620301702"
),
}