diff --git a/docs/index.html b/docs/index.html index 1c2baafd..e52d9efe 100644 --- a/docs/index.html +++ b/docs/index.html @@ -352,44 +352,61 @@ -
earthaccess
?earthaccess
!earthaccess
is a Python library for searching,
+downloading, and streaming NASA Earth science data.
Learn more through a recent poster, +slides +and video!
+Using your command line, install earthaccess
from PyPI using pip
:
python -m pip install earthaccess
+Or from conda-forge using
+mamba
or conda
:
mamba install earthaccess
+earthaccess
?Learn more about earthaccess
! poster
-at 2024 AGU, slides
-and video from
-2024 NASA tech spotlight.
earthaccess
is a python library to search
-for, and download or stream
-NASA Earth science data with just a few lines of code.
Open science only reaches its full potential if we have easy-to-use -workflows that facilitate research in an inclusive, efficient and -reproducible way. Unfortunately —as it stands today— scientists and -students alike face a steep learning curve adapting to systems that have -grown too complex and end up spending more time on the technicalities of -the tools, cloud and NASA APIs than focusing on their important -science.
-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.
-The library is an open source community effort under an MIT license. We welcome contributions to improve
-earthaccess
. Please see the Contributing Guide to learn how to get
-involved.
earthaccess handles authentication with NASA’s Earthdata Login (EDL),
-search using NASA’s CMR
-and access through fsspec
.
We can use earthaccess
to do impactful science,
+faster:
Please join us! Contribute to our open-source community effort:
+earthaccess
.earthaccess
+codebase.earthaccess
+team.earthaccess
is a community-driven project, built on top
+of several NASA APIs and libraries. This has been spearheaded by NASA Openscapes, an open
+source community supporting users across the NASA Earth science data
+centers (Distributed Active Archive Centers (DAACs)).