bwbj / antarctic-rift-catalog

Python codes to measure rifts using the ICESat-2 ATL06 data product. Assumes that the entire dataset is available locally.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: MIT

Antarctic Rift Catalog

Detect rifts using the ICESat-2 ATL06 data product using the following workflow:

  1. Download all of ATL06 locally. (Hopefully one day it will be on the cloud and this step wont be necessary.)
  2. get_file_list_icepyx.py to query metadata and select only ATL06 data from the iceshelves in Antarctica.
  3. make_catalog.py to run the rift detector
  4. qc.ipynb to look at / quality check the output, make figures
  5. analyze_rift_measurements.ipynb to do some calculations, make figures

About

Python codes to measure rifts using the ICESat-2 ATL06 data product. Assumes that the entire dataset is available locally.

License:MIT License


Languages

Language:Jupyter Notebook 99.5%Language:Python 0.5%Language:Shell 0.0%