File size: 2,758 Bytes
d033501
62b4495
3e78c48
 
d033501
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62b4495
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d033501
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
"""Configuration file."""
params = {
    # Title browser tab
    "browser_title": "Flood mapping tool - MapAction",
    # Data scientists involved
    "data_scientists": {
        "Piet": "pgerrits@mapaction.org",
        "Daniele": "dcastellana@mapaction.org",
        "Cate": "cseale@mapaction.org",
    },
    # 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"
    ),
    # Layout and styles
    ## Sidebar
    "MA_logo_width": "60%",
    "MA_logo_background_position": "35% 10%",
    "sidebar_header": "Flood Mapping Tool",
    "sidebar_header_fontsize": "30px",
    "sidebar_header_fontweight": "bold",
    "about_box_background_color": "#dae7f4",
    ## Introduction and Documentation pages
    "docs_fontsize": "1.2rem",
    "docs_caption_fontsize": "1rem",
    ## Tool page
    "expander_header_fontsize": "23px",
    "widget_header_fontsize": "18px",
    "button_text_fontsize": "24px",
    "button_text_fontweight": "bold",
    "button_background_color": "#dae7f4",
}