This repository contains the processing pipeline for IceFloeTracker.jl.
The workflow directory includes instructions for running the workflow as a whole, in Cylc, and may be the only directory you need to interact with.
The other directories include utilities and are intended for developers:
- PythonSetupForIFTPipeline.jl – script to initialize a working Conda environment, in Julia
- IFTPipeline.jl – command line interface to the ice floe tracker by Lopez (IceFloeTracker.jl), in Julia
- label-colorizer – command line tool to apply random colors to integer GEOTiff images, in Python
- satellite-overpass-identification-tool – command line tool to get satellite overpass times from the Aqua and Terra satellites, in Python
- test – command line scripts to test all the command line tool functionality
The related repository ebseg is also used, and provides an alternative preprocessing pipeline by Buckley.
See the Development Guide for instructions on setting up your environment.