Skip to content

clsteel/HABITUS

 
 

Repository files navigation

DOI

PALMSpy

PALMSpy detects personal activity patterns of individual participants wearing a GPS data logger and a physical activity monitor.

Build dependencies

  • Conda v4.10.x
  • Make v4.2
  • OpenJDK v8.0
  • Python v3.7

Installation instructions

Create a conda environment based on Python v3.7.x

conda create -n palmspy python=3.7 openjdk=8.0 make=4.2.1 -y
conda activate palmspy

Build and install the package

make
make install

Run a simulation for testing

make test

Remove build artifacts

make clean

About

Program to detect personal activity patterns of individual participants wearing a GPS data logger and a physical activity monitor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 85.5%
  • Jupyter Notebook 13.7%
  • Other 0.8%