Created
June 9, 2022 12:41
-
-
Save jpswinski/07beab293dcf09cbb77bcc2373f4adc9 to your computer and use it in GitHub Desktop.
Read ATL08 file that is missing track 3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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