├── .gitignore ├── 1-Getting-Started ├── 1-Welcome.md ├── 2-Using-the-Playground.md ├── 3-Using-NASA-Earthdata.md └── 4-Glossary.md ├── 2-Data-How-Tos └── delete.txt ├── 3-Data-Stories ├── Above_Ground_Biomass_Density.ipynb ├── Data_stories_template.ipynb ├── Hurricanes_Wind_and_Sea_Surface_Temperature.ipynb ├── Observing_Seasonal_Ag_Changes.ipynb └── Sea_Level_Rise.ipynb ├── 4-Offboarding └── delete.txt └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Earthdata-cloud-playground/HEAD/.gitignore -------------------------------------------------------------------------------- /1-Getting-Started/1-Welcome.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Earthdata-cloud-playground/HEAD/1-Getting-Started/1-Welcome.md -------------------------------------------------------------------------------- /1-Getting-Started/2-Using-the-Playground.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Earthdata-cloud-playground/HEAD/1-Getting-Started/2-Using-the-Playground.md -------------------------------------------------------------------------------- /1-Getting-Started/3-Using-NASA-Earthdata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Earthdata-cloud-playground/HEAD/1-Getting-Started/3-Using-NASA-Earthdata.md -------------------------------------------------------------------------------- /1-Getting-Started/4-Glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Earthdata-cloud-playground/HEAD/1-Getting-Started/4-Glossary.md -------------------------------------------------------------------------------- /2-Data-How-Tos/delete.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3-Data-Stories/Above_Ground_Biomass_Density.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Earthdata-cloud-playground/HEAD/3-Data-Stories/Above_Ground_Biomass_Density.ipynb -------------------------------------------------------------------------------- /3-Data-Stories/Data_stories_template.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Earthdata-cloud-playground/HEAD/3-Data-Stories/Data_stories_template.ipynb -------------------------------------------------------------------------------- /3-Data-Stories/Hurricanes_Wind_and_Sea_Surface_Temperature.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Earthdata-cloud-playground/HEAD/3-Data-Stories/Hurricanes_Wind_and_Sea_Surface_Temperature.ipynb -------------------------------------------------------------------------------- /3-Data-Stories/Observing_Seasonal_Ag_Changes.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Earthdata-cloud-playground/HEAD/3-Data-Stories/Observing_Seasonal_Ag_Changes.ipynb -------------------------------------------------------------------------------- /3-Data-Stories/Sea_Level_Rise.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Earthdata-cloud-playground/HEAD/3-Data-Stories/Sea_Level_Rise.ipynb -------------------------------------------------------------------------------- /4-Offboarding/delete.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nasa/Earthdata-cloud-playground/HEAD/README.md --------------------------------------------------------------------------------