You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can use our staging server to test and get a good idea how large the area that the API can provide.
Note: when querying by list of points, I saw memory usage increase and it's not decreasing after the request is finished. I think this is from the mask numpy array that has been allocated/reserved. My guess is that NumPy allocates the array beforehand and tries to reuse the allocated space before deallocating the array. The memory increase happens 2-3times API calls only, after that it's not increasing anymore.
The text was updated successfully, but these errors were encountered:
danangmassandy
changed the title
We need to limit the area of API can query by BBOX/Polygon
We need to limit the area that API can query by BBOX/Polygon
Sep 5, 2024
We can use our staging server to test and get a good idea how large the area that the API can provide.
Note: when querying by list of points, I saw memory usage increase and it's not decreasing after the request is finished. I think this is from the mask numpy array that has been allocated/reserved. My guess is that NumPy allocates the array beforehand and tries to reuse the allocated space before deallocating the array. The memory increase happens 2-3times API calls only, after that it's not increasing anymore.
The text was updated successfully, but these errors were encountered: