Skip to content

Instantly share code, notes, and snippets.

@jpswinski
Created June 9, 2022 12:41
Show Gist options
  • Save jpswinski/07beab293dcf09cbb77bcc2373f4adc9 to your computer and use it in GitHub Desktop.
Save jpswinski/07beab293dcf09cbb77bcc2373f4adc9 to your computer and use it in GitHub Desktop.
Read ATL08 file that is missing track 3
# Imports
from sliderule import icesat2
# Initialize Client
icesat2.init("icesat2sliderule.org", True)
# Setup Datasets to Read
datasets = [ {"dataset": "/gt3r/signal_photons/classed_pc_indx", "col": 0, "startrow": 0, "numrows": -1} ]
# Read Dataset #
heights = icesat2.h5p(datasets, "ATL08_20211117164538_08591302_005_01.h5", "nsidc-s3")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment