NSIDC-Data-Tutorials icon indicating copy to clipboard operation
NSIDC-Data-Tutorials copied to clipboard

Jupyter notebook-based tutorials to learn how to access and work with select NSIDC DAAC data.

Results 27 NSIDC-Data-Tutorials issues
Sort by recently updated
recently updated
newest added
trafficstars

SMAP tutorials use `os` for path and file operations. See notebooks/SMAP/01_download_smap_data_rendered.ipynb `pathlib.Path` is a better option. This is a small change but provides a more pythonic approach.

We now have several notebooks and subfolders under https://github.com/nsidc/NSIDC-Data-Tutorials/tree/main/notebooks/ICESat-2_Cloud_Access. Consider reorganizing and breaking out the h5coro notebooks and/or scripts to better distinguish between basic cloud access vs more advanced and...

I've been exploring requests and BeautifulSoup to get a list of files on HTTPS. I have code to recursively list files in a directory. I'm in two minds if this...

When running the https://github.com/nsidc/NSIDC-Data-Tutorials/blob/cryo-184/notebooks/ICESat-2_Cloud_Access/ATL10-h5coro.ipynb notebook for the whole "Antarctic" region, h5coro gives the following error. ``` H5Coro encountered error reading gt1r/freeboard_segment/latitude: invalid heap signature: 0x0 H5Coro encountered error reading gt1r/freeboard_segment/longitude:...

Hey, I When I run Jupyter, I enter my username and password interactively to log in (earthaccess.login(strategy='interactive', persist=True)). Now I want to run it in a local script, how can...

After helping to troubleshoot #83 , I saw that the example used in 01_download_smap_data.ipynb is from version 008 of SPL3SMP. We should ensure we have the latest version of data...

[GHA are currently setup to test that `quarto` can render the notebooks](https://github.com/nsidc/NSIDC-Data-Tutorials/blob/main/.github/workflows/test.yml#L55). As presently defined, the call to `quarto render` simply renders the notebooks into HTML - it does *not*...

Resolves #78 This removes all of the notebooks and code, except for: * The `01_introduction` notebook, which now only contains overview information about (pre)icebridge/icesat/icesat2 altimetry data. It does not provide...