File size: 13,743 Bytes
d0aa572
cbb959b
 
 
 
b05bcc3
d0aa572
 
cbb959b
d0aa572
c507920
0e20c98
77d5d8c
 
 
 
 
 
 
 
 
b05bcc3
 
 
 
 
 
 
 
 
 
77d5d8c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b05bcc3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cbb959b
c507920
cbb959b
c507920
b05bcc3
 
 
 
 
 
 
 
 
 
71cfbc3
4b604d3
45bbdf3
 
4b604d3
45bbdf3
4b604d3
45bbdf3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b05bcc3
45bbdf3
 
 
 
 
 
 
 
4b604d3
45bbdf3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
import streamlit as st
import urllib
import json
from pprint import pprint
from pathlib import Path
import datetime
import folium
from streamlit_folium import folium_static
import geopandas as gpd
import tempfile
import os

# Constants
CATEGORIES = {
    'Gebueschwald': 'Forêt buissonnante',
    'Wald': 'Forêt',
    'Wald offen': 'Forêt claisemée',
    'Gehoelzflaeche': 'Zone boisée',
}
MERGE_CATEGORIES = True

URL_STAC_SWISSTOPO_BASE = 'https://data.geo.admin.ch/api/stac/v0.9/collections/'

DIC_LAYERS = {
    'ortho': 'ch.swisstopo.swissimage-dop10',
    'mnt': 'ch.swisstopo.swissalti3d',
    'mns': 'ch.swisstopo.swisssurface3d-raster',
    'bati3D_v2': 'ch.swisstopo.swissbuildings3d_2',
    'bati3D_v3': 'ch.swisstopo.swissbuildings3d_3_0',
}

# Functions from the original notebook
def wgs84_to_lv95(lat, lon):
    url = f'http://geodesy.geo.admin.ch/reframe/wgs84tolv95?easting={lat}&northing={lon}&format=json'
    site = urllib.request.urlopen(url)
    data = json.load(site)
    return data['easting'], data['northing']

def lv95_to_wgs84(x, y):
    url = f'http://geodesy.geo.admin.ch/reframe/lv95towgs84?easting={x}&northing={y}&format=json'
    f = urllib.request.urlopen(url)
    txt = f.read().decode('utf-8')
    json_res = json.loads(txt)
    return json_res

def detect_and_convert_bbox(bbox):
    xmin, ymin, xmax, ymax = bbox
    
    wgs84_margin = 0.9
    wgs84_bounds = {
        'xmin': 5.96 - wgs84_margin,
        'ymin': 45.82 - wgs84_margin,
        'xmax': 10.49 + wgs84_margin,
        'ymax': 47.81 + wgs84_margin
    }
    
    lv95_margin = 100000
    lv95_bounds = {
        'xmin': 2485000 - lv95_margin,
        'ymin': 1075000 - lv95_margin,
        'xmax': 2834000 + lv95_margin,
        'ymax': 1296000 + lv95_margin
    }
    
    if (wgs84_bounds['xmin'] <= xmin <= wgs84_bounds['xmax'] and
        wgs84_bounds['ymin'] <= ymin <= wgs84_bounds['ymax'] and
        wgs84_bounds['xmin'] <= xmax <= wgs84_bounds['xmax'] and
        wgs84_bounds['ymin'] <= ymax <= wgs84_bounds['ymax']):
        
        lv95_min = wgs84_to_lv95(xmin, ymin)
        lv95_max = wgs84_to_lv95(xmax, ymax)
        
        bbox_lv95 = (lv95_min[0], lv95_min[1], lv95_max[0], lv95_max[1])
        return (bbox, bbox_lv95)
    
    if (lv95_bounds['xmin'] <= xmin <= lv95_bounds['xmax'] and
        lv95_bounds['ymin'] <= ymin <= lv95_bounds['ymax'] and
        lv95_bounds['xmin'] <= xmax <= lv95_bounds['xmax'] and
        lv95_bounds['ymin'] <= ymax <= lv95_bounds['ymax']):
        
        wgs84_min = lv95_to_wgs84(xmin, ymin)
        wgs84_max = lv95_to_wgs84(xmax, ymax)
        
        bbox_wgs84 = (wgs84_min['easting'], wgs84_min['northing'], wgs84_max['easting'], wgs84_max['northing'])
        return (bbox_wgs84, bbox)
    
    return None

def get_list_from_STAC_swisstopo(url, est, sud, ouest, nord, gdb=False):
    if gdb:
        lst_indesirables = []
    else:
        lst_indesirables = ['.xyz.zip', '.gdb.zip']

    sufixe_url = f"/items?bbox={est},{sud},{ouest},{nord}"
    url += sufixe_url
    res = []

    while url:
        f = urllib.request.urlopen(url)
        txt = f.read().decode('utf-8')
        json_res = json.loads(txt)
        url = None
        links = json_res.get('links', None)
        if links:
            for link in links:
                if link['rel'] == 'next':
                    url = link['href']   
        
        for item in json_res['features']:
            for k, dic in item['assets'].items():
                href = dic['href']
                if gdb:
                    if href[-8:] == '.gdb.zip':
                        if len(dic['href'].split('/')[-1].split('_')) == 7:
                            res.append(dic['href'])
                else:
                    if href[-8:] not in lst_indesirables:
                        res.append(dic['href'])           
    return res

def suppr_doublons_bati3D_v2(lst_url):    
    dico = {}
    dxf_files = [url for url in lst_url if url[-8:] == '.dxf.zip']
    for dxf in dxf_files:
        *a, date, feuille = dxf.split('/')[-2].split('_')
        dico.setdefault(feuille, []).append((date, dxf))
    res = []
    for k, liste in dico.items():
        res.append(sorted(liste, reverse=True)[0][1])
    return res

def suppr_doublons_bati3D_v3(lst_url):    
    dico = {}
    gdb_files = [url for url in lst_url if url[-8:] == '.gdb.zip']
    for gdb in gdb_files:
        *a, date, feuille = gdb.split('/')[-2].split('_')
        dico.setdefault(feuille, []).append((date, gdb))
    res = []
    for k, liste in dico.items():
        res.append(sorted(liste, reverse=True)[0][1])
    return res

def suppr_doublons_list_ortho(lst):
    dic = {}
    for url in lst:
        nom, an, noflle, taille_px, epsg = url.split('/')[-1][:-4].split('_')
        dic.setdefault((noflle, float(taille_px)), []).append((an, url))
    res = []
    for noflle, lst in dic.items():
        an, url = sorted(lst, reverse=True)[0]
        res.append(url)
    return res

def suppr_doublons_list_mnt(lst):
    dic = {}
    for url in lst:
        nom, an, noflle, taille_px, epsg, inconnu = url.split('/')[-1][:-4].split('_')
        dic.setdefault((noflle, float(taille_px)), []).append((an, url))
    res = []
    for noflle, lst in dic.items():
        an, url = sorted(lst, reverse=True)[0]
        res.append(url)
    return res

def get_trees_points_from_bbox(bbox, fn_geojson):
    xmin, ymin, xmax, ymax = bbox
    url_base = 'https://hepiadata.hesge.ch/arcgis/rest/services/suisse/TLM_C4D_couverture_sol/FeatureServer/0/query?'
    params = {
        "geometry": f"{xmin},{ymin},{xmax},{ymax}",
        "geometryType": "esriGeometryEnvelope",
        "returnGeometry": "true",
        "returnZ": "true",
        "spatialRel": "esriSpatialRelIntersects",
        "f": "json"
    }
    query_string = urllib.parse.urlencode(params)
    url = url_base + query_string

    with urllib.request.urlopen(url) as response:
        response_data = response.read()
        data = json.loads(response_data)

        with open(fn_geojson, 'w') as f:
            json.dump(data, f)

