Overview of earthaccess capabilities
mainearthaccess
earthaccess is a Python library designed to simplify the process of interacting with NASA Earth science data. It provides a high-level interface for three primary tasks:
- Search data: Explore NASA's extensive collections using the CMR (Common Metadata Repository) API.
- Access data: Download files to a local machine or stream them directly into Python scripts using [
fsspec]. - Authenticate: Manage NASA Earthdata Login (EDL) and Earthdata Cloud credentials automatically.
This library is open-source under the MIT license and is community-driven.