-
Notifications
You must be signed in to change notification settings - Fork 0
Add Go docs #44
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
Add Go docs #44
Conversation
f6e2b5b
to
f26cb87
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
http://localhost:3000/datasets/query
Could make sense to talk about auto-pagination in this section
filtering by area of interest
we could add a tip that the multipolygon can be created in the console
delete not only takes a list of datapoint IDs as string, but supports a wide range of other useful input types as well. See the delete API documentation for more details.
I'd add "In Python ...."
https://localhost:3000/datasets/delete#deleting-a-time-interval
What's the limit in the number of elements that can be deleted at once?
If there is a public dataset you would like to see in Tilebox, please get in touch.
I think we have a console feature for that now, that we can link here
Storage Clients
We can mention that this only exists in Python at the moment
Unlimited, we batch it on the client side (same for ingestion), I'm adding mention of that |
No description provided.