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

Add eg and possibly support for date based searches #181

Closed
sckott opened this issue Mar 27, 2018 · 1 comment
Closed

Add eg and possibly support for date based searches #181

sckott opened this issue Mar 27, 2018 · 1 comment
Milestone

Comments

@sckott sckott added this to the v0.8 milestone Mar 29, 2018
@sckott
Copy link
Contributor Author

sckott commented Mar 29, 2018

  • bison: rbison::bison_solr(eventDate = c('2018-03-01', '2018-03-29'))
  • gbif: rgbif::occ_data(eventDate = '2018-03-01,2018-03-29')
  • ecoengine: ee_observations2(min_date="1980-01-01", max_date="2018-01-01")
  • antweb: aw_data2(min_date="2011-01-01", max_date="2011-06-01")
  • inat: spocc_inat_obs(date_start = '2015-01-01', date_end = '2015-12-31')
  • ebird: NOT POSSIBLE
  • vernet: rvertnet::searchbyterm(year = c('>=1900', '<=1940'), month = c(">=1", "<=5"), day = c(">=1", "<=5"))
  • idigbio: idigbioopts = list(rq = list(type = "range", gte = "1980-01-01", lte = "1982-01-01"))
  • obis: obis_search('Mola mola', startdate = "2015-01-01", enddate = "2018-03-01")
  • ala: ala_search(eventDate = c('2018-03-01', '2018-03-29'))

@sckott sckott closed this as completed in 3abc630 Mar 30, 2018
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

No branches or pull requests

1 participant