movestore / Daily-Rest-Sites

0 stars 1 forks source link

Duplicate timestamps in .csv output #3

Closed aklohr closed 1 month ago

aklohr commented 2 months ago

This app is generating duplicate timestamps (duplicate rows), which is causing errors in downstream apps (e.g. Write Shapefile) due to timestamps being out of order. Not sure why timestamps are repeated in this app output... image

Workflow "8. Roost and foraging site extraction" shared with Anne for troubleshooting. Also see Issue #13 in Write Shapefile.

andreakoelzsch commented 2 months ago

Hi @aklohr, Anne has found an error and I have just built and included to moveApps the new version of the App. Please can you test if it works correctly for you now? Thanks!

aklohr commented 2 months ago

Hi @andreakoelzsch , thanks for pushing a new version! And thanks to Anne for troubleshooting. The workflow runs now (the shapefile app creates output without errors). I checked the .csv output from the Daily Rest/Foraging App and at a quick glance I didn't see any duplicate timestamps.

I did notice the columns in the .csv output seem to have been re-ordered. Now the first ~20 columns are accessory measurements, meaning I have to scroll pretty far over to see timestamps & lat/long. Is it possible to reorder the attributes so the "primary" ones (i.e.., individual_local_identifier, timestamp, lat/long) come first, or can that not be adjusted?

andreakoelzsch commented 1 month ago

for reordering see the next issues. it has been updated