rxet-test-data / test_features.geojson
brownag's picture
Upload test_features.geojson with huggingface_hub
a156f80 verified
Raw
History Blame Contribute Delete
368 Bytes
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {"name": "test_point_1"},
"geometry": {"type": "Point", "coordinates": [0, 0]}
},
{
"type": "Feature",
"properties": {"name": "test_point_2"},
"geometry": {"type": "Point", "coordinates": [1, 1]}
}
]
}