Rafnuss / GeoPressureR

Global positioning by atmospheric pressure
https://raphaelnussbaumer.com/GeoPressureR
GNU General Public License v3.0
7 stars 1 forks source link

GeoPressureR Update #58

Closed grhyne closed 1 year ago

grhyne commented 1 year ago

After updating my GeoPressureR to the latest version, I am getting several errors across multiple analysis scripts when working on my data. The first problem is in 1-pressure.R, in which I upload my pressure data. Was there a change in the pam_read() function? Because it now reads in my pressure data as incorrect values (0.38678, 0.39050, etc.). I have not changed my code and have no idea why it is doing this

Rafnuss commented 1 year ago

Hi @grhyne , Sorry, I missed this issue. Could you tag me on your question so that I receive an email? There was indeed a bug since a long time on the reading of Migration Technology file format. It should now be solved with 73eb5dadbdf3226df3dd807254630e5dbaba23bb. Can you check and close the issue if the problem is solved?

PS: note that you can remove id = "basename" in your case as the default would do the same.