Skip to content

is it possible to get species list from lat-lon? #29

@sammlapp

Description

@sammlapp

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions