samgis-lisa-on-cuda / tests /events /get_parsed_bbox_prompts_single_rectangle.json
alessandro trinca tornidor
[feat] prepare entire docker build with nvidia GPU on hf space cloning https://huggingface.co/spaces/aletrn/samgis
0914710
raw history blame
No virus
1.29 kB
{
"input": {
"bbox": {
"ne": {
"lat": -20.756702460787714,
"lng": 156.13847182385842
},
"sw": {
"lat": -45.55296601778451,
"lng": 111.13847182385842
}
},
"prompt": [
{
"id": 665,
"type": "rectangle",
"data": {
"ne": {
"lat": -39.71220032784001,
"lng": 149.33022207241362
},
"sw": {
"lat": -44.092362655875746,
"lng": 143.26567640979061
}
}
}
],
"zoom": 5,
"source_type": "OpenStreetMap.Mapnik"
},
"output": {
"bbox": [
[
-20.756702460787714,
156.13847182385842
],
[
-45.55296601778451,
111.13847182385842
]
],
"prompt": [
{
"data": [
731,
503,
869,
637
],
"type": "rectangle"
}
],
"source": {
"url": "https://tile.openstreetmap.org/{z}/{x}/{y}.png",
"max_zoom": 19,
"html_attribution": "&copy; <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors",
"attribution": "(C) OpenStreetMap contributors",
"name": "OpenStreetMap.Mapnik"
},
"zoom": 5
}
}