Skip to content

Python tools for cryospheric data analysis: ICESat-2, CReSIS/OIB Radar, Altimetry, and Velocity

Notifications You must be signed in to change notification settings

nholschuh/NDH_PythonTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


NDH_PythonTools

Report Bug · Request Feature


This repository contains a set of functions for analyzing ICESat-2 Data, ice penetrating radar data from the Center for Remote Sensing of Ice Sheets, and other cryospheric geophysical data. In addition, there are a series of tutorial notebooks that break-down how to read and interpret many of these polar geophysical datasets.

This work is primarily in support of the following awards:
NASA-80NSSC20K0958, NASA-80NSSC21K0753, NSF-2019719, and NSF-2118285.

Table of Contents

  1. About The Project
  2. Applications in Cryospheric Science
  3. Contributing
  4. License
  5. Contact
  6. Acknowledgments

About The Project

These tools were primarily designed for use within the Holschuh lab group, but in the spirit of open science, we want to make anything that might be useful available for public use. There will likely be parts of the code that do not work when you clone this library, but it is hard for me to know all the ways this code may fail until you all test it! Feel free to reach out if something doesn't work, and I'm happy to help you debug.

(back to top)

Applications

The following sections provide a list of the functions that may be useful to you. Each function has a description in its header, but we provide a brief statement for each below.

ICESat 2

  • is2_fileselect: This function identifies either ATL06 or ATL11 files that fall within a bounding-box, as well as the associated SEGIDs for that region.
  • is2_timeconvert: This function converts the delta_T variable in ICESat-2 data to decimal years
  • read_h5: This is just a simplified h5 file reader, which can read in any ICESat-2 data file.
  • Tutorials/ICESat2_Read_and_Plotting: This notebook describes the structure of ICESat-2 data, but relies on Tyler Sutterly's reader functions.

Ice Penetrating Radar Data

  • depth_shift: This function takes in a radar dataset and converts it from two-way travel time to depth.
  • elevation_shift: This function takes in a radar dataset and converts it from two-way travel time to absolute elevation (WGS84).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Nick Holschuh - nholschuh@amherst.edu

Project Link: https://github.com/nholschuh/NDH_PythonTools

(back to top)

Acknowledgments

  • Much of the code here was built in support of my wonderful students at Amherst. Don't underestimate a passionate Amherst student!

(back to top)

About

Python tools for cryospheric data analysis: ICESat-2, CReSIS/OIB Radar, Altimetry, and Velocity

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages