movestore / rds2csv

transforms rds-output (from any APP) into a csv file (with only non-NA columns) that is downloadable as artefact. The App returns the input data rds.
0 stars 3 forks source link

exclude "POINT EMPTY" columns? #11

Open sarahcd opened 5 months ago

sarahcd commented 5 months ago

The documentation says that attributes with only NAs are excluded, which is sensible. In my output (using Movebank Location) there are several columns that say "POINT EMPTY" for every row. In the source study, these values are all blank (the same as other attributes that are all empty and were left out of the file and values in the file that are reported as "NA").

Do you know where this comes from? Can we exclude these from the file as well?

image
annescharf commented 5 months ago

Thanks for pointing this out. For some reason these "empty point" columns snuck around getting removed. I'll get these removed with the next update