Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.55 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.55 KB

#grounding-zones2023

Our team is interested in estimating the length scales of grounding zone depressions and their statistical distribution across the Antarctic continent. ICESat-2's ATL06 data set was used to acquire the elevation profile of grounding zone depressions and compute the proportions of these features with the overarching goal of determining how these features evolve spatially and temporally. This project was developed during ICESat-2's 2023 Hackweek. Thanks to Lindsey Heagey and Joachim Meyer for the template, provided originally for Geohackweek.

Collaborators

Files

  • .gitignore
    Globally ignored files by git for the project.
  • environment.yml
    conda environment description needed to run this project.
  • README.md
    Project Description.

Folders

contributors

Each member of our team has a folder within the repository to conduct their work to prevent conflict with merging with the main branch.

  • Anna
  • Bryony
  • Maria
  • Danni

notebooks

Notebook containing ongoing results from the project.

scripts

Python scripts containing developed functions used to analyze ICESat-2 tracks.

  • haversine.py
  • gzfeatureextract.py