Open dlebauer opened 4 years ago
I am not sure why these were incorrectly named, so I've flagged them as being in error and have excluded these from the database
begin;
update traits set checked = -1, notes = 'incorrect plot (sitename) for season 4 data' where id in (select distinct id from traits_and_yields_view_private where sitename like '%Season 6%' and year = 2017);
commit;
@max-zilla these were all created in 2018-05-06; do you know why these were given the wrong date?
Error reported:
I performed a betyDB query to extract all the season 6 records a few weeks ago and just repeated it today. Same results both times. In my post-query processing, I count a total of 925,563 received measurement records. The vast majority of record dates are all in the interval between 4/16/2018 and 8/22/2018. However, 5000+ of these records are from the previous year (a single date: 2017-07-05) . The sitename for these records contain "Season 6", which is why I received them, but they appear to be from a different season. I am attaching an R snippet to isolate the records.