sinkovit / Spatial-ecology

Space use software deployed in the Spatial Ecology Gateway
MIT License
2 stars 0 forks source link

Fix problem with saving Movebank data in local file #9

Closed monaw closed 1 year ago

monaw commented 2 years ago

Currently the file saved locally of the Movebank data causes a runtime error when reloaded back...it appears that there is a problem with the format...maybe data frame? need to investigate further, the code currently will not read the local file...

monaw commented 1 year ago

turns out the problem is that the file is saved with variable name "d" but when reading the file back, "data" was referenced; i changed both to "data" and then it worked (: