Rafnuss / GeoPressureR

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

read Migrate Technology files #21

Closed Rafnuss closed 2 years ago

Rafnuss commented 2 years ago

More widely, need to think of a more general system that works with any file type. Main idea is to focus the process on the data that are needed:

pam <- list(
    pressure=data.frame(date=c(), obs=c())
    light=data.frame(date=c(), obs=c())
    acceleration=data.frame(date=c(), obs=c())
    id=folder
)

Notes:

⚠️ Replace act with obs everywhere (breaking change?) and remove pich