def geojson_forest(bbox, fn_geojson):
    xmin, ymin, xmax, ymax = bbox
    url_base = 'https://hepiadata.hesge.ch/arcgis/rest/services/suisse/TLM_C4D_couverture_sol/FeatureServer/1/query?'

    sql = ' OR '.join([f"OBJEKTART='{cat}'" for cat in CATEGORIES.keys()])

    params = {
        "geometry": f"{xmin},{ymin},{xmax},{ymax}",
        "geometryType": "esriGeometryEnvelope",
        "returnGeometry": "true",
        "outFields": "OBJEKTART",
        "orderByFields": "OBJEKTART",
        "where": sql,
        "returnZ": "true",
        "outSR": '2056',
        "spatialRel": "esriSpatialRelIntersects",
        "f": "geojson"
    }
    query_string = urllib.parse.urlencode(params)
    url = url_base + query_string
    
    with urllib.request.urlopen(url) as response:
        response_data = response.read()
        data = json.loads(response_data)
        
        with open(fn_geojson, 'w') as f:
            json.dump(data, f)

# Function to get URLs based on bbox and selected options
def get_urls(bbox_wgs84, mnt=True, mns=True, bati3D_v2=True, bati3D_v3=True, ortho=True, mnt_resol=0.5, ortho_resol=0.1):
    est, sud, ouest, nord = bbox_wgs84
    urls = []

    if mnt:
        mnt_resol = 0.5 if mnt_resol < 2 else 2
        tri = f'_{mnt_resol}_'
        url = URL_STAC_SWISSTOPO_BASE + DIC_LAYERS['mnt']
        lst = [v for v in get_list_from_STAC_swisstopo(url, est, sud, ouest, nord) if tri in v]
        lst = suppr_doublons_list_mnt(lst)
        urls += lst

    if mns:
        url = URL_STAC_SWISSTOPO_BASE + DIC_LAYERS['mns']
        lst = [v for v in get_list_from_STAC_swisstopo(url, est, sud, ouest, nord) if 'raster' in v]
        lst = suppr_doublons_list_mnt(lst)
        urls += lst

    if bati3D_v2:
        url = URL_STAC_SWISSTOPO_BASE + DIC_LAYERS['bati3D_v2']
        lst = get_list_from_STAC_swisstopo(url, est, sud, ouest, nord)
        lst = suppr_doublons_bati3D_v2(lst)
        urls += lst

    if bati3D_v3:
        url = URL_STAC_SWISSTOPO_BASE + DIC_LAYERS['bati3D_v3']
        lst = get_list_from_STAC_swisstopo(url, est, sud, ouest, nord, gdb=True)
        lst = suppr_doublons_bati3D_v3(lst)
        urls += lst

    if ortho:
        ortho_resol = 0.1 if ortho_resol < 2 else 2
        tri = f'_{ortho_resol}_'
        url = URL_STAC_SWISSTOPO_BASE + DIC_LAYERS['ortho']
        lst = [v for v in get_list_from_STAC_swisstopo(url, est, sud, ouest, nord) if tri in v]
        lst = suppr_doublons_list_ortho(lst)
        urls += lst

    return urls

# Function to classify URLs
def classification_urls(urls):
    dic = {}
    for url in urls:
        fn = url.split('/')[-1]
        dirname = fn.split('_')[0]
        
        if dirname == 'swissbuildings3d':
            name, version, *a = fn.split('_')
            if version == '2':
                an = fn.split('_')[2].split('-')[0]
            elif version == '3':
                an = fn.split('_')[3]
            dirname = f'{name}_v{version}_{an}'
        
        elif dirname == 'swissalti3d':
            name, an, no_flle, resol, *a = fn.split('_')
            if resol == '0.5':
                resol = '50cm'
                fn = fn.replace('0.5', '50cm')
            elif resol == '2':
                resol = '2m'
                fn = fn.replace('2', '2m')
            dirname = f'{name}_{an}_{resol}'
        elif dirname == 'swisssurface3d-raster':
            name, an, no_flle, resol, *a = fn.split('_')
            if resol == '0.5':
                resol = '50cm'
                fn = fn.replace('0.5', '50cm')
            dirname = f'{name}_{an}_{resol}'
        elif dirname == 'swissimage-dop10':
            name, an, no_flle, resol, *a = fn.split('_')
            if resol == '0.1':
                resol = '10cm'
                fn = fn.replace('0.1', '10cm')
            elif resol == '2':
                resol = '2m'
                fn = fn.replace('2', '2m')
            dirname = f'{name}_{an}_{resol}'
        
        dic.setdefault(dirname, []).append((url, fn))
    return dic

# Function to download files
def download_files(urls, path):
    now = datetime.datetime.now()
    path = Path(path) / f'swisstopo_extraction_{now.strftime("%Y%m%d_%H%M")}'
    path.mkdir(exist_ok=True)

    for k, v in classification_urls(urls).items():
        p = path / k
        p.mkdir(exist_ok=True)
        for url, fn in v:
            urllib.request.urlretrieve(url, p / fn)
    return path

# Streamlit app
st.set_page_config(page_title="Swiss Geospatial Data Downloader", layout="wide")

st.title("Swiss Geospatial Data Downloader")

# Sidebar for data selection
st.sidebar.header("Data Selection")
mnt = st.sidebar.checkbox("Digital Terrain Model (MNT)", value=True)
mns = st.sidebar.checkbox("Digital Surface Model (MNS)", value=True)
bati3D_v2 = st.sidebar.checkbox("3D Buildings v2", value=True)
bati3D_v3 = st.sidebar.checkbox("3D Buildings v3", value=True)
ortho = st.sidebar.checkbox("Orthophotos", value=True)

mnt_resol = st.sidebar.selectbox("MNT Resolution", [0.5, 2.0], index=0)
ortho_resol = st.sidebar.selectbox("Orthophoto Resolution", [0.1, 2.0], index=0)

# Main content area
st.subheader("Enter Bounding Box Coordinates")
col1, col2, col3, col4 = st.columns(4)
with col1:
    xmin = st.number_input("Min Longitude", value=6.0, step=0.1)
with col2:
    ymin = st.number_input("Min Latitude", value=46.0, step=0.1)
with col3:
    xmax = st.number_input("Max Longitude", value=10.0, step=0.1)
with col4:
    ymax = st.number_input("Max Latitude", value=47.0, step=0.1)

if st.button("Set Bounding Box"):
    st.session_state.bbox = [xmin, ymin, xmax, ymax]

if 'bbox' in st.session_state:
    st.write(f"Selected bounding box (WGS84): {st.session_state.bbox}")
    
    # Convert bbox to LV95
    bbox_results = detect_and_convert_bbox(st.session_state.bbox)
    
    if bbox_results:
        bbox_wgs84, bbox_lv95 = bbox_results
        st.write(f"Converted bounding box (LV95): {bbox_lv95}")
        
        if st.button("Get Download Links"):
            with st.spinner("Fetching download links..."):
                urls = get_urls(bbox_wgs84, mnt, mns, bati3D_v2, bati3D_v3, ortho, mnt_resol, ortho_resol)
                
                if urls:
                    st.success(f"Found {len(urls)} files to download:")
                    for url in urls:
                        st.write(url)
                    
                    # Option to download files
                    if st.button("Download Files"):
                        with st.spinner("Downloading files..."):
                            download_path = download_files(urls, "downloads")
                            st.success(f"Files downloaded to: {download_path}")
                else:
                    st.warning("No files found for the selected area and options.")
        
        # Option to download forest data
        if st.button("Download Forest Data"):
            with st.spinner("Downloading forest data..."):
                with tempfile.NamedTemporaryFile(mode='w', delete=False, suffix='.geojson') as tmp:
                    geojson_forest(bbox_lv95, tmp.name)
                    gdf = gpd.read_file(tmp.name)
                    st.write(gdf)
                os.unlink(tmp.name)
                st.success("Forest data downloaded and displayed.")
    else:
        st.error("Selected area is outside Switzerland. Please select an area within Switzerland.")

st.sidebar.info("This application allows you to download various types of geospatial data for Switzerland. Select the data types you want, enter the bounding box coordinates, and click 'Get Download Links' to see available files.")