biodiversitydata-se / SBDI4R

R package to search and access data made available through the Swedish biodiversity data infrastructure SBDI
https://biodiversitydata-se.github.io/SBDI4R/
GNU Affero General Public License v3.0
1 stars 2 forks source link

column month not coming in GET request #6

Closed aleruete closed 3 years ago

aleruete commented 4 years ago

calling this API https://records.bioatlas.se/ws/occurrences/index/download?reasonTypeId=10&q=:&fq=genus:Otis&reasonTypeId=10&sourceTypeId=2001 returns (among others) the columns

Year | Day | Verbatim event date

but not Month.

Any idea why? this affects some functions depending on Month

aleruete commented 3 years ago

when querying this https://records.bioatlas.se/ws/occurrences/?q=Callitriche%20cophocarpa&fq=cl10097%3AUppsala&email=test%40test.org&extra=county&reasonTypeId=10

"month" is returned but not "day"....

also the extra field is ignored

aleruete commented 3 years ago

It works now!