Frontend application and backend processing for radar-derived ice temperature data in Antarctica.
To run the frontend locally, get yarn, then:
cd frontend
yarn install
yarn devThis will open the frontend at http://localhost:5174/living-ice-temperature/.
We provide a command-line interface (CLI) for running data processing operations. To see what commands are available, install uv then:
uv run living-ice-temperature --helpFor backend processing, we have some light tests:
uv run pytestTo run all of our checks (linting, formatting, etc):
scripts/check