Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We need to limit the area that API can query by BBOX/Polygon #135

Open
danangmassandy opened this issue Sep 5, 2024 · 0 comments
Open
Assignees

Comments

@danangmassandy
Copy link
Collaborator

danangmassandy commented 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.

@danangmassandy 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
@meomancer meomancer self-assigned this Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants