Hi all,
Myself and others are working on a template/data standard for the bee monitoring community. The Wild Bee Data Standard is intended to help align bee monitoring efforts in the US. We have a few questions but the first is how to represent a 24 hour interval in eventTime correctly. I would appreciate any suggestions.
Hi @seltmann! I’m the GBIF-US node manager. In general, GBIF-US is here as a resource for the US community, so don’t be afraid to reach out with other questions you may have as you develop your template (sformel@usgs.gov).
I believe eventTime
woud limit you to a time interval within a single day, but I would appreciate it if others confirmed my belief. In the meantime, you may want to consider using eventDate
to describe the interval. This has the advantage of including the date, so the interval can cross days, e.g:
2024-02-28T13:00:00Z/2024-02-29T13:00:00Z
If it’s on a single day, I believe you can use 00:00:00Z/24:00:00Z
to represent midnight of day1 to midnight on day2. See the ISO 8601 Wiki for a bit more detail: ISO 8601 - Wikipedia
I think eventDate is probably the better choice here
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.