Skip to content

Commit ad27fcf

Browse files
committed
fix config
1 parent 912e332 commit ad27fcf

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

test/fixtures/integration/config_3way.integration.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@
1414
{ "name": "Parking", "filter": ["==", "amenity", "parking"] },
1515
{ "name": "Roads", "filter": ["has", "highway"] }
1616
],
17-
"imagery": "https://api.mapbox.com/v4/mapbox.satellite/{z}/{x}/{y}.jpg?access_token=pk.eyJ1IjoiZGV2c2VlZCIsImEiOiJjazJxZGVrZGswZHZoM21rNDJyZDkwbnJhIn0.w3bwy2ruknNJ7BcoZdHGYA",
17+
"imagery": "https://api.mapbox.com/v4/mapbox.satellite/{z}/{x}/{y}.jpg?access_token=ACCESS_TOKEN",
1818
"background_ratio": 1,
1919
"ml_type": "classification",
2020
"seed": 19,
2121
"split_names": ["train", "test", "val"],
22-
"split_vals": [0.7, 0.2, 0.1]
23-
}
22+
"split_vals": [0.7, 0.2, 0.1]}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{"country": "portugal",
2+
"bounding_box": [
3+
-9.4575,
4+
38.8467,
5+
-9.4510,
6+
38.8513
7+
],
8+
"zoom": 17,
9+
"classes": [
10+
{ "name": "Water Tower", "filter": ["==", "man_made", "water_tower"] },
11+
{ "name": "Building", "filter": ["has", "building"] },
12+
{ "name": "Farmland", "filter": ["==", "landuse", "farmland"] },
13+
{ "name": "Ruins", "filter": ["==", "historic", "ruins"] },
14+
{ "name": "Parking", "filter": ["==", "amenity", "parking"] },
15+
{ "name": "Roads", "filter": ["has", "highway"] }
16+
],
17+
"imagery": "https://api.mapbox.com/v4/mapbox.satellite/{z}/{x}/{y}.jpg?access_token=TOKEN",
18+
"background_ratio": 1,
19+
"ml_type": "classification",
20+
"seed": 19,
21+
"split_names": ["train", "test", "val"],
22+
"split_vals": [0.7, 0.2, 0.1],
23+
"over_zoom": 1
24+
}

0 commit comments

Comments
 (0)