Amy Steiker
Amy Steiker
The CMR team has recently published a basic python library that can search collections and granules using the CMR API behind the scenes: https://github.com/nasa/eo-metadata-tools/tree/master/CMR/python This has relatively limited functionality as...
From Hackweek tutorial feedback, it was suggested to add clarification on how to request data over the poles, either in helper notebooks or within icepyx itself, including guidance on the...
A use case within the [GrIMP project](https://nsidc.org/grimp) is to authenticate with Earthdata Login using cookie files, as this is needed for gdal and QGIS workflows. See this notebook for details:...
A new s3 credentials endpoint for the GES DISC's [Giovanni](https://giovanni.gsfc.nasa.gov/giovanni/) Zarr store is now available: https://api.giovanni.earthdata.nasa.gov/s3credentials We should make sure this is discoverable through earthaccess. Initially, the associated data collection,...
The DUE team recently updated the notebook content from this repo over to: https://github.com/nsidc/NSIDC-Data-Tutorials/tree/main/notebooks/SMAP. @andypbarrett suggests: > Probably a good idea to remove old repo. Or remove references to it...
In order to streamline maintenance/sustainment of all of our NSIDC DAAC notebooks related to data access and customization in a single repo, we ought to migrate https://github.com/nsidc/NSIDC-Data-Access-Notebook to this repo....
I received a matplot lib warning for each image in the notebooks/SMAP/03_smap_quality_flags.ipynb notebook: ```/tmp/ipykernel_478/3335087365.py:3: MatplotlibDeprecationWarning: The get_cmap function was deprecated in Matplotlib 3.7 and will be removed two minor releases...
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...