From 1ac2c76f76fadaeeb6a2aaf2a3622f4ef6439402 Mon Sep 17 00:00:00 2001 From: Sherwin-14 Date: Sat, 18 May 2024 08:01:29 +0000 Subject: [PATCH] Added the changes as discussed in #561 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c74f4045..7149ea6e 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,19 @@ Visit [our documentation](https://earthaccess.readthedocs.io/en/latest) to learn Try it in your browser without installing anything! [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/nsidc/earthaccess/main) +## Why `earthaccess` + +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. + ## How to Get Started with `earthaccess` +### How to install + +To install `earthaccess` go to your terminal and install it using `pip`: + +`pip install earthaccess` + Visit [our quick start guide](https://earthaccess.readthedocs.io/en/latest/quick-start/) to learn how to install and see a simple example of using `earthaccess`.