Skip to content

Commit ff7c346

Browse files
committed
adding cdse notebooks
1 parent 825b34e commit ff7c346

File tree

5 files changed

+4159
-0
lines changed

5 files changed

+4159
-0
lines changed

cdse-notebooks/aoi/Antwerp.geojson

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"type": "FeatureCollection",
3+
"features": [
4+
{
5+
"type": "Feature",
6+
"properties": {},
7+
"geometry": {
8+
"coordinates": [
9+
[
10+
[
11+
4.360870484028848,
12+
51.19613628543465
13+
],
14+
[
15+
4.460237278807202,
16+
51.174738493252875
17+
],
18+
[
19+
4.494951589472803,
20+
51.24217230600697
21+
],
22+
[
23+
4.397874212215777,
24+
51.262187329632575
25+
],
26+
[
27+
4.360870484028848,
28+
51.19613628543465
29+
]
30+
]
31+
],
32+
"type": "Polygon"
33+
}
34+
}
35+
]
36+
}

0 commit comments

Comments
 (0)