Datasets:
Upload examples/korea/boundary.geojson with huggingface_hub
Browse files
examples/korea/boundary.geojson
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "FeatureCollection",
|
| 3 |
+
"name": "boundary",
|
| 4 |
+
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
|
| 5 |
+
"features": [
|
| 6 |
+
{ "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 131.870024, 33.113654 ], [ 131.870024, 38.6291785 ], [ 124.6138111, 38.6291785 ], [ 124.6138111, 33.113654 ], [ 131.870024, 33.113654 ] ] ] } }
|
| 7 |
+
]
|
| 8 |
+
}
|