samgis-lisa-on-cuda / tests /events /get_point_latlng_to_pixel_coordinates.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
704 Bytes
{
"europe": {
"input": {
"latlng": { "lat": 38.26837671763853, "lng": 13.640947603420843 },
"zoom": 10
},
"output": { "x": 141005, "y": 100867 }
},
"north_america": {
"input": {
"latlng": { "lat": 49.582282020151446, "lng": -114.91703409765535 },
"zoom": 7
},
"output": { "x": 5923, "y": 11171 }
},
"south_america": {
"input": {
"latlng": { "lat": -32.52828619080139, "lng": -73.03714474717113 },
"zoom": 7
},
"output": { "x": 9735, "y": 19517 }
},
"oceania": {
"input": {
"latlng": { "lat": -52.32191088594772, "lng": 65.30273437500001 },
"zoom": 4
},
"output": { "x": 2791, "y": 2749 }
}
}