-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Thanks for implementing this package!
From a look at the eBird API, I can see API methods to
- get species list from region code
- get recent observations from species code or from lat/lon
But there is no "get species list from lat lon (radius <50km)". I guess this is not implemented?
If this is not possible with the eBird API, it would be useful to be able to determine the local region code from a lat-lon (I'm not sure how to determine the eBird region code in general?) so that we could get a species list from lat-lon based on the local region code:
region_code = ebird_region_from_lat_lon(lat,lon,level='subnational2 region')
species_list = ebird.api.get_observations(api_key, region_code)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels