0 webcams for a bbox call or maps/clusters
-
I'm trying to get all the webcams in a BBox area but i always get 0 cams.
Here the url: https://api.windy.com/webcams/api/v3/webcams?bbox=2.7651371%2C-3.7003170%2C48.1680436%2C44.0739098&lang=es&limit=50
And here the response:
{total: 0, webcams: Array(0)}Same with maps/cluster:
https://api.windy.com/webcams/api/v3/map/clusters?limit=50&northLat=1.257397002114199&southLat=0.398812030806267&eastLon=43.124539944148125&westLon=42.324233387988386&zoom=4Response:
[]Anybody experiencing the same issue?
Thank you
-
Hello @atesmaps, I checked this situation with colleagues from the product team and there are no cameras in this bounding box.
-
@Suty thank you for checking i will increase the bbox area. However, similar happens when i try to search based on centroid (long, lat, radius) and radius distance of 20km. But maybe i meed to extend the radius distance.
Another issue i encounter is that i filter by category mountain, yet i get webcams in beach or cities areas. I can send some examples if needed.
Any tip to improve the category filter?
Thank you.
-
@Suty Ok, all working now :) i was building the bbox incorrectly. now all work. The same with the nearby option. I was camel casing (nearBy) it and therefore the API was not getting the option. Thank you!