-
Notifications
You must be signed in to change notification settings - Fork 38
Description
We (NSIDC) have found two tutorials that use outdated methods to access on-premises NASA data. I propose removing these tutorials and linking to newer tutorial content developed by NSIDC. We can use the tutorial loader to pull a replacement tutorial from the NSIDC repo.
As a side note, these outdated methods are already polluting AI Agents, which means they are giving bad advice about earthaccess
.
earthaccess-demo.ipynb
Uses old dot-method-chaining style for searching for and accessing NASA data using earthaccess
. This method has been superseded by [search_datasets
] and [search_data
] methods in earthaccess/api.py
.
04_On-Prem_Cloud.ipynb
This tutorial pre-dates earthaccess
and still uses requests
. I propose removing this content completely. It also demonstrates a workflow to use cloud-hosted and on-prem datasets, which in a few months will not be a thing.
Possible replacement tutorial content
This recent notebook presented at the NASA ICESat-2 Applications webinar could be used as a replacement.