get_inat_obs()
can now filter observations by photo
licences with the new photo_license
argument. For example,
get_inat_obs(taxon_name = "Burhinus grallarius", photo_license = "CC-BY")
will only return observations with photos licensed under Creative
Commons - Attribution. (Thank you @beausoleilmo)get_inat_obs_project()
now removes all empty elements
(not just the last one) when there is a mismatch between the number of
observations reported and returned by the API (fixes #60)linewidth
aesthetic instead of size
to
suppress ggplot2 warning (thank you @beausoleilmo)annotation
argument in get_inat_obs()
to filter by annotation, e.g. by life stage, sex or phenology. See the
available
annotations. (#53)vignette("species-distribution")
get_inat_obs_project()
get_inat_obs_project()
get_inat_obs()
can now use objects of class
Spatial
or sf
as a bounding box (#38, @Martin-Jung and #40,
@LDalby; fixes
#30)place_id
when searching for
observations (commit 1d7f14f, @LDalby)get_obs_project()
for cases
when the number of results is a multiple of 100 (#1, @vijaybarve)get_inat_obs()
if no search parameter(s) provided
(#32, @LDalby)inat_handle()
(#32, @LDalby)get_inat_obs_project()
failing on some projects (#35, @LDalby and #38, @Martin-Jung; fixes #28
and #37)devtools::check()
feedback in
preparation for CRAN release