Minsu0814 commited on
Commit
a687cb7
·
verified ·
1 Parent(s): 39adb8b

Upload examples/korea/boundary.geojson with huggingface_hub

Browse files
Files changed (1) hide show
  1. examples/korea/boundary.geojson +8 -0
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
+ }