-
Notifications
You must be signed in to change notification settings - Fork 30
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
Should we support maps API? #41
Comments
I have no use case (yet). |
Okay, me neither. Recently accepted a PR in the R client for maps, main use case getting raster objects which users can use in analysis pipelines, or viz |
maps v2 is out https://www.gbif.org/developer/maps 🎉 |
@peterdesmet if you have any interest, you can test this out - installing from the |
I'd like to, but don't have the time for it right now. 😬 |
if you want to try the maps module: pip install https://github.com/sckott/pygbif/archive/map-api.zip from pygbif import maps
out = maps.map(taxonKey = 2435098)
out.response
out.path
out.img
out.plot()
out = maps.map(taxonKey = 2480498, year = range(2007, 2011+1))
out.plot() |
Should we support the maps API?
If so, def. wait for /v2 to come out
The text was updated successfully, but these errors were encountered: