-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
769 lines (658 loc) · 30.8 KB
/
index.html
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
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Service de téléchargement des données météo SAFRAN - API OGC EDR </title>
<script src="https://cdn.plot.ly/plotly-2.27.0.min.js" charset="utf-8"></script>
<link rel="stylesheet" href="css/main.min.css" />
<link rel="stylesheet" href="css/map_col.css" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/ol.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/ol.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.10.0/proj4.js"
integrity="sha512-e3rsOu6v8lmVnZylXpOq3DO/UxrCgoEMqosQxGygrgHlves9HTwQzVQ/dLO+nwSbOSAecjRD7Y/c4onmiBVo6w=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
</head>
<body class="has-navbar-fixed-top">
<nav id="navbar-main" class="navbar is-fixed-top">
<iframe id="georchestraHeader" src="https://geosas.fr/header/" height="30px" width="100%"></iframe>
</nav>
<br>
<div id="name_collection" class="block">
<h1 class="title has-text-centered">Visualisation et téléchargement de données spatio-temporelles</h1>
<h2 class="subtitle has-text-centered" id="collectionN"></h2>
</div>
<div class="block" id='descriptionS' class="block" style="margin-left: 25px;"></div>
<div class="columns">
<div class="column">
<div id="map" style="height: 600px;width: 95%;">
<div id='legende'></div>
</div>
<div id="nap_tempo" class="box is-hidden">
<button class="button" onclick="prev_date_maille()">« Précedent</button>
<span class="tag is-white is-medium" id="date_viz"></span>
<button class="button" onclick="next_date_maille()">Next »</button>
<span class="tag" id="viz_param"></span>
</div>
<div id="tester"></div>
</div>
<div class="column">
<h3 class="title is-4">1. Choix du paramètre :</h3>
<div class="field">
<div id="inputGroup" class="control"></div>
</div>
<h3 class="title is-4">2. Choix de la date :</h3>
<div class="field">
<input type='date' id="date_start" min="" max="" value="">
<input type='date' id="date_fin" min="" max="" value="">
</div>
<div>
<h3 class="title is-4">3. Choix du format de téléchargement :</h3>
</div>
<div class="field">
<div class="select">
<select id="format" class="select" onchange=get_description_format()>
<option value="CSV">CSV</option>
<option value="CoverageJSON">CoverageJSON</option>
<option value="netCDF4">netCDF4</option>
</select>
</div>
<div id="descriptionFormat"></div>
</div>
<h3 class="title is-4">4. Mode de sélection :</h3>
<div class="field">
<button id="btnDlMaille" onclick="ajout_click_maille()" class="button is-info is-hidden">
Maille
</button>
<button id="btnDlRectangle" onclick="ajout_dessin_maille()"
class="button is-success is-hidden js-modal-trigger" data-target="modal-js-example">
Zone
</button>
</div>
<div id="explicationPts" class="block is-hidden"> Vous pouvez maintenant cliquer sur une maille pour
visualiser une chronique et/ou la télécharger.</div>
<div id="explicationPoly" class="block is-hidden"> Vous pouvez maintenant dessiner sur la carte et
télécharger le cube de données. Il est possible de visualiser les données sur la carte, si vous
sélectionnez un
paramètre.</div>
<div class="field">
<progress id="barDl" class="progress is-large is-primary is-hidden" max="100"></progress>
<button id="btnDl" onclick="download()" class="button is-hidden is-primary">
Télécharger
</button>
<button id="btnDlBBox" onclick="download_cube()" class="button is-hidden is-primary">
Télécharger les données situées à l'intérieur de la zone sélectionée
</button>
</div>
<div class="field">
<div class="block is-size-7">
Vous avez rencontré des difficultés ou un bug, ouvrez une issue sur notre github : <a
href="https://github.com/geosas/OGC-API-EDR">pour l'api</a>, <a
href="https://github.com/geosas/OGC-API-EDR-viewer">pour le viewer</a>
</div>
</div>
</div>
</div>
<div id="modal-js-example" class="modal">
<div class="modal-background"></div>
<div class="modal-card">
<header class="modal-card-head">
<h1 class="title">Information sur le téléchargement</h1>
<button class="delete" aria-label="close" onclick="close_modal()"></button>
</header>
<section class="modal-card-body">
<h2 class="subtitle">Attention</h2>
<p>Le téléchargement en format <b>CSV</b> est adapté jusqu'à l'échelle d'une région. Les temps de
génération et de téléchargement seront trop long et n'aboutiront pas pour la France entière pour
la série temporelle complète.
</p>
<br>
<p>
Si vous voulez vraiment télécharger les données en CSV pour la France entière, il faut le faire par
période de 10 ans, ce qui génère des fichiers de 1.8 Go pour une variable.
</p>
<br>
<p>
Le meilleur format pour télécharger la France entière est le NetCDF, l'ensemble du jeu de donnée
(65ans) pour une variable fait 1.7 Go en NetCDF.
Des exemples de code en R ou Python sont disponibles sur <a
href="https://geosas.fr/web/?page_id=6345">la documentation de l'api EDR sur GéoSAS</a>
</p>
</section>
<footer class="modal-card-foot">
<button class="button" onclick="close_modal()">OK</button>
</footer>
</div>
</div>
</body>
<script>
var url_serveur = 'https://api.geosas.fr/edr/collections/safran-isba'
var serviceI
var parameterName
var x_position
var y_position
var start
var fin
var bbox
var clickMaille = false
var dessinsMaille = false
var marker = false
var poly_map
var maille
var legend
var colormap = []
var uniteLgd
var info_csv = false
var draw
var sourceDraw = new ol.source.Vector({ wrapX: false });
var vectorDraw = new ol.layer.Vector({
source: sourceDraw,
});
var staterPage = true
proj4.defs('EPSG:2154', '+proj=lcc +lat_1=49 +lat_2=44 +lat_0=46.5 +lon_0=3' +
'+x_0=700000 +y_0=6600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs');
ol.proj.proj4.register(proj4);
var proj2154 = ol.proj.get('EPSG:2154');
const map = new ol.Map({
target: 'map',
layers: [
new ol.layer.Tile({
source: new ol.source.OSM(),
}),
],
view: new ol.View({
center: [617097, 6635295],
zoom: 5,
projection: 'EPSG:2154',
}),
});
var markers = new ol.layer.Vector({
source: new ol.source.Vector(),
style: new ol.style.Style({
image: new ol.style.Icon({
scale: 0.25,
displacement: [0, 15],
src: './data/marker.png'
})
})
});
draw = new ol.interaction.Draw({
source: sourceDraw,
type: "Circle",
geometryFunction: ol.interaction.Draw.createBox(),
});
draw.on('drawend', function (event) {
var feature = event.feature;
console.log(feature.values_.geometry.extent_)
bbox = feature.values_.geometry.extent_
plot_maille(false, bbox[0].toString() + "," + bbox[1].toString() + "," + bbox[2].toString() + "," + bbox[3].toString())
document.getElementById("btnDlBBox").classList.remove('is-hidden')
});
starter()
map.on('click', function (evt) {
xy = evt.coordinate
if (marker != false) {
//map.removeLayer(marker)
marker = false
}
if (clickMaille == true) {
if (document.querySelectorAll('.parameterName:checked').length == 0) {
alert('veulliez choisir un parametre')
} else {
document.getElementById("barDl").classList.remove('is-hidden')
getParamSelect()
markers.getSource().clear()
marker = new ol.Feature(new ol.geom.Point(xy));
markers.getSource().addFeature(marker);
x_position = xy[0]
y_position = xy[1]
console.log(x_position, y_position)
date_start = document.getElementById("date_start")
start = date_start.value
date_fin = document.getElementById("date_fin")
fin = date_fin.value
console.log(start, fin)
fetch(url_serveur + '/position?coords=POINT(' + x_position + ' ' + y_position + ')&crs=EPSG:2154¶meter-name=' + parameterName + '&f=CoverageJSON&datetime=' + start + '/' + fin)
.then(response => response.json())
.then(function (data) {
div_plot = document.getElementById('tester')
div_plot.innerHTML = ''
document.getElementById("btnDl").classList.remove('is-hidden')
x_date = []
for (i = 0; i < data.domain.axes.t.values.length; ++i) {
x_date.push(data.domain.axes.t.values[i].substr(0, 10))
}
for (i in Object.keys(data['ranges'])) {
i = Object.keys(data['ranges'])[i]
console.log(i)
le_plot = document.createElement('div');
le_plot.id = i
div_plot.appendChild(le_plot)
Plotly.newPlot(le_plot, [{
x: x_date,
y: data.ranges[i].values
}],
{
title: { text: i + " " + data['parameters'][i]['description'] + ", si dessous :" },
yaxis: {
title: {
text: data['parameters'][i]['unit']['symbol']['value'],
}
}
}
);
}
document.getElementById("barDl").classList.add('is-hidden')
document.getElementById('tester').scrollIntoView()
//console.log(data.ranges[Object.keys(data['ranges'])[0]].values)
});
}
}
})
map.on("pointermove", function (evt) {
var hit = this.forEachFeatureAtPixel(evt.pixel, function (feature, layer) {
return true;
});
if (hit) {
this.getTargetElement().style.cursor = 'pointer';
} else {
this.getTargetElement().style.cursor = '';
}
});
function close_modal() {
document.getElementById("modal-js-example").classList.remove('is-active')
}
function optiSize(extent, size) {
extent[0] = extent[0] - (2 * size)
extent[1] = extent[1] - (2 * size)
extent[2] = extent[2] + (2 * size)
extent[3] = extent[3] + (2 * size)
return extent
}
function getColor(d, colormap) {
return d > colormap[6] ? '#800026' :
d > colormap[5] ? '#BD0026' :
d > colormap[4] ? '#E31A1C' :
d > colormap[3] ? '#FC4E2A' :
d > colormap[2] ? '#FD8D3C' :
d > colormap[1] ? '#FEB24C' :
d > colormap[0] ? '#FED976' :
'#FFEDA0';
}
function style_couleur(feature) {
return getColor(feature.values_.val, colormap)
}
function getParamSelect() {
parameterName = []
inputSelect = document.querySelectorAll('.parameterName:checked')
for (i = 0; i < inputSelect.length; i++) {
parameterName.push(inputSelect[i].value)
}
parameterName = parameterName.toString()
}
function get_description_format() {
selectFormat = document.getElementById("format")
id = selectFormat.selectedIndex
name = selectFormat.value
dico_format = {
"CSV": "Format d'origine des données, csv en long. Rapide pour une maille sinon lent à générer et à télécharger.",
"CoverageJSON": "Format de publication de données géotemporelles pour le web. Rapide à générer et à télécharger",
"netCDF4": "Rapide à générer et à télécharger",
}
txt = dico_format[name]
descriptionF = document.getElementById("descriptionFormat");
descriptionF.innerHTML = txt;
}
function set_date(mini, maxi) {
console.log(mini, maxi)
date_start = document.getElementById("date_start")
date_start.min = mini
date_start.max = maxi
date_start.value = mini
date_fin = document.getElementById("date_fin")
date_fin.min = mini
date_fin.max = maxi
date_fin.value = maxi
}
function download() {
getParamSelect()
date_start = document.getElementById("date_start")
start = date_start.value
date_fin = document.getElementById("date_fin")
fin = date_fin.value
format = document.getElementById("format").value
url_DL = url_serveur + '/position?coords=POINT(' + x_position + ' ' + y_position + ')&crs=EPSG:2154¶meter-name=' + parameterName + '&f=' + format + '&datetime=' + start + '/' + fin
alert("le téléchargement va s'executer dans une nouvelle fenetre")
window.open(url_DL, '_blank');
}
function download_cube() {
if (document.querySelectorAll('.parameterName:checked').length == 0) {
alert('veulliez choisir un parametre')
}
//Math.round((fin-start)/(3600*24*365*1000))
else {
getParamSelect()
date_start = document.getElementById("date_start")
start = date_start.value
date_fin = document.getElementById("date_fin")
fin = date_fin.value
format = document.getElementById("format").value
box = bbox[0].toString() + "," + bbox[1].toString() + "," + bbox[2].toString() + "," + bbox[3].toString()
url_DL = url_serveur + '/cube?bbox=' + box + '&crs=EPSG:2154¶meter-name=' + parameterName + '&f=' + format + '&datetime=' + start + '/' + fin
console.log(url_DL)
alert("le téléchargement va s'executer dans une nouvelle fenetre")
window.open(url_DL, '_blank');
}
}
function ajout_click_maille() {
if (document.querySelectorAll('.parameterName:checked').length == 0) {
alert('veulliez choisir un parametre')
} else {
map.addLayer(markers);
if (dessinsMaille == true) {
la_legende = document.getElementById('legende')
la_legende.innerHTML = ""
map.removeInteraction(draw)
map.removeLayer(vectorDraw)
sourceDraw.clear()
vectorSource.clear()
plot_maille(true, "100818,6043571,1251828,7122643")
}
/*if (Object.keys(editableLayers._layers).length > 0) {
editableLayers.eachLayer(
function (l) {
editableLayers.removeLayer(l);
});
}*/
clickMaille = true
dessinsMaille = false
//poly_map.remove()
//legend.remove()
document.getElementById("explicationPts").classList.remove('is-hidden')
document.getElementById("explicationPoly").classList.add('is-hidden')
document.getElementById("nap_tempo").classList.add('is-hidden')
document.getElementById("btnDlBBox").classList.add('is-hidden')
}
}
function ajout_dessin_maille() {
div_plot = document.getElementById('tester')
div_plot.innerHTML = ''
if (document.querySelectorAll('.parameterName:checked').length == 0) {
alert('veulliez choisir un parametre')
} else {
if (info_csv == false) {
document.getElementById("modal-js-example").classList.add('is-active')
info_csv = true
}
map.removeLayer(markers);
clickMaille = false
dessinsMaille = true
if (marker != false) {
map.removeLayer(marker)
marker == false
}
document.getElementById("explicationPts").classList.add('is-hidden')
document.getElementById("explicationPoly").classList.remove('is-hidden')
//map.addControl(drawControl);
map.addInteraction(draw)
map.addLayer(vectorDraw)
document.getElementById("btnDl").classList.add('is-hidden')
}
}
function next_date_maille() {
date_maxi = document.getElementById("date_start").max
if (date_maxi == document.getElementById("date_viz").innerHTML.substr(0, 10)) {
alert('Vous êtes à la dernière date du jeu de donnée')
} else {
date_maille_viz = new Date(document.getElementById("date_viz").innerHTML)
date_maille_viz.setDate(date_maille_viz.getDate() + 1)
console.log(date_maille_viz.toISOString())
plot_maille(false, bbox[0].toString() + "," + bbox[1].toString() + "," + bbox[2].toString() + "," + bbox[3].toString(), date_maille_viz.toISOString())
}
}
function prev_date_maille() {
date_mini = document.getElementById("date_start").min
if (date_mini == document.getElementById("date_viz").innerHTML.substr(0, 10)) {
alert('Vous êtes à la première date du jeu de donnée')
} else {
date_maille_viz = new Date(document.getElementById("date_viz").innerHTML)
date_maille_viz.setDate(date_maille_viz.getDate() - 1)
console.log(date_maille_viz.toISOString())
plot_maille(false, bbox[0].toString() + "," + bbox[1].toString() + "," + bbox[2].toString() + "," + bbox[3].toString(), date_maille_viz.toISOString())
}
}
function plot_maille(init, bounding_box, date_maille_viz = false) {
if (init != true) {
if (document.querySelectorAll('.parameterName:checked').length == 0) {
alert('veulliez choisir un parametre')
return
}
else {
getParamSelect()
parameterName = parameterName.split(',')[0]
if (date_maille_viz == false) {
date_start = document.getElementById("date_start")
datetime = date_start.value
} else {
datetime = date_maille_viz
}
document.getElementById("nap_tempo").classList.remove('is-hidden')
document.getElementById("date_viz").innerHTML = datetime.substr(0, 10)
document.getElementById("viz_param").innerHTML = parameterName
}
} else {
datetime = '1970-01-01T00:00Z'
}
fetch(url_serveur + "/cube?parameter-name=" + parameterName + "&bbox=" + bounding_box + "&datetime=" + datetime + "&f=CoverageJSON&crs=EPSG:2154")
.then(response => response.json())
.then(function (data) {
console.log(data)
mon_poly = {
'type': 'FeatureCollection',
'crs': {
'type': 'name',
'properties': {
'name': 'EPSG:2154',
},
},
'features': [
]
}
//poly_map.remove()
//maille.remove()
cel_size = (data.domain.axes.x.stop - data.domain.axes.x.start) / (data.domain.axes.x.num - 1)
xR = []
for (i = data.domain.axes.x.start; xR.length < data.domain.axes.x.num; i += cel_size) {
xR.push(i)
}
cel_size = (data.domain.axes.y.stop - data.domain.axes.y.start) / (data.domain.axes.y.num - 1)
yR = []
for (i = data.domain.axes.y.start; yR.length < data.domain.axes.y.num; i += cel_size) {
yR.push(i)
}
cell_size = Math.abs(xR[0] - xR[1]) / 2
z = 0
for (y = 0; y < yR.length; ++y) {
for (i = 0; i < xR.length; ++i) {
if (data.ranges[parameterName]['values'][z] != null) {
mon_poly['features'].push(
{
"type": "Feature",
"properties": {
"x": xR[i],
"y": yR[y],
"val": data.ranges[parameterName]['values'][z]
},
"geometry": {
"coordinates": [
[
[
xR[i] - cell_size,
yR[y] - cell_size
],
[
xR[i] - cell_size,
yR[y] + cell_size
],
[
xR[i] + cell_size,
yR[y] + cell_size
],
[
xR[i] + cell_size,
yR[y] - cell_size
],
[
xR[i] - cell_size,
yR[y] - cell_size
]
]
],
"type": "Polygon"
}
})
}
z += 1
}
}
document.getElementById("btnDlMaille").classList.remove('is-hidden')
document.getElementById("btnDlRectangle").classList.remove('is-hidden')
if (init != true) {
max = Math.max(...data.ranges[parameterName]['values'])
mini = Math.min(...data.ranges[parameterName]['values'])
pas = (max - mini) / 7
colormap = []
for (y = 0; y <= 7; ++y) {
mini = Math.round(mini * 100) / 100
colormap.push(mini)
mini += pas
}
sourceDraw.clear()
vectorSource.clear()
/*poly_map = L.geoJSON(mon_poly, {
style: style_couleur,
onEachFeature: function (feature, layer) {
layer.bindPopup('<h1>' + parameterName + '</h1><p>name: ' + feature.properties.val + '</p>');
}
})*/
uniteLgd = data.parameters[parameterName]['unit']['label']
/*legend.remove()
*/
//var element = document.createElement('div');
var la_legende = document.getElementById('legende')
la_legende.innerHTML = ""
la_legende.classList.add('legend')
la_legende.classList.add('info')
la_legende.classList.add('ol-custom')
la_legende.classList.add('ol-unselectable')
la_legende.classList.add('ol-control')
grades = colormap
la_legende.innerHTML += " " + uniteLgd + "<br>"
if ([... new Set(grades)].length == 1) {
la_legende.innerHTML +=
'<i style="background:' + getColor(grades[0], colormap) + '"></i> ' +
grades[0] + (grades[0 + 1] ? ' ' + grades[0 + 1] + '<br>' : '');
} else {
for (var i = 0; i < grades.length; i++) {
la_legende.innerHTML +=
'<i style="background:' + getColor(grades[i], colormap) + '"></i> ' +
grades[i] + (grades[i + 1] ? ' / ' + grades[i + 1] + '<br>' : '+');
}
}
var controlPanel = new ol.control.Control({
element: la_legende
});
map.addControl(controlPanel);
vectorSource = new ol.source.Vector({
features: new ol.format.GeoJSON().readFeatures(mon_poly),
});
maille = new ol.layer.Vector({
source: vectorSource,
style: function (feature) {
return new ol.style.Style({
fill: new ol.style.Fill({
color: getColor(feature.values_.val, colormap),
}),
stroke: new ol.style.Stroke({
color: getColor(feature.values_.val, colormap),
}),
});
}
})
map.addLayer(maille)
map.getView().fit(optiSize(maille.getSource().getExtent(), cel_size), {
size: map.getSize(),
maxZoom: 16
});
} else {
vectorSource = new ol.source.Vector({
features: new ol.format.GeoJSON().readFeatures(mon_poly),
});
maille = new ol.layer.Vector({
source: vectorSource,
style: new ol.style.Style({
stroke: new ol.style.Stroke({
color: 'black',
}),
fill: new ol.style.Fill({
color: 'rgba(255, 255, 255, 0.04)'
})
})
})
map.addLayer(maille)
if (staterPage == true) {
map.getView().fit(maille.getSource().getExtent(), {
size: map.getSize(),
maxZoom: 16
});
staterPage = false
}
}
})
}
function starter() {
fetch(url_serveur)
.then(response => response.json())
.then(function (data) {
serviceI = data
console.log(data)
//for ( i = 0; i < data['parameter_names'].length; ++i) {
// console.log(data['parameter_names'][i])
// console.log(Object.keys(data['parameter_names'][i])[0])
//}
collectionN = document.getElementById("collectionN")
collectionN.innerHTML = data['title']
descriptionS = document.getElementById("descriptionS")
descriptionS.innerHTML = data['description']
selectParam = document.getElementById("inputGroup");
selectParam.innerHTML = "";
/*for ( i = 0; i < data['parameter_names'].length; i++) {
console.log(Object.keys(data['parameter_names'][i])[0])
var option = document.createElement("option");
option.value = Object.keys(data['parameter_names'][i])[0];
option.text = Object.keys(data['parameter_names'][i])[0];
selectParam.add(option)
}*/
parameterName = Object.keys(data['parameter_names'])[0]
for (let [idp, value] of Object.entries(data['parameter_names'])) {
console.log(idp)
divP = document.createElement("div");
inputP = document.createElement("input");
labelP = document.createElement("label");
labelP.innerText = " " + idp + ", " +
value['description'] + " en " +
value['unit']['symbol']['value']
labelP.class = "checkbox"
inputP.value = idp;
inputP.type = "checkbox"
inputP.className = "parameterName"
divP.appendChild(inputP)
divP.appendChild(labelP)
selectParam.appendChild(divP)
}
set_date(data['extent']['temporal']['interval'][0][0].substr(0, 10), data['extent']['temporal']['interval'][0][1].substr(0, 10))
get_description_format()
plot_maille(true, "100818,6043571,1251828,7122643")
})
}
</script>
</html>