From 95786299cf69e6e12eed28fc65a8a648f1e71fb3 Mon Sep 17 00:00:00 2001 From: amfriesz Date: Sat, 14 Dec 2024 16:40:14 +0000 Subject: [PATCH 1/2] landing page update --- docs/index.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/docs/index.md b/docs/index.md index 9e116b31..ec2b3a36 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,3 +9,41 @@ During several workshops organized by [NASA Openscapes](https://nasa-openscapes. The library is an open source community effort under an [MIT license](LICENSE.txt). We welcome contributions to improve `earthaccess`. Please see the [Contributing Guide](contributing/index.md) to learn how to get involved. ***earthaccess*** handles authentication with [NASA's Earthdata Login (EDL)](https://urs.earthdata.nasa.gov), search using NASA's [CMR](https://cmr.earthdata.nasa.gov/search/site/docs/search/api.html) and access through [`fsspec`](https://github.com/fsspec/filesystem_spec). + + + + +# Welcome to `earthaccess`! + +Get started with exploring and accessing NASA's vast collection of Earth science data. `earthaccess` is a Python package designed to make it easy for you to find, download, and use NASA data. + +## Get Started + + + +Installation: pip install `earthaccess` +Documentation: User Guide, Tutorials, Glossary, How-To Guides + +## What Can You Do with `earthaccess`? + + + +- **Search NASA Data**: Explore NASA's extensive collection of Earth science data. +- **Access Data Easily**: Download data to your local machine or stream it directly into your Python scripts. +- **Manage Your Credentials**: Easily manage your Earthdata Login and Earthdata Cloud credentials. + +## Why Use `earthaccess`? + +- **Simplify Your Workflow**: Focus on your science, not on complex data workflows. +- **Increase Efficiency**: Easily access and manage large datasets. +- **Join a Community**: Contribute to an open-source community effort. + +## Community + +- **Contributing Guide**: Learn how to contribute to `earthaccess`. +- **GitHub Repository**: Explore the `earthaccess` codebase. +- **Contact Us**: Get in touch with the `earthaccess` team. + +## Credit + +`earthaccess` is a community-driven project, built on top of several NASA APIs and libraries. We thank the NASA Openscapes team for their support and guidance. From 1ae09921ddfd88474ecb5ae44ba27411af1929e9 Mon Sep 17 00:00:00 2001 From: amfriesz Date: Sat, 14 Dec 2024 18:14:49 +0000 Subject: [PATCH 2/2] landing page update --- docs/index.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/index.md b/docs/index.md index ec2b3a36..be05e910 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,16 +1,3 @@ -# What is `earthaccess`? - -`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](https://nasa-openscapes.github.io/events.html), 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](LICENSE.txt). We welcome contributions to improve `earthaccess`. Please see the [Contributing Guide](contributing/index.md) to learn how to get involved. - -***earthaccess*** handles authentication with [NASA's Earthdata Login (EDL)](https://urs.earthdata.nasa.gov), search using NASA's [CMR](https://cmr.earthdata.nasa.gov/search/site/docs/search/api.html) and access through [`fsspec`](https://github.com/fsspec/filesystem_spec). - - # Welcome to `earthaccess`!