From e8b2ee8723ce9bef3e4acd977372a7d461e1182c Mon Sep 17 00:00:00 2001 From: Catalina Taglialatela <51928352+ScienceCat18@users.noreply.github.com> Date: Thu, 23 May 2024 13:10:48 -0700 Subject: [PATCH] Update TechGuides.qmd added link to parallel cloud computing blog from Openscapes --- quarto_text/TechGuides.qmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quarto_text/TechGuides.qmd b/quarto_text/TechGuides.qmd index fd9774c5..ed0e5878 100644 --- a/quarto_text/TechGuides.qmd +++ b/quarto_text/TechGuides.qmd @@ -19,6 +19,7 @@ $ git clone https://github.com/podaac/tutorials - [Get started with GitHub](https://docs.github.com/en/get-started/quickstart/hello-world) - develop and share code in a collaborative environment - [Introduction to Xarray](../external/Introduction_to_xarray.ipynb) - A useful Python Package while working with NASA Earthdata - [Jupyter Lab](https://jupyter.org/install), [RStudio Desktop](https://posit.co/download/rstudio-desktop/), or [Visual Studio Code](https://code.visualstudio.com/) - useful coding workspaces +- [How to scale your NASA data workflows on the cloud, in parallel - a Coiled example](https://nasa-openscapes.github.io/news/2023-11-07-coiled-openscapes/index.html) - Guide for NASA Cloud computing at scale. How to run existing NASA data workflows on the cloud, in parallel, with minimal code changes using Coiled. (_Reference herein to any specific commercial product, process, or service by trade name, trademark, manufacturer, or otherwise, does not constitute or imply its endorsement by the United States Government or the Jet Propulsion Laboratory, California Institute of Technology._) ## A Growing List of Resources - [NASA Earthdata Cloud Cookbook](https://nasa-openscapes.github.io/earthdata-cloud-cookbook/) - Tutorials & data recipes applicable to all NASA datasets @@ -26,4 +27,4 @@ $ git clone https://github.com/podaac/tutorials - [NASA Earthdata Cloud Primer](https://earthdata.nasa.gov/learn/user-resources/webinars-and-tutorials/cloud-primer) - AWS cloud primer: helpful tutorials for how to set up your own EC2 cloud instance in AWS, attach storage, move files back and forth, and more. - [Setting up Jupyter Notebooks in a user EC2 instance in AWS](https://medium.com/@alexjsanchez/python-3-notebooks-on-aws-ec2-in-15-mostly-easy-steps-2ec5e662c6c6) - helpful blog post for setting up jupyter notebooks in an EC2 instance in AWS. (Builds on the Cloud Primer tutorials, which are missing that next step) - [Running the NASA Cloud Workshop notebooks with mybinder.org](https://github.com/eeholmes/jupyterhub) - by Eli Holmes, 2021 Cloud Hackathon Participant who then set up working in Binder -- [Cloud Optimized Geospatial Formats Guide](https://developmentseed.org/cloud-optimized-geospatial-formats-guide/) - Methods for Generating and Testing Cloud-Optimized Geospatial Formats \ No newline at end of file +- [Cloud Optimized Geospatial Formats Guide](https://developmentseed.org/cloud-optimized-geospatial-formats-guide/) - Methods for Generating and Testing Cloud-Optimized Geospatial Formats