samgis / events /example_output.json
aletrn's picture
[feat] re-add samgeo with segment-anything-fast
7d6e00c
raw
history blame contribute delete
332 Bytes
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[46.143, 9.361],
[46.151, 9.401],
[46.137, 9.353]
]
]
},
"properties": {"name": "Colico"}
}
]
}