Skip to content

eawag-surface-waters-research/alplakes-particletracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alplakes Particle Tracking

License: MIT Python2 Python

The Alplakes project uses ctracker a modified version of TRACMASS to run particle tracking (PT) simulations based on the velocity fields of the 3D hydrodynamic models.

Getting Started

Clone repository

git clone git@github.com:eawag-surface-waters-research/alplakes-particletracking.git
cd alplakes-particletracking

Install python environments

Two python environments are required to run PT simulations using the Alplakes framework:

  1. Python 3 - Preprocessing and postprocessing (see requirements.txt)
conda env create -f environment.yml
  1. Python 2.7 - Running ctracker (see ctracker/requirements.txt)
conda env create -f ctracker/environment.yml
conda activate ctracker
cd ctracker
python setup.py build_ext --inplace

Running particle tracking

Particle tracking can be run interactively using notebooks/processing.ipynb instructions are contained within the notebook.

Particle tracking can be run independently of the notebook see src/tests.py for an example of how to implement this.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published