bcgov / rems

An R package to access data from British Columbia's Environmental Monitoring System
Apache License 2.0
19 stars 5 forks source link

filter_ems_data() - filter dates not working as expected #73

Open KarHarker opened 1 year ago

KarHarker commented 1 year ago

Issue found when using filter_ems_data() with specific date constraints - documentation here: https://github.com/bcgov/shinyrems/issues/132

From first glance: I think the issue is that the COLLECTION_START has h:m:s and to_date does not so the default is 00:00:00 which occurs before COLLECTION_START even if the y:m:d is the same