samgis-lisa-on-cuda / tests /events /get_latlng2pixel_projection.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
717 Bytes
{
"europe": {
"input": {"latlng": {"lat": 55.82499925397549, "lng": 30.55813798557972}},
"output": {"x": 149.73023145641224, "y": 79.93873304907419}
},
"north_america": {
"input": {"latlng": {"lat": 55.73904872165355, "lng": -88.38855385872797}},
"output": {"x": 65.14591725601566, "y": 80.04742192145312}
},
"south_america": {
"input": {"latlng": {"lat": -28.07197941598981, "lng": -81.47485480086976}},
"output": {"x": 70.06232547493705, "y": 148.8124992861222}
},
"oceania": {
"input": {"latlng": {"lat": -42.10127784960304, "lng": 147.42782020699818}},
"output": {"x": 232.8375610360876, "y": 161.06542832667049}
}
}