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

Should we support maps API? #41

Closed
sckott opened this issue Nov 12, 2016 · 6 comments · Fixed by #49
Closed

Should we support maps API? #41

sckott opened this issue Nov 12, 2016 · 6 comments · Fixed by #49
Milestone

Comments

@sckott
Copy link
Collaborator

sckott commented Nov 12, 2016

Should we support the maps API?

If so, def. wait for /v2 to come out

@peterdesmet
Copy link
Member

I have no use case (yet).

@sckott
Copy link
Collaborator Author

sckott commented Nov 12, 2016

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

@sckott
Copy link
Collaborator Author

sckott commented Oct 6, 2017

maps v2 is out https://www.gbif.org/developer/maps 🎉

@sckott sckott added this to the v0.3 milestone Oct 6, 2017
sckott added a commit that referenced this issue Jun 10, 2018
@sckott
Copy link
Collaborator Author

sckott commented Jan 6, 2019

@peterdesmet if you have any interest, you can test this out - installing from the map-api branch

@peterdesmet
Copy link
Member

I'd like to, but don't have the time for it right now. 😬

@sckott
Copy link
Collaborator Author

sckott commented Jan 7, 2019

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()

@sckott sckott mentioned this issue Jan 25, 2019
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

Successfully merging a pull request may close this issue.

2 participants