Skip to content

elizadawson/living-ice-sheet-temperature

Repository files navigation

Living Ice Sheet Temperature

GitHub Actions Workflow Status GitHub deployments

Visualize, download, and process Antarctic ice sheet temperature data. Resources:

Processing data

You'll need GDAL and tippecanoe. We use a simple Makefile to (re)generate data.

make

To force regeneration of all data:

make -B

If your default GDAL install doesn't have parquet reader support, you can customize the GDAL location:

GDAL=/path/to/parquet/enabed/gdal make

Developing

First, clone the repository:

git clone https://github.com/elizadawson/living-ice-sheet-temperature
cd living-ice-sheet-temperature

To run the frontend locally, get yarn, then:

cd frontend
yarn install
yarn dev

This will open the frontend at http://localhost:5174/living-ice-sheet-temperature/.

For backend processing, we have some light tests:

uv run pytest

To run all of our checks (linting, formatting, etc):

scripts/check

About

Frontend application and backend processing for radar-derived ice temperature data in Antarctica

Resources

License

Stars

Watchers

Forks

Contributors