This directory contains the code and files that produce a data science analysis of a GPX file from the Mansfield Double Up mountain race in Stowe, Vermont. The project extracts data from the GPX file, processes and organizes the data, visualizes the data, and summarizes the workflow in a Jupyter Notebook.
To run this project locally, you will need:
To run this project in a web browser, click the icon below to launch the project with Binder:
Binder will open a Jupyter Notebook in the current web browser. Click "New" and select "Terminal" to open a terminal in the project folder.
From the terminal, you can create and activate the project Conda environment.
Create environment:
conda env create -f environment.yml
Activate environment:
conda activate mansfield-gpx-analysis
From the terminal, you can run the analysis and produce the project outputs.
Execute the code:
make
The project contains folders for all stages of the workflow as well as other files necessary to run the analysis.
Contains all Python scripts required to run the analysis.
Contains all original/unprocessed data.
Contains all processed/created data.
Contains all figures.
Contains all paper/report files.
Contains instructions to execute the code.
Contains the information required to create the Conda environment.