You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Get occurrences for salpa thompsoni from OBIS - note that this may take some time to run: my_occs <- robis::occurrence(scientificname = "Salpa thompsoni")
Hi @abahl4, that documentation is specific to OBIS SEAMAP and most of the fields mentioned there are not present in the robis results (unless the names coincidentally correspond). In addition to the Darwin Core fields, robis returns a few extra fields which are documented here: https://obis.org/data/access/. date_end is a unix timestamp which can be converted to POSIXct or the required date format like this:
#Get occurrences for salpa thompsoni from OBIS - note that this may take some time to run:
my_occs <- robis::occurrence(scientificname = "Salpa thompsoni")
The name of the columns for date_start, date_mid, and date_end does not match the documentation seen in link below:
https://seamap.env.duke.edu/help/download_main
The date format "yyyy-mm-dd hh:mm:ss" is not correct - is there a different format for these columns?
I am using robis version 2.10.1 and R version 4.1.1
The text was updated successfully, but these errors were encountered: