Skip to content

Propose removing outdated tutorials #392

@andypbarrett

Description

@andypbarrett

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

https://github.com/NASA-Openscapes/earthdata-cloud-cookbook/blob/main/tutorials/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

https://github.com/NASA-Openscapes/earthdata-cloud-cookbook/blob/main/tutorials/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.

https://github.com/nsidc/NSIDC-Data-Tutorials/blob/main/notebooks/icesat2_webinar_demo/working_with_icesat2_sea_ice_data.ipynb

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions