earthaccess
is a python library to search for, and download or stream NASA Earth science data with just a few lines of code.
Visit our documentation to learn more!
Try it in your browser without installing anything!
During several workshops organized by NASA Openscapes, the need to provide easy-to-use tools to our users became evident. Open science is a collaborative effort; it involves people from different technical backgrounds, and the data analysis to solve the pressing problems we face cannot be limited by the complexity of the underlying systems. Therefore, providing easy access to NASA Earthdata regardless of the data storage location (hosted within or outside of the cloud) is the main motivation behind this Python library.
To install earthaccess
go to your terminal and install it using pip
:
pip install earthaccess
Visit our quick start guide to learn how to install and see a simple example of using earthaccess
.
Only Python 3.8+ is supported.
If you want to contribute to earthaccess
checkout the Contributing Guide.