-
Notifications
You must be signed in to change notification settings - Fork 33
/
index.qmd
53 lines (31 loc) · 4.41 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
title: "NASA Earthdata Cloud Cookbook"
subtitle: "Supporting NASA Earth Science Research Teams’ Migration to the Cloud"
date: last-modified
author: "NASA Openscapes Team"
citation_url: https://nasa-openscapes.github.io/earthdata-cloud-cookbook/
slug: index
---
## Welcome
**Welcome to the NASA Openscapes Earthdata Cloud Cookbook!**
This Cookbook is learning-oriented to support scientific researchers who use NASA Earthdata as NASA migrates data and workflows to the cloud. It has resources to learn how to work with NASA Earthdata in the cloud, as well as documentation for how to contribute to these resources. It is under active, open development.
**Tip: use the _earthaccess_ Python library to access NASA Earthdata**. [earthaccess](https://earthaccess.readthedocs.io/en/latest/) is a Python library that streamlines access to NASA Earthdata locally or in the cloud. To learn more, see this [tech spotlight](https://nasa-openscapes.github.io/news/2024-03-04-earthaccess-tech-spotlight/), the [NASA Earthdata blog post](https://www.earthdata.nasa.gov/learn/blog/earthaccess), and these [how-to's](how-tos/find-data/find-python.html) and [tutorials](tutorials/).
Looking for R and MATLAB help? See the [earthdatalogin R package](https://boettiger-lab.github.io/earthdatalogin/), and tutorials for [R](how-tos/find-data/find-r.html) and [MATLAB](tutorials/matlab.qmd) in this cookbook.
## The Cloud Paradigm
NASA Earthdata is available from Earth Observing System Data and Information System (EOSDIS) [Distributed Active Archive Centers](https://earthdata.nasa.gov/eosdis/daacs) (DAACs) that are in the process of moving data holdings to a cloud platform. In the new paradigm, data storage (orange in the illustration) will migrate to the cloud (green) and DAAC-provided tools and services built on top of the data are co-located in the Earthdata Cloud.
![Illustration by Catalina Oaida, PO.DAAC](images/cloud-paradigm-earthdata-oaida.jpg)
As this data migration occurs, DAACs will have more information about how users can access data. For example, the [Cloud Data page at PO.DAAC](https://podaac.jpl.nasa.gov/cloud-datasets/about) offers access to resources to help guide data users in discovering, accessing, and utilizing cloud data. During this transition, some data will continue to be available from the traditional on premise archive, while some data will also be available from and within the Earthdata Cloud.
**Learn More About NASA's Earthdata Cloud Migration**
- [NASA EarthData Cloud Evolution](https://earthdata.nasa.gov/eosdis/cloud-evolution) - Starting point for understanding the background for moving to the Cloud.
- [How We Work](https://vimeo.com/434343794) - Nice overview of EOSDIS work and emphasis on open science by Katie Baynes, Keynote at FedGeoDay2020 (video).
- [Cloud Data Egress: How EOSDIS Supports User Needs](https://earthdata.nasa.gov/learn/articles/cloud-data-egress) - Describes supporting users' needs during cloud migration by providing analysis-ready data by Emily Cassidy (blog).
## About
This Earthdata Cloud Cookbook is being developed as a cross-DAAC collaboration by the NASA-Openscapes Team. Learn more at [nasa-openscapes.github.io](https://nasa-openscapes.github.io).
## Citation
Please cite the NASA Earthdata Cloud Cookbook through the project’s Zenodo archive using DOI: [10.5281/zenodo.7786710](https://doi.org/10.5281/zenodo.7786710). This DOI represents all versions, and will always resolve to the latest one.
The citation will look something like:
> Andy Barrett, Chris Battisto, Brandon Bottomley, Aaron Friesz, Alexis Hunzinger, Mahsa Jami, Alex Lewandowski, Bri Lind, Luis López, Jack McNelis, Cassie Nickles, Catalina Oaida Taglialatela, Celia Ou, Brianna Pagán, Sargent Shriver, Amy Steiker, Michele Thornton, Makhan Virdi, Jessica Nicole Welch, Jess Welch, Erin Robinson, Julia Stewart Lowndes. (2023). NASA-Openscapes/earthdata-cloud-cookbook: NASA EarthData Cloud Cookbook v2023.03.0 (v2023.03.0). Zenodo. https://doi.org/10.5281/zenodo.7786711
Please visit the Cookbook's [DOI link](https://doi.org/10.5281/zenodo.7786710) to get the most recent version - the one above is not automatically generated and may be out of date as we release updated versions of the Cookbook.
## License
Openscapes makes all of their materials publicly available under open source licenses.
Our [License](LICENSE.md) is adapted from [The Turing Way](https://github.com/alan-turing-institute/the-turing-way/blob/master/LICENSE.md)