diff --git a/.buildinfo b/.buildinfo index 4047eeec..efade053 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 505598985d2b28ffd6c038248d82e989 +config: 7339124c4532fc60bd6740bde11457a1 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/_images/bycountry.png b/_images/bycountry.png index cf1d7911..fbc375d4 100644 Binary files a/_images/bycountry.png and b/_images/bycountry.png differ diff --git a/_images/thisyear.png b/_images/thisyear.png index 37c9b439..11b8a5a4 100644 Binary files a/_images/thisyear.png and b/_images/thisyear.png differ diff --git a/_images/toppages.png b/_images/toppages.png index 191e162d..bb304664 100644 Binary files a/_images/toppages.png and b/_images/toppages.png differ diff --git a/_sources/metrics.md b/_sources/metrics.md index 69e3d979..fe0392ff 100644 --- a/_sources/metrics.md +++ b/_sources/metrics.md @@ -1,12 +1,12 @@ # Metrics -Last Updated: 2024-07-15 00:56:33.469670 +Last Updated: 2024-07-22 00:57:04.737899 | Project | Users | | ----- | ----- | -| Portal | 14.9K | -| Foundations | 57.1K | -| Cookbooks | 11.5K | +| Portal | 15.0K | +| Foundations | 57.5K | +| Cookbooks | 11.7K | ![Users this Year](metrics/thisyear.png) diff --git a/_sources/resource-gallery.md b/_sources/resource-gallery.md index e36495a6..b6057572 100644 --- a/_sources/resource-gallery.md +++ b/_sources/resource-gallery.md @@ -1578,7 +1578,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis

Python Programming for Earth Science Students

-

Author: Hanna Asefaw, Brendan Cych, Lisa Tauxe
Affiliation: Scripps Institution of Oceanography

+

Author: Lisa Tauxe, Hanna Asefaw, Brendan Cych
Affiliation: Scripps Institution of Oceanography

Python Programming for Earth Science Students

@@ -2081,7 +2081,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis

Python Tutorial Seminar Series - Pandas

-

Author: Project Pythia, Max Grover, Drew Camron
Affiliation: NCAR

+

Author: Drew Camron, Project Pythia, Max Grover
Affiliation: NCAR

Recording from the Python Tutorial Seminar Series introducing the Python Package `pandas`. The content to follow along with this video is hosted in this Pandas Tutorial GitHub Repository.

@@ -2109,7 +2109,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis

Python Tutorial Seminar Series - Xarray Part 1

-

Author: Project Pythia, Anderson Banihirwe
Affiliation: NCAR

+

Author: Anderson Banihirwe, Project Pythia
Affiliation: NCAR

Recording from the Python Tutorial Seminar Series introducing the Python Package `xarray`. This is the first lesson of a two part series. The content to follow along with this video is hosted in this Xarray Tutorial GitHub Repository.

@@ -2137,7 +2137,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis

Python Tutorial Seminar Series - Xarray Part 2

-

Author: Project Pythia, Anderson Banihirwe
Affiliation: NCAR

+

Author: Anderson Banihirwe, Project Pythia
Affiliation: NCAR

Recording from the Python Tutorial Seminar Series introducing the Python Package `xarray`. This is the second lesson of a two part series. The content to follow along with this video is hosted in this Xarray Tutorial GitHub Repository.

@@ -2165,7 +2165,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis

Python Tutorial Seminar Series - Dask Part 1

-

Author: Project Pythia, Anderson Banihirwe
Affiliation: NCAR

+

Author: Anderson Banihirwe, Project Pythia
Affiliation: NCAR

Recording from the Python Tutorial Seminar Series introducing the Python Package `dask`. This is the first lesson of a two part series. The content to follow along with this video is hosted in this Xarray Tutorial GitHub Repository.

@@ -2193,7 +2193,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis

Python Tutorial Seminar Series - Dask Part 2

-

Author: Project Pythia, Anderson Banihirwe
Affiliation: NCAR

+

Author: Anderson Banihirwe, Project Pythia
Affiliation: NCAR

Recording from the Python Tutorial Seminar Series introducing the Python Package `dask`. This is the second lesson of a two part series. The content to follow along with this video is hosted in this Xarray Tutorial GitHub Repository.

diff --git a/_static/searchtools.js b/_static/searchtools.js index 92da3f8b..b08d58c9 100644 --- a/_static/searchtools.js +++ b/_static/searchtools.js @@ -178,7 +178,7 @@ const Search = { htmlToText: (htmlString, anchor) => { const htmlElement = new DOMParser().parseFromString(htmlString, 'text/html'); - for (const removalQuery of [".headerlinks", "script", "style"]) { + for (const removalQuery of [".headerlink", "script", "style"]) { htmlElement.querySelectorAll(removalQuery).forEach((el) => { el.remove() }); } if (anchor) { @@ -328,13 +328,14 @@ const Search = { for (const [title, foundTitles] of Object.entries(allTitles)) { if (title.toLowerCase().trim().includes(queryLower) && (queryLower.length >= title.length/2)) { for (const [file, id] of foundTitles) { - let score = Math.round(100 * queryLower.length / title.length) + const score = Math.round(Scorer.title * queryLower.length / title.length); + const boost = titles[file] === title ? 1 : 0; // add a boost for document titles normalResults.push([ docNames[file], titles[file] !== title ? `${titles[file]} > ${title}` : title, id !== null ? "#" + id : "", null, - score, + score + boost, filenames[file], ]); } diff --git a/about.html b/about.html index d107f248..0c8191ed 100644 --- a/about.html +++ b/about.html @@ -68,7 +68,7 @@ - + @@ -828,7 +828,7 @@

Presentations about Project Pythia

- Last updated on 15 July 2024. + Last updated on 22 July 2024.

@@ -915,7 +915,7 @@

Contribute

By the
Project Pythia Community. - Last updated on 15 July 2024. + Last updated on 22 July 2024.

diff --git a/blog.html b/blog.html index f1303586..c58733fb 100644 --- a/blog.html +++ b/blog.html @@ -65,7 +65,7 @@ - + @@ -791,7 +791,7 @@

Contribute

By the Project Pythia Community. - Last updated on 15 July 2024. + Last updated on 22 July 2024.

diff --git a/blog/2023.html b/blog/2023.html index 8744ec7f..b96d3a98 100644 --- a/blog/2023.html +++ b/blog/2023.html @@ -65,7 +65,7 @@ - + @@ -733,7 +733,7 @@

Contribute

By the Project Pythia Community. - Last updated on 15 July 2024. + Last updated on 22 July 2024.

diff --git a/blog/2024.html b/blog/2024.html index 6b4e02e1..5d621d5a 100644 --- a/blog/2024.html +++ b/blog/2024.html @@ -65,7 +65,7 @@ - + @@ -673,7 +673,7 @@

Contribute

By the Project Pythia Community. - Last updated on 15 July 2024. + Last updated on 22 July 2024.

diff --git a/blog/archive.html b/blog/archive.html index b8e8aba0..2c62694f 100644 --- a/blog/archive.html +++ b/blog/archive.html @@ -65,7 +65,7 @@ - + @@ -564,7 +564,7 @@

@@ -651,7 +651,7 @@

Contribute

By the Project Pythia Community. - Last updated on 15 July 2024. + Last updated on 22 July 2024.

diff --git a/blog/author.html b/blog/author.html index 68856446..770b2939 100644 --- a/blog/author.html +++ b/blog/author.html @@ -65,7 +65,7 @@ - + @@ -575,7 +575,7 @@

@@ -662,7 +662,7 @@

Contribute

By the Project Pythia Community. - Last updated on 15 July 2024. + Last updated on 22 July 2024.

diff --git a/blog/author/brian-rose.html b/blog/author/brian-rose.html index cd4efac1..40029229 100644 --- a/blog/author/brian-rose.html +++ b/blog/author/brian-rose.html @@ -65,7 +65,7 @@ - + @@ -673,7 +673,7 @@

Contribute

By the Project Pythia Community. - Last updated on 15 July 2024. + Last updated on 22 July 2024.

diff --git a/blog/author/john-clyne.html b/blog/author/john-clyne.html index 682e9e01..d471851a 100644 --- a/blog/author/john-clyne.html +++ b/blog/author/john-clyne.html @@ -65,7 +65,7 @@ - + @@ -674,7 +674,7 @@

Contribute

By the Project Pythia Community. - Last updated on 15 July 2024. + Last updated on 22 July 2024.

diff --git a/blog/author/julia-kent.html b/blog/author/julia-kent.html index eb07538c..9cf01527 100644 --- a/blog/author/julia-kent.html +++ b/blog/author/julia-kent.html @@ -65,7 +65,7 @@ - + @@ -672,7 +672,7 @@

Contribute

By the Project Pythia Community. - Last updated on 15 July 2024. + Last updated on 22 July 2024.

diff --git a/blog/drafts.html b/blog/drafts.html index bf9776dd..fa5db421 100644 --- a/blog/drafts.html +++ b/blog/drafts.html @@ -65,7 +65,7 @@ - + @@ -519,7 +519,7 @@

@@ -606,7 +606,7 @@

Contribute

By the Project Pythia Community. - Last updated on 15 July 2024. + Last updated on 22 July 2024.

diff --git a/blog/tag.html b/blog/tag.html index 748fe238..12e212b3 100644 --- a/blog/tag.html +++ b/blog/tag.html @@ -65,7 +65,7 @@ - + @@ -553,7 +553,7 @@

@@ -640,7 +640,7 @@

Contribute

By the Project Pythia Community. - Last updated on 15 July 2024. + Last updated on 22 July 2024.

diff --git a/blog/tag/cook-off.html b/blog/tag/cook-off.html index d321c0ff..b4276395 100644 --- a/blog/tag/cook-off.html +++ b/blog/tag/cook-off.html @@ -65,7 +65,7 @@ - + @@ -793,7 +793,7 @@

Contribute

By the Project Pythia Community. - Last updated on 15 July 2024. + Last updated on 22 July 2024.

diff --git a/code_of_conduct.html b/code_of_conduct.html index 8062032c..3d8968da 100644 --- a/code_of_conduct.html +++ b/code_of_conduct.html @@ -68,7 +68,7 @@ - + @@ -663,7 +663,7 @@

Attribution

- Last updated on 15 July 2024. + Last updated on 22 July 2024.

@@ -750,7 +750,7 @@

Contribute

By the
Project Pythia Community. - Last updated on 15 July 2024. + Last updated on 22 July 2024.

diff --git a/contributing.html b/contributing.html index 70ccddb7..cde4f259 100644 --- a/contributing.html +++ b/contributing.html @@ -68,7 +68,7 @@ - + @@ -1070,7 +1070,7 @@

Make the PR

- Last updated on 15 July 2024. + Last updated on 22 July 2024.

@@ -1157,7 +1157,7 @@

Contribute

By the
Project Pythia Community. - Last updated on 15 July 2024. + Last updated on 22 July 2024.

diff --git a/cookbook-guide.html b/cookbook-guide.html index 8efe94ed..91e6d8c7 100644 --- a/cookbook-guide.html +++ b/cookbook-guide.html @@ -68,7 +68,7 @@ - + @@ -901,7 +901,7 @@

Initiate the Cookbook review process

- Last updated on 15 July 2024. + Last updated on 22 July 2024.

@@ -988,7 +988,7 @@

Contribute

By the
Project Pythia Community. - Last updated on 15 July 2024. + Last updated on 22 July 2024.

diff --git a/genindex.html b/genindex.html index 604bc38c..1890d2e4 100644 --- a/genindex.html +++ b/genindex.html @@ -64,7 +64,7 @@ - + @@ -508,7 +508,7 @@

Index

@@ -595,7 +595,7 @@

Contribute

By the Project Pythia Community. - Last updated on 15 July 2024. + Last updated on 22 July 2024.

diff --git a/index.html b/index.html index 7e6cf0bd..034358e1 100644 --- a/index.html +++ b/index.html @@ -67,7 +67,7 @@ - + @@ -507,7 +507,7 @@

Contribute

By the Project Pythia Community. - Last updated on 15 July 2024. + Last updated on 22 July 2024.

diff --git a/metrics.html b/metrics.html index 29c0ce62..31d884f0 100644 --- a/metrics.html +++ b/metrics.html @@ -67,7 +67,7 @@ - + @@ -396,7 +396,7 @@

Metrics

-

Last Updated: 2024-07-15 00:56:33.469670

+

Last Updated: 2024-07-22 00:57:04.737899

@@ -405,13 +405,13 @@

Metrics

- + - + - +

Project

Portal

14.9K

15.0K

Foundations

57.1K

57.5K

Cookbooks

11.5K

11.7K

@@ -593,7 +593,7 @@

Metrics

- Last updated on 15 July 2024. + Last updated on 22 July 2024.

@@ -680,7 +680,7 @@

Contribute

By the
Project Pythia Community. - Last updated on 15 July 2024. + Last updated on 22 July 2024.

diff --git a/posts/cookoff2023.html b/posts/cookoff2023.html index 980e259f..5894907c 100644 --- a/posts/cookoff2023.html +++ b/posts/cookoff2023.html @@ -66,7 +66,7 @@ - + @@ -590,7 +590,7 @@

Pythia Cookbook Cook-Off Hackathon 2023

- Last updated on 15 July 2024. + Last updated on 22 July 2024.

@@ -677,7 +677,7 @@

Contribute

By the
Project Pythia Community. - Last updated on 15 July 2024. + Last updated on 22 July 2024.

diff --git a/posts/cookoff2024-savethedate.html b/posts/cookoff2024-savethedate.html index dbad5045..858b347e 100644 --- a/posts/cookoff2024-savethedate.html +++ b/posts/cookoff2024-savethedate.html @@ -66,7 +66,7 @@ - + @@ -595,7 +595,7 @@

Pythia Cookbook Cook-Off Hackathon 2024 - Save the Date!

- Last updated on 15 July 2024. + Last updated on 22 July 2024.

@@ -682,7 +682,7 @@

Contribute

By the
Project Pythia Community. - Last updated on 15 July 2024. + Last updated on 22 July 2024.

diff --git a/posts/cookoff2024-website.html b/posts/cookoff2024-website.html index 9df6a86b..b89b59d4 100644 --- a/posts/cookoff2024-website.html +++ b/posts/cookoff2024-website.html @@ -66,7 +66,7 @@ - + @@ -587,7 +587,7 @@

Website is live for the 2024 Cook-off hackathon

- Last updated on 15 July 2024. + Last updated on 22 July 2024.

@@ -674,7 +674,7 @@

Contribute

By the
Project Pythia Community. - Last updated on 15 July 2024. + Last updated on 22 July 2024.

diff --git a/resource-gallery.html b/resource-gallery.html index 68bebebc..ae105e16 100644 --- a/resource-gallery.html +++ b/resource-gallery.html @@ -68,7 +68,7 @@ - + @@ -1453,7 +1453,7 @@

Xarray

@@ -1859,7 +1859,7 @@

Python for Atmosphere and Ocean Science

Python Tutorial Seminar Series - Pandas

-

Author: Project Pythia, Max Grover, Drew Camron
Affiliation: NCAR

+

Author: Drew Camron, Project Pythia, Max Grover
Affiliation: NCAR

Recording from the Python Tutorial Seminar Series introducing the Python Package `pandas`. The content to follow along with this video is hosted in this Pandas Tutorial GitHub Repository.

@@ -1881,7 +1881,7 @@

Python for Atmosphere and Ocean Science

Python Tutorial Seminar Series - Xarray Part 1

-

Author: Project Pythia, Anderson Banihirwe
Affiliation: NCAR

+

Author: Anderson Banihirwe, Project Pythia
Affiliation: NCAR

Recording from the Python Tutorial Seminar Series introducing the Python Package `xarray`. This is the first lesson of a two part series. The content to follow along with this video is hosted in this Xarray Tutorial GitHub Repository.

@@ -1903,7 +1903,7 @@

Python for Atmosphere and Ocean Science

Python Tutorial Seminar Series - Xarray Part 2

-

Author: Project Pythia, Anderson Banihirwe
Affiliation: NCAR

+

Author: Anderson Banihirwe, Project Pythia
Affiliation: NCAR

Recording from the Python Tutorial Seminar Series introducing the Python Package `xarray`. This is the second lesson of a two part series. The content to follow along with this video is hosted in this Xarray Tutorial GitHub Repository.

@@ -1925,7 +1925,7 @@

Python for Atmosphere and Ocean Science

Python Tutorial Seminar Series - Dask Part 1

-

Author: Project Pythia, Anderson Banihirwe
Affiliation: NCAR

+

Author: Anderson Banihirwe, Project Pythia
Affiliation: NCAR

Recording from the Python Tutorial Seminar Series introducing the Python Package `dask`. This is the first lesson of a two part series. The content to follow along with this video is hosted in this Xarray Tutorial GitHub Repository.

@@ -1947,7 +1947,7 @@

Python for Atmosphere and Ocean Science

Python Tutorial Seminar Series - Dask Part 2

-

Author: Project Pythia, Anderson Banihirwe
Affiliation: NCAR

+

Author: Anderson Banihirwe, Project Pythia
Affiliation: NCAR

Recording from the Python Tutorial Seminar Series introducing the Python Package `dask`. This is the second lesson of a two part series. The content to follow along with this video is hosted in this Xarray Tutorial GitHub Repository.

@@ -2411,7 +2411,7 @@

Contribute

By the Project Pythia Community. - Last updated on 15 July 2024. + Last updated on 22 July 2024.

diff --git a/search.html b/search.html index 4f89a12b..bad18f91 100644 --- a/search.html +++ b/search.html @@ -67,7 +67,7 @@ - + @@ -537,7 +537,7 @@

Search

@@ -624,7 +624,7 @@

Contribute

By the Project Pythia Community. - Last updated on 15 July 2024. + Last updated on 22 July 2024.

diff --git a/searchindex.js b/searchindex.js index f064b902..cdd7167b 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"About Project Pythia": [[0, "about-project-pythia"]], "About the publishing pipeline": [[4, "about-the-publishing-pipeline"]], "Add a new Cookbook to Cookbooks Gallery": [[3, "add-a-new-cookbook-to-cookbooks-gallery"]], "Add a new Jupyter Notebook to Pythia Foundations": [[3, "add-a-new-jupyter-notebook-to-pythia-foundations"]], "Add content to the Resource Gallery": [[3, "add-content-to-the-resource-gallery"]], "Add notebooks": [[4, "add-notebooks"]], "Advanced Contributions": [[3, "advanced-contributions"]], "Attribution": [[2, "attribution"]], "Authorship and the CITATION.cff file": [[4, "authorship-and-the-citation-cff-file"]], "Blog": [[1, "blog"]], "Build your Cookbook locally": [[4, "build-your-cookbook-locally"]], "Building on the Pythia Binder": [[4, "building-on-the-pythia-binder"]], "Code of Conduct": [[2, "code-of-conduct"]], "Committing Your Code Locally with Git": [[3, "committing-your-code-locally-with-git"]], "Community Responsibilities": [[2, "community-responsibilities"]], "Configure your environment to authenticate with GitHub from Git": [[3, "configure-your-environment-to-authenticate-with-github-from-git"]], "Consequences": [[2, "consequences"]], "Contributing": [[5, "contributing"]], "Cookbook Contributor\u2019s Guide": [[4, "cookbook-contributor-s-guide"]], "Creating a Python environment that will work with Pythia": [[3, "creating-a-python-environment-that-will-work-with-pythia"]], "Customize the paths in your repository": [[4, "customize-the-paths-in-your-repository"]], "Customize your home page": [[4, "customize-your-home-page"]], "Customizing your GitHub actions": [[4, "customizing-your-github-actions"]], "Customizing your environment file": [[4, "customizing-your-environment-file"]], "Data access": [[4, "data-access"]], "Deploying your Cookbook": [[4, "deploying-your-cookbook"]], "Develop your cookbook": [[4, "develop-your-cookbook"]], "Forking a repo": [[3, "forking-a-repo"]], "Gallery tags": [[4, "gallery-tags"]], "Generate a DOI": [[4, "generate-a-doi"]], "Getting started with GitHub and Git": [[3, "getting-started-with-github-and-git"]], "Git Setup": [[3, "git-setup"]], "GitHub Setup": [[3, "github-setup"]], "How to Cite": [[5, "how-to-cite"]], "Initiate the Cookbook review process": [[4, "initiate-the-cookbook-review-process"]], "Join us!": [[5, "join-us"]], "Make the PR": [[3, "make-the-pr"]], "Make your local changes": [[3, "make-your-local-changes"]], "Meeting & Event Calendar": [[5, "meeting-event-calendar"]], "Metrics": [[6, "metrics"]], "Monthly Pythia Meetings": [[5, "monthly-pythia-meetings"]], "Our Pledge": [[2, "our-pledge"]], "Our Standards": [[2, "our-standards"]], "Overview": [[3, "overview"]], "Presentations about Project Pythia": [[0, "presentations-about-project-pythia"]], "Project Administrator Responsibilities": [[2, "project-administrator-responsibilities"]], "Project Pythia": [[5, "project-pythia"]], "Project Pythia Contributor\u2019s Guide": [[3, "project-pythia-contributor-s-guide"]], "Project Pythia Goals": [[0, "project-pythia-goals"]], "Publish your Cookbook on the Pythia Gallery": [[4, "publish-your-cookbook-on-the-pythia-gallery"]], "Pull Requests and previews": [[4, "pull-requests-and-previews"]], "Pushing Your Changes to Your Personal GitHub Repository": [[3, "pushing-your-changes-to-your-personal-github-repository"]], "Pythia Cookbook Cook-Off Hackathon 2023": [[7, "pythia-cookbook-cook-off-hackathon-2023"]], "Pythia Cookbook Cook-Off Hackathon 2024 - Save the Date!": [[8, "pythia-cookbook-cook-off-hackathon-2024-save-the-date"]], "Pythia Cookbooks": [[5, "pythia-cookbooks"]], "Pythia Data Collection": [[5, "pythia-data-collection"]], "Pythia Portal": [[3, "pythia-portal"]], "Ready, set, fork!": [[3, "ready-set-fork"]], "Reporting": [[2, "reporting"]], "Resource Gallery": [[10, "resource-gallery"]], "Review your Code": [[3, "review-your-code"]], "Scope of this Code": [[2, "scope-of-this-code"]], "Set up the computational environment": [[4, "set-up-the-computational-environment"]], "Start Learning": [[5, "start-learning"]], "Starting a conversation": [[3, "starting-a-conversation"]], "Steps to transfer the repository": [[4, "steps-to-transfer-the-repository"]], "Strip output from your notebooks before committing": [[4, "strip-output-from-your-notebooks-before-committing"]], "Submit a Pull Request (PR)": [[3, "submit-a-pull-request-pr"]], "The Foundations Book": [[5, "the-foundations-book"]], "The Resource Gallery": [[5, "the-resource-gallery"]], "The many ways to contribute": [[3, "the-many-ways-to-contribute"]], "Transfer your cookbook repo to the ProjectPythia organization": [[4, "transfer-your-cookbook-repo-to-the-projectpythia-organization"]], "Use the template": [[4, "use-the-template"]], "Webinar Tutorial Series": [[5, "webinar-tutorial-series"]], "Website is live for the 2024 Cook-off hackathon": [[9, "website-is-live-for-the-2024-cook-off-hackathon"]], "Where is my book?": [[4, "where-is-my-book"]], "Who is Project Pythia?": [[0, "who-is-project-pythia"]], "Why do we need Project Pythia?": [[0, "why-do-we-need-project-pythia"]], "Why the name Pythia?": [[0, "why-the-name-pythia"]]}, "docnames": ["about", "blog", "code_of_conduct", "contributing", "cookbook-guide", "index", "metrics", "posts/cookoff2023", "posts/cookoff2024-savethedate", "posts/cookoff2024-website", "resource-gallery"], "envversion": {"sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1}, "filenames": ["about.md", "blog.md", "code_of_conduct.md", "contributing.md", "cookbook-guide.md", "index.md", "metrics.md", "posts/cookoff2023.md", "posts/cookoff2024-savethedate.md", "posts/cookoff2024-website.md", "resource-gallery.md"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 2, 5, 7, 10], "0": 5, "00": 6, "01": 0, "02": 0, "03": 0, "04": 0, "05": 0, "06": 0, "07": [0, 6], "1": [2, 5, 10], "10": [2, 5, 7], "11": [5, 6, 8, 9], "12": 0, "14": [5, 6, 8, 9], "15": 6, "1k": 6, "2": [5, 10], "20": [2, 7], "2019": 10, "2020": 2, "2021": 0, "2022": 0, "2023": [0, 5], "2024": [0, 5, 6], "23": 7, "3": [3, 5, 10], "33": 6, "36": 7, "3857": 10, "4": [2, 5], "404": 4, "4326": 10, "469670": 6, "5": 10, "5065": 2, "5281": 5, "56": 6, "57": 6, "5k": 6, "6": 10, "6w2c": 2, "75": 10, "8184298": 5, "9k": 6, "A": [0, 3, 4, 10], "As": [3, 4], "At": [3, 4], "BY": 5, "Be": 2, "But": [3, 4, 10], "By": [4, 10], "FOR": 4, "For": [3, 4, 5], "If": [2, 3, 4, 5], "In": [0, 2, 3, 4, 10], "It": [3, 4, 10], "Its": 10, "Not": 4, "On": 4, "One": [3, 7], "Such": 2, "TO": 4, "That": [3, 4], "The": [0, 2, 4, 7, 8, 9, 10], "There": [3, 4, 5], "These": [3, 4, 5], "To": [0, 3, 4, 5, 10], "With": 3, "_build": 4, "_config": 4, "_gallery_info": 4, "_toc": 4, "a132": 2, "abernathei": 10, "abernatheyaffili": 10, "abid": 2, "abil": [2, 10], "abl": [3, 4], "ablog": 1, "about": [3, 5, 7, 10], "abov": [2, 3, 4, 10], "abovement": 10, "abstract": [0, 4], "abus": 2, "academ": 10, "academi": 10, "accept": [2, 3, 4], "access": [0, 3, 5, 10], "account": [2, 3, 4], "acknowledg": [2, 4], "acquir": 3, "across": 5, "act": 5, "action": 2, "activ": [2, 3, 4, 10], "actual": 3, "ad": [3, 4], "adapt": [2, 5], "add": 10, "addit": [2, 3, 4, 7, 10], "address": [2, 3, 10], "addtion": 3, "adopt": [0, 2], "advanc": [0, 2, 4, 5, 10], "advis": 3, "affect": [2, 3, 4], "affili": [2, 10], "after": [3, 4], "ag": 2, "again": 3, "against": 3, "agenda": 5, "agnost": 10, "agu": [0, 2], "ai": 10, "aim": 10, "aka": 3, "al": 10, "alan": 10, "alarm": 2, "albani": 10, "alert": 2, "alfr": 10, "algorithm": 10, "align": 2, "alik": 10, "all": [0, 2, 3, 4, 5, 10], "allow": [3, 10], "along": [3, 5, 10], "alongsid": 4, "alreadi": [3, 4, 10], "also": [0, 2, 3, 4, 5, 10], "altern": 3, "alwai": [3, 4], "am": 0, "amaz": 4, "amelia": 5, "american": 2, "an": [0, 2, 3, 4, 5, 7, 10], "anaconda": 3, "analys": 10, "analysi": 10, "analyt": 10, "analyz": [0, 10], "ancient": 0, "anderson": 10, "ani": [0, 2, 3, 4, 5, 10], "anim": 10, "anissa": 10, "anonym": 10, "anonymousaffili": 10, "anoth": [3, 4, 10], "anyon": [2, 5], "anyth": [3, 4, 5, 10], "anywher": 3, "apach": 5, "api": 10, "apollo": 0, "appear": [2, 4], "appli": 2, "applic": [2, 10], "approach": 10, "appropri": [2, 3, 4, 5], "approxim": 10, "ar": [0, 2, 3, 4, 5, 7, 10], "archiv": [4, 10], "area": 10, "argument": 3, "aris": 4, "arm": 0, "around": [0, 5], "arrai": 10, "arriba": 10, "arw": 10, "asefaw": 10, "ask": [3, 4, 10], "aspect": 3, "aspir": 0, "assembl": 3, "asset": 3, "associ": [2, 3], "assum": 4, "astronom": 10, "atmospher": [0, 10], "atsc301": 10, "attack": 2, "attempt": 5, "attent": 2, "attribut": 10, "austinaffili": 10, "authent": 4, "author": [4, 10], "autom": 4, "automat": [3, 4], "avail": [2, 3, 4, 10], "avoid": 2, "aw": 4, "awesom": 4, "b": 3, "back": [3, 4, 5], "background": [4, 10], "badg": 4, "ban": 2, "banihirweaffili": 10, "bar": 4, "bare": 4, "base": [0, 2, 3, 4, 10], "basemap": 10, "basic": [3, 4, 10], "becaus": 3, "becom": 7, "been": 3, "befor": 3, "begin": [4, 5, 10], "beginn": 10, "behavior": 2, "being": [0, 10], "bel": 10, "belaffili": 10, "believ": [3, 10], "below": [2, 3, 4, 5, 10], "benefit": 7, "best": [3, 4, 10], "better": [0, 4, 7], "between": [3, 4], "beyond": [0, 10], "big": 10, "binder": 0, "blaylock": 10, "bodi": 2, "book": 10, "borrow": [2, 10], "both": [0, 2, 3, 4, 10], "boulder": [7, 8, 9, 10], "bound": 10, "box": 10, "branch": [3, 4], "branch_nam": 3, "break": [3, 4], "brendan": 10, "brian": [0, 5, 10], "british": 10, "broadcast": 10, "broadli": 10, "broken": [3, 10], "brought": [2, 10], "browser": [3, 4], "buil": 10, "build": [0, 3, 5, 10], "built": [0, 4, 10], "builtin": 10, "button": [3, 4], "cach": 4, "calcul": 10, "calendar": 10, "call": [0, 4, 10], "camron": 0, "camronaffili": 10, "can": [2, 3, 4, 5, 10], "capabl": 10, "card": 4, "career": [0, 10], "carpentri": 10, "carri": 2, "cartopi": [3, 10], "case": [3, 4, 10], "catalog": 10, "categor": 10, "categori": [4, 5], "cc": 5, "cd": 3, "cell": 4, "center": [0, 5], "certif": 10, "cesm": [0, 4], "cfgrib": 10, "chabot": 10, "challeng": [0, 3], "chang": [0, 2, 4, 7], "channel": 5, "channel_prior": 4, "chapter": [4, 10], "characterist": 2, "check": [3, 4, 9, 10], "checkbox": 4, "checkout": 3, "chemistri": 0, "choos": [3, 4], "chronolog": 0, "chunk": 3, "ci2023": 0, "circumst": 2, "citat": 7, "citeabl": 4, "clarifi": [2, 3], "class": 10, "clean": [3, 10], "cleaner": 4, "cleanli": 4, "clear": [4, 10], "clearli": 10, "click": [0, 3, 4, 5], "client": 10, "climat": [0, 10], "climatematch": 10, "climlab": 10, "clone": [3, 4], "close": 4, "cloud": [0, 4, 10], "clyne": [0, 5], "cma": 10, "cmip6": 4, "co": [3, 7], "coast": 0, "code": [4, 5, 7, 10], "collab": 10, "collabor": [0, 2, 3, 4, 5, 10], "collect": [3, 4, 10], "colorado": [0, 8, 9, 10], "columbia": 10, "com": [3, 4], "come": [5, 8], "comfort": 4, "command": [3, 4, 10], "commandlin": 10, "comment": [2, 4, 7], "commit": 2, "common": [3, 5, 10], "commonli": 10, "commun": [0, 3, 4, 5, 7, 10], "communityaffili": 10, "comp": 10, "compar": 3, "complaint": 2, "complet": [3, 4], "complex": [3, 10], "compli": 2, "complic": 3, "compon": [5, 10], "comprehens": [5, 10], "comput": [0, 5, 10], "concept": 10, "concern": 2, "concis": 10, "conda": [3, 4, 10], "conduct": [3, 5], "confer": 5, "config": [3, 4], "confirm": 4, "congratul": 3, "connect": [3, 5], "consid": [2, 3, 4], "consider": 2, "consist": [4, 10], "consult": [3, 4], "consumpt": 5, "contact": 4, "contain": [3, 10], "content": [0, 4, 5, 7, 10], "contexili": 10, "contextili": 10, "contextu": 10, "continu": [2, 4, 10], "contribut": [0, 2, 4, 7, 10], "contributor": [2, 5, 10], "contributorsaffili": 10, "control": [3, 4, 10], "convent": 3, "cook": [0, 5], "cookbook": [0, 6, 9], "coordin": 10, "copi": [3, 4], "core": [4, 10], "corner": 3, "correct": 4, "correctli": [3, 10], "could": 2, "courework": 10, "cours": [0, 3, 10], "coven": 2, "cover": [3, 5, 10], "crash": 4, "creat": [2, 4, 10], "creativ": 5, "creator": 2, "credit": [4, 5], "critic": 2, "critiqu": 2, "curat": [5, 10], "current": [0, 3, 4, 10], "custom": [3, 10], "customiz": 0, "cut": 10, "cych": 10, "cygnss": 10, "d": 4, "dai": 10, "damien": 10, "danger": [2, 4], "dani": 10, "dask": 10, "data": [0, 10], "dataarrai": 10, "dataset": 10, "datatyp": 10, "date": [0, 2, 3, 4], "datetim": 10, "daunt": 3, "deal": 10, "decemb": 2, "decis": 4, "deem": 2, "default": 4, "defens": 10, "defin": [2, 10], "definit": 4, "delet": 4, "delphi": 0, "demo": 10, "demonstr": 10, "depart": 10, "depend": [3, 4, 10], "deploy": 0, "depth": 10, "describ": 3, "descript": [3, 4], "design": 10, "desir": 3, "desktop": 3, "detail": [3, 5, 8, 10], "determin": 4, "dev": 4, "develop": [3, 5, 7, 10], "developersaffili": 10, "diagnost": [0, 10], "dialogu": 3, "dictat": 4, "dictionari": 10, "did": 3, "diff": 4, "differ": [3, 4, 10], "difficult": 3, "difficulti": 3, "digit": 0, "dimens": 10, "dimension": 10, "direct": [2, 4], "directli": 3, "directori": 3, "disabl": 2, "discern": 10, "disciplin": 0, "discours": [4, 5], "discrimin": 2, "discuss": [3, 4, 10], "disk": 10, "displai": [4, 10], "distress": 2, "divers": [2, 10], "do": [2, 3, 4, 5, 10], "doc": 3, "document": [2, 3, 4, 10], "documentation_cleanup": 3, "doe": [3, 10], "doherti": 10, "doi": [2, 5, 7], "domain": [4, 5, 10], "don": [3, 4], "done": [3, 4, 10], "down": [3, 4], "download": [3, 5, 10], "drew": [0, 10], "driven": 10, "duplic": 4, "dure": 7, "e": [0, 3, 4, 5, 10], "each": [3, 4, 5], "earli": 4, "earth": [0, 10], "eas": 3, "easi": [3, 4, 10], "easier": [4, 10], "easiest": 3, "ecologi": 10, "ecosystem": [0, 3, 4, 5, 10], "ed": 10, "edg": 10, "edit": [2, 3, 4], "educ": [0, 3, 5, 10], "effect": [0, 3, 4, 5], "effici": 10, "effort": [0, 7], "either": 3, "electron": 2, "eleg": 10, "els": 4, "elsewher": [3, 4, 10], "email": [2, 3], "emerg": 0, "emploi": 3, "employe": 2, "empow": [0, 2], "enabl": [3, 4, 10], "encount": 3, "encourag": [2, 3, 4, 5], "end": [4, 7], "enforc": 2, "engag": 5, "engin": [0, 10], "enjoi": 7, "enough": 10, "ensur": 4, "enterpris": 3, "enthought": 10, "enthusiast": [7, 10], "entir": [0, 3, 4, 5, 10], "env": 4, "environ": [0, 2, 10], "environment": 10, "environment_nam": 4, "epsg": 10, "equat": 10, "equiti": 2, "eroglu": 5, "error": [4, 10], "escienc": 10, "esd": 0, "essenti": 3, "et": 10, "etc": [2, 3, 4], "ethnic": 2, "even": [3, 4, 10], "event": [2, 7], "everi": [4, 10], "everyon": [2, 5, 7, 10], "everyth": 3, "exampl": [0, 2, 3, 4, 5, 7, 10], "excit": 5, "execut": [0, 3, 4], "execute_notebook": 4, "exercis": 10, "exist": [3, 4, 10], "exit": 7, "expand": 7, "expect": [2, 3, 4, 7], "experi": [2, 4, 10], "expertis": 0, "explain": 10, "explicit": 2, "explicitli": 3, "explor": 10, "exploratori": 10, "express": [2, 10], "extend": 10, "extens": 10, "extern": [3, 10], "f": 4, "face": 2, "facilit": 5, "familiar": [3, 4], "fast": 10, "feasibl": 4, "featur": [4, 10], "feature_nam": 3, "feder": 2, "fellow": 2, "felt": 7, "few": [3, 4], "fewer": 4, "field": [4, 10], "figur": [3, 10], "file": [3, 10], "filter": [3, 4, 5, 10], "final": 3, "find": [3, 4, 5], "findabl": 4, "fine": [3, 4], "finish": 4, "fiona": 10, "first": [3, 4, 7, 10], "firstli": 3, "fit": 10, "fix": [3, 4], "flexibl": 10, "focu": [4, 10], "focus": [0, 4, 5, 10], "folder": 4, "folk": [4, 5], "follow": [2, 3, 4, 10], "forecast": 10, "fork": 4, "form": [2, 10], "format": [0, 3, 10], "formerli": 10, "fortun": 4, "forum": [0, 2, 3, 5], "found": [3, 4], "foundat": [4, 6, 10], "free": [3, 4, 5], "freeli": [4, 5, 10], "friend": 3, "friendli": 10, "from": [0, 2, 5, 7, 10], "full": 4, "fulli": 4, "fun": 10, "function": 10, "fundament": 10, "further": [2, 3, 4, 10], "g": [3, 4, 10], "galleri": 7, "garden": 0, "gatewai": 7, "gather": [5, 7], "gave": 3, "gear": 4, "gender": 2, "gener": [3, 10], "genet": 2, "geo": 5, "geocat": [3, 10], "geocataffili": 10, "geograph": 10, "geographi": 10, "geohackweek": 10, "geojson": 10, "geometr": 10, "geopanda": 10, "geophys": 2, "geoscienc": [0, 3, 4, 5, 10], "geoscientif": [0, 5, 7], "geoscientist": [0, 3, 5, 10], "geospati": 10, "geotiff": 10, "get": [0, 4, 5, 7, 10], "gh": 4, "gi": 10, "git": [4, 10], "github": [0, 5, 10], "give": [3, 4, 5], "glaciologi": 10, "global": [3, 10], "gloss": 10, "go": [3, 4, 5, 10], "goal": [4, 5, 10], "god": 0, "goe": 3, "good": 3, "googl": [3, 10], "gopalakrishnanaffili": 10, "gracefulli": 2, "graduat": 10, "graph": 10, "great": [3, 7, 10], "greatli": 3, "greek": 0, "grew": 10, "grib2": 10, "grid": 10, "group": [0, 4, 5], "grover": [0, 10], "grow": 10, "guest": 2, "guid": [5, 10], "guidanc": 4, "guidelin": 3, "gulf": 0, "ha": [3, 5, 7], "hacakthon": 7, "hackthon": 7, "hackweek": 10, "hand": [4, 5, 10], "handi": 4, "handl": 4, "hanna": 10, "happen": [3, 4], "happi": 4, "harass": 2, "hardwar": 2, "harm": 2, "have": [0, 2, 3, 4, 5, 10], "haven": 4, "head": 3, "heavili": [0, 10], "held": 10, "help": [0, 3, 4, 5, 10], "herbi": 10, "here": [0, 1, 3, 4, 5, 10], "heterogen": 10, "hidden": 3, "high": [0, 5, 10], "highlight": 10, "histori": 0, "hold": 5, "holoview": 10, "holoviz": 10, "home": [0, 2, 3, 5], "homepag": 4, "hook": 3, "hope": 10, "hopefulli": 3, "host": [3, 4, 5, 7, 10], "hostil": 2, "hour": 5, "hous": [4, 5], "how": [0, 3, 4, 10], "howev": [0, 3, 4], "hpc": 4, "hr": 2, "hrrr": 10, "html": 4, "http": [2, 3, 4, 5], "hub": 5, "huge": [0, 3, 5], "hvplot": 10, "hybrid": 7, "hydrologi": [4, 10], "i": [2, 3, 5, 7, 10], "icon": [3, 4], "idea": [2, 3, 4], "ideal": 10, "ident": 2, "ignor": 4, "illustr": 10, "imag": [2, 4, 10], "imageri": 10, "immedi": 2, "impact": 3, "import": [3, 7], "improv": [0, 7], "inappropri": 2, "incid": 2, "includ": [2, 3, 4, 5, 10], "inclus": [0, 2, 4, 5, 10], "incomplet": 10, "index": [4, 10], "indic": 3, "individu": [2, 5, 10], "info": 0, "inform": [2, 3, 4, 5, 10], "infrastructur": [3, 4, 7], "ingest": 10, "initi": [0, 5], "insid": 3, "inspir": 10, "instal": [3, 10], "instanc": [2, 3], "instead": 0, "institut": [2, 3, 10], "instituteaffili": 10, "instruct": [3, 4], "instructor": 5, "instrument": 0, "intak": 10, "integr": [0, 10], "intend": [4, 10], "intens": 10, "interact": [5, 10], "interest": 5, "interfac": 10, "intermedi": 10, "internet": [5, 10], "interoper": 3, "interpol": 10, "interpret": 4, "intimid": 2, "intro": 10, "introduc": [7, 10], "introduct": [0, 10], "intuit": 10, "invit": 4, "involv": [0, 3, 5], "io": 4, "ipyleaflet": 10, "ipynb": 4, "irv": 10, "isn": 3, "isol": 3, "iss": 0, "issu": [2, 3, 4], "issue_xxx": 3, "item": 3, "its": [0, 2, 3, 10], "itself": 4, "j": 5, "jai": 10, "jame": 5, "jetstream2": 4, "john": [0, 5], "join": [4, 7], "journal": 4, "journei": 3, "jovian": 10, "julia": [0, 10], "june": [5, 7, 8, 9], "jupyt": [4, 5, 10], "jupyterbook": [4, 10], "jupyterlab": 10, "just": [3, 4, 10], "k": 10, "keep": [3, 4, 10], "kei": 10, "kent": 0, "kentaffili": 10, "kernel": 4, "kerri": 10, "kevin": [0, 5, 10], "know": [4, 10], "knowledg": [3, 4], "known": 0, "koldunovaffili": 10, "kootzaffili": 10, "l": 10, "lab": [4, 7, 8, 9, 10], "labaffili": 10, "label": [3, 10], "laboratori": 10, "lag": 4, "lamont": 10, "landsat": 4, "languag": [0, 3, 10], "laptop": [3, 4], "larg": 10, "larger": [4, 7], "last": [3, 6], "lastli": 3, "later": [0, 3, 4, 5], "latest": [2, 3], "latter": 3, "launch": 0, "law": 2, "layer": 10, "leaner": 4, "learn": [0, 3, 7, 10], "learner": 10, "least": 10, "leav": 4, "leclerc": 10, "leclercaffili": 10, "led": 5, "len": [0, 4], "less": 10, "lesson": 10, "let": 4, "level": [0, 2, 3, 10], "leverag": 0, "librari": [4, 10], "licens": 5, "light": 0, "lightweight": 4, "like": [0, 3, 4, 10], "limit": 2, "line": [3, 10], "link": [0, 3, 4, 5], "lisa": 10, "list": [0, 2, 3, 4, 5], "live": [4, 10], "liverpool": 10, "ll": [3, 4, 10], "locat": [3, 4, 8, 9], "log": [3, 4], "long": [3, 4, 5], "look": [0, 3, 4, 5, 10], "loos": 4, "lot": 3, "love": 10, "machin": [3, 4], "made": [0, 3, 4, 7], "mai": [2, 3, 5, 10], "mail": 2, "main": [3, 4], "maintain": [2, 3, 4, 10], "mainten": 4, "major": 10, "make": [0, 2, 4, 5, 10], "manag": [2, 3, 4], "mani": 10, "manipul": [0, 10], "manual": [3, 4], "map": 10, "mapbox": 10, "marin": 10, "markdown": 10, "materi": [3, 4, 5, 10], "math": 10, "mathemat": 10, "matlab": 10, "matplotlib": [3, 10], "max": [0, 10], "md": [3, 4], "me": 7, "mean": [4, 5], "meaning": 3, "meant": 4, "mechan": 10, "media": [2, 5], "meet": 2, "member": [2, 3, 4, 7], "mention": 3, "menu": 3, "mercat": 10, "merg": [3, 4], "mesa": [7, 8, 9], "messag": 3, "met": 10, "metadata": 4, "meteorolog": 10, "meteorologi": 10, "method": [3, 10], "metpi": 10, "michael": 10, "michaela": 10, "might": [3, 10], "mind": 2, "miniconda": 3, "minut": [4, 10], "mirror": 7, "miss": 4, "mission": 10, "ml": 4, "model": [2, 10], "modern": 10, "modul": 10, "mondai": 10, "monstrou": 0, "more": [0, 3, 4, 5, 8, 10], "most": [3, 4, 10], "mostli": 10, "mth271": 10, "much": [3, 10], "multi": 10, "multidisciplinari": 10, "multipl": [3, 10], "multitud": 0, "munro": 5, "must": 3, "myriad": [0, 3], "mysteri": [0, 4], "mythologi": 0, "n": 10, "name": [3, 4], "nation": 2, "nativ": 10, "nav": 4, "navig": [0, 3, 4], "nbsp": 10, "ncar": [7, 8, 9, 10], "neatli": 10, "necessari": [2, 3, 4, 10], "need": [3, 4, 5, 10], "netcdf": 10, "netcdf4": 10, "network": 10, "neuromatch": 10, "never": [3, 4], "nevertheless": 3, "new": [4, 7, 10], "newli": [3, 4], "next": [3, 4, 5, 10], "nguyen": 10, "nightli": 4, "nikolai": 10, "non": [5, 10], "none": [4, 10], "normal": 2, "note": [3, 5], "notebook": [5, 7, 10], "noth": 1, "notic": 2, "notifi": 3, "novel": 7, "now": [3, 4], "nsf": [4, 5], "nuditi": 2, "number": 3, "numer": [0, 5, 10], "numpi": 10, "nwp": 10, "o": 10, "object": [4, 10], "observ": [0, 10], "observatori": 10, "obviou": 4, "occas": 10, "occur": 3, "ocean": [0, 10], "oceanographi": 10, "odei": 2, "off": [0, 5, 10], "offens": 2, "offer": [3, 10], "offic": [2, 10], "offici": 3, "often": 3, "old": 0, "onc": [3, 4, 10], "one": [3, 4, 10], "ones": [2, 3], "onli": [0, 3, 4], "onlin": [0, 2, 3, 4, 10], "open": [0, 3, 4, 5, 10], "openli": 2, "oper": [3, 10], "opinion": 2, "opt": 3, "option": [3, 4], "oracl": 0, "orcid": 4, "order": [0, 4, 10], "org": [2, 4, 5], "organ": [3, 5, 10], "orhan": 5, "orient": [2, 10], "origin": [2, 3], "os": 5, "other": [0, 2, 3, 4, 5, 10], "otherwis": 4, "our": [3, 4, 5, 7, 10], "out": [2, 3, 4, 5, 9, 10], "outlin": 2, "output": 10, "outreach": 5, "outsid": [2, 3], "over": 10, "overcom": 3, "overview": 10, "own": [0, 3, 4, 5, 7, 10], "owner": 3, "ownership": 4, "pace": 5, "packag": [0, 3, 4, 10], "page": [2, 3, 10], "paid": 3, "painless": 4, "panda": 10, "pangeo": [0, 4, 5, 7, 10], "paragraph": 3, "parallel": 10, "parlanc": 3, "part": [3, 4, 10], "parti": 2, "particip": [2, 5, 10], "particular": 3, "particularli": 10, "pass": 10, "password": 3, "past": 5, "path": 3, "path_to_new_fil": 3, "pattern": 10, "paul": 0, "paulaffili": 10, "peopl": [2, 4, 7, 10], "perform": [3, 10], "perman": 2, "permiss": [2, 4], "person": [2, 4], "pertin": 3, "philip": 10, "physic": [2, 10], "pick": [3, 5], "place": [4, 7, 8, 9, 10], "plan": [4, 10], "platform": [0, 10], "pleas": [3, 5], "plot": 10, "plu": 3, "png": 4, "point": [0, 2, 3, 4], "polar": 10, "polici": 2, "polit": 2, "pooch": 10, "popul": 3, "popular": 10, "portal": [0, 5, 6], "portland": 10, "posit": 2, "possibl": [0, 3, 4, 10], "possibli": 3, "post": [3, 7], "poster": 0, "potenti": 0, "power": [0, 3, 4, 10], "pr": 4, "practic": [3, 5, 10], "pre": [3, 4, 10], "predict": 10, "prefer": 4, "pregnanc": 2, "preliminari": 9, "present": [3, 10], "preview": 3, "previou": 5, "primari": 4, "prior": 10, "privat": 2, "probabl": 4, "problem": [3, 4, 10], "procedur": 2, "process": [2, 3, 10], "procur": 10, "produc": [0, 10], "product": [2, 4, 10], "profession": [2, 10], "program": [0, 3, 10], "progress": [4, 10], "proj4": 10, "project": [4, 6, 7, 10], "projectpythia": [3, 5], "prompt": [3, 4], "prone": 10, "pronoun": 2, "properli": [3, 4], "propos": [4, 5], "protect": 2, "protocol": 3, "proven": 10, "provid": [0, 2, 3, 4, 7, 10], "public": [0, 3, 4, 5, 10], "publicli": 2, "publish": [2, 5, 10], "pull": 10, "pure": 10, "push": 4, "put": 10, "pyngl": 10, "pystac": 10, "pythia": [2, 9, 10], "pythia_repo_nam": 3, "python": [0, 5, 7, 10], "qualiti": [0, 5, 10], "question": [3, 5, 10], "quick": 4, "r": 10, "race": 2, "radar": [0, 4, 7], "radiat": 10, "ran": 3, "rang": 5, "rapidli": 0, "raster": 10, "rasterio": 10, "rather": [2, 4], "raw": 10, "re": 4, "reach": [4, 5, 10], "read": [3, 4, 5, 10], "reader": 4, "readi": [4, 10], "readm": 4, "real": [0, 10], "reason": [2, 4], "rebuild": 4, "receipt": 2, "recent": [0, 10], "recommend": 4, "record": [5, 10], "redirect": 3, "reduc": 3, "refer": [3, 5, 10], "reflect": 4, "regardless": 2, "regular": [4, 5], "regularli": 5, "reject": 2, "rel": 0, "relat": 3, "releas": 4, "relev": [3, 4, 10], "reli": [0, 4], "reliabl": 3, "religion": 2, "remaind": 10, "rememb": 3, "remot": [3, 7, 10], "remov": [2, 4], "render": [3, 4], "repeat": 2, "replac": [1, 4], "repositori": [2, 5, 10], "repres": 4, "represent": 2, "reproduc": [0, 4, 5, 7, 10], "request": [2, 10], "requir": [0, 2, 3, 4], "requisit": 10, "research": [0, 5, 7, 10], "resourc": [0, 4, 7], "respect": [2, 3], "respond": [2, 3], "rest": 4, "restart": 4, "result": [3, 4, 10], "retain": 4, "rethink": 0, "retriev": 10, "reus": [4, 5], "reusabl": [0, 5], "revers": [0, 3], "review": 10, "right": [2, 3, 4], "rocki": 0, "role": 10, "root": [3, 4], "rose": [0, 5], "roseaffili": 10, "rout": 4, "routin": 10, "row": 3, "rule": 2, "run": [0, 2, 3, 4, 10], "ryan": [5, 10], "safe": [2, 3, 4], "sai": 3, "said": 0, "same": [0, 3], "satellit": 10, "satisfi": [3, 4], "save": [4, 10], "scale": 10, "scenario": 10, "schedul": 5, "scholarli": 4, "scienc": [0, 5, 7, 10], "scientif": [0, 3, 5, 10], "scientist": [0, 7, 10], "scipi": [0, 10], "scripp": 10, "script": 10, "scroll": 4, "search": 3, "searchabl": 0, "second": [3, 10], "secondli": 3, "section": [2, 4, 10], "see": [0, 3, 4, 5, 7], "seem": 0, "seen": 3, "select": [3, 4, 5], "seminar": [5, 10], "send": 3, "sens": [0, 4, 5, 7, 10], "separ": [3, 5, 10], "seri": 10, "serv": [0, 4, 5, 10], "server": [3, 10], "servic": [3, 4, 10], "session": 4, "set": [2, 5, 10], "sever": [4, 5], "sexual": 2, "shall": 10, "shape": 10, "share": [3, 5], "sharpen": 5, "shell": 3, "short": [3, 4, 10], "should": [2, 3, 4, 10], "show": [2, 4, 10], "showcas": [0, 10], "side": 4, "sign": 3, "signific": [7, 10], "similarli": 0, "simpl": [3, 10], "simpli": 3, "simplifi": 3, "simul": 0, "sinc": 10, "singl": [0, 4], "siphon": 10, "sit": 5, "site": [3, 4, 5, 10], "situat": 2, "size": 2, "sizemoreaffili": 10, "skill": [0, 5, 7, 10], "slai": 0, "slain": 0, "slice": 10, "slide": [0, 5], "small": 10, "smaller": 5, "snyder": 5, "so": [1, 2, 3, 4, 5, 10], "social": [2, 5], "softwar": [0, 2, 3, 10], "solut": 3, "solv": [3, 10], "some": [3, 4, 10], "someon": [2, 7], "someth": [3, 4], "sometim": 3, "somewhat": 3, "somewher": 4, "soon": [7, 8], "sourc": [0, 3, 4, 5, 10], "space": [0, 2, 4], "spatial": 10, "special": 4, "specif": [2, 3, 4, 5, 10], "specifi": 3, "spend": 10, "spheric": 10, "spin": 10, "spreadsheet": 10, "ssh": 3, "stackoverflow": 3, "staff": 2, "stage": 4, "stai": 4, "stalk": 2, "standalon": 10, "standard": [3, 10], "start": [4, 7, 10], "state": [2, 10], "static": 10, "statist": 10, "statu": [2, 3], "step": 3, "steward": 2, "still": 4, "stop": 2, "storag": 4, "store": [4, 10], "storm": 0, "stream": 10, "stricli": 3, "strict": 4, "strive": 10, "strong": 2, "strongli": 4, "structur": 10, "student": 10, "studi": [0, 10], "style": 4, "subdirectori": 3, "subfold": 4, "submit": [4, 10], "subplot": 10, "subsect": 3, "subsequ": 3, "subset": [4, 10], "substanti": 4, "succesfulli": 4, "success": [4, 5], "successfulli": [3, 4], "suggest": 3, "suit": [4, 10], "summar": 3, "supercomput": 0, "support": [2, 3, 7, 10], "sure": [3, 4], "surround": 2, "survei": 7, "sustain": 0, "switch": 4, "syntax": [4, 10], "system": [0, 2, 3, 10], "t": [3, 4], "tab": 3, "tabl": 4, "tabular": 10, "tailor": 10, "take": [2, 4, 8, 9], "talk": [0, 2], "target": [3, 10], "task": [2, 10], "taster": 10, "taught": 10, "tauxeaffili": 10, "teach": 10, "team": [2, 3, 4, 5, 7, 10], "teamaffili": 10, "technic": [0, 3], "techniqu": 10, "technologi": [0, 3, 5, 10], "telecon": 2, "telescop": 10, "tell": 3, "templ": 0, "templat": 3, "temporari": 4, "temporarili": [2, 4], "term": 3, "termin": 3, "terrain": 10, "test": [3, 4, 10], "textbook": 10, "than": [2, 3], "thank": 4, "thei": [2, 3, 4, 7, 10], "them": [2, 3, 4, 10], "theme": 4, "therefor": 2, "therein": 3, "thi": [0, 1, 3, 4, 5, 7, 9, 10], "thing": [0, 2, 3, 4, 10], "think": 4, "those": [2, 3, 10], "though": 3, "threaten": 2, "thredd": 10, "three": [0, 3, 4, 10], "through": [0, 4, 5, 10], "thu": 0, "thumbnail": 4, "tightli": 10, "tile": 10, "time": [3, 4, 10], "timeseri": 10, "titl": [0, 4], "todai": 0, "togeth": [5, 10], "toggl": 4, "tool": [0, 3, 4, 5, 7, 10], "toolchain": 3, "toolkit": 10, "top": [3, 4, 5, 10], "topic": [3, 5, 10], "toward": [2, 4, 7], "track": [4, 5, 10], "tracker": 2, "train": [0, 5, 10], "transform": 0, "transpar": 10, "treat": 2, "treatment": 2, "tremend": 0, "tri": 4, "trick": 4, "trigger": 4, "try": 4, "ture": 10, "turn": 10, "tutori": [3, 4, 10], "tweak": 4, "two": [0, 3, 10], "txt": 10, "tyle": [0, 5], "type": [3, 4, 10], "typic": [3, 4], "u": [2, 4], "ucar": 2, "uk": 10, "ultim": 3, "umbrella": 3, "unaccept": 2, "uncommit": 3, "under": [2, 3, 4, 5, 10], "understand": 3, "undertak": 10, "unexecut": 4, "unfortun": 3, "unidata": 10, "union": 2, "univers": [3, 10], "unless": 4, "unneccesari": 4, "unsur": 5, "until": [3, 4], "untouch": 4, "unwelcom": 2, "up": [0, 3, 7, 10], "upcom": 5, "updat": [0, 3, 4, 5, 6], "upon": 2, "upper": 3, "upstream": [3, 4], "url": 4, "us": [0, 2, 3, 5, 10], "user": [3, 6, 10], "usual": 4, "util": 10, "v": 10, "valid": [3, 4], "valu": [2, 7], "vari": [3, 4], "varieti": [3, 10], "variou": 10, "vast": 0, "ve": [3, 4], "vector": 10, "venu": 2, "verbal": 2, "veri": [3, 10], "verifi": 3, "version": [2, 3, 4, 10], "veteran": 2, "via": [4, 5, 10], "video": [0, 10], "view": [2, 4, 5], "violat": 2, "visibl": 4, "vision": 0, "visit": [5, 10], "visual": [0, 10], "viz": 10, "volum": [0, 5], "wa": [0, 2, 4, 10], "wai": [4, 10], "wait": 4, "want": [3, 4, 5], "washington": 10, "we": [2, 3, 4, 5, 7, 10], "wealth": 5, "weather": [0, 10], "web": [0, 2, 3, 4, 10], "websit": [2, 4, 10], "weekli": 10, "wegen": 10, "weight": 0, "welcom": [2, 3, 4, 5, 10], "well": [2, 4, 10], "were": [3, 7, 10], "wgs84": 10, "what": [3, 4, 10], "when": [2, 3, 4, 7], "whenev": 3, "where": [3, 5], "wherev": 4, "whether": [2, 4], "which": [2, 3, 4, 10], "while": [3, 4, 5, 10], "who": [2, 4, 10], "whole": 4, "wide": [3, 10], "widespread": 10, "widget": 10, "wiki": 2, "wildfir": 0, "window": 3, "wish": 3, "within": [0, 2, 3, 4], "without": [2, 3], "work": [0, 4, 5, 10], "workflow": [0, 3, 4, 5, 7], "workshop": 10, "workstat": 3, "world": [0, 3, 4, 10], "worldwid": 10, "worri": 4, "would": [2, 4, 7], "wrf": 10, "write": [3, 4, 10], "written": [2, 10], "x": 3, "xarrai": [3, 10], "xdev": 10, "xgcm": 10, "xrai": 10, "xxx": 3, "yaml": 4, "ye": 3, "year": [0, 7], "yet": 3, "yml": 4, "you": [0, 2, 3, 4, 5, 10], "your": [0, 2, 5, 10], "your_branch_nam": 3, "your_cookbook_repo_nam": 4, "your_email": 3, "your_github_usernam": 4, "your_nam": 3, "your_user_nam": 3, "yourself": [3, 4, 10], "youtub": 5, "zachariasaffili": 10, "zenodo": [4, 5], "zero": 10, "zone": 4, "zoom": 5}, "titles": ["About Project Pythia", "Blog", "Code of Conduct", "Project Pythia Contributor\u2019s Guide", "Cookbook Contributor\u2019s Guide", "Project Pythia", "Metrics", "Pythia Cookbook Cook-Off Hackathon 2023", "Pythia Cookbook Cook-Off Hackathon 2024 - Save the Date!", "Website is live for the 2024 Cook-off hackathon", "Resource Gallery"], "titleterms": {"": [3, 4], "2023": 7, "2024": [8, 9], "The": [3, 5], "about": [0, 4], "access": 4, "action": 4, "add": [3, 4], "administr": 2, "advanc": 3, "attribut": 2, "authent": 3, "authorship": 4, "befor": 4, "binder": 4, "blog": 1, "book": [4, 5], "build": 4, "calendar": 5, "cff": 4, "chang": 3, "citat": 4, "cite": 5, "code": [2, 3], "collect": 5, "commit": [3, 4], "commun": 2, "comput": 4, "conduct": 2, "configur": 3, "consequ": 2, "content": 3, "contribut": [3, 5], "contributor": [3, 4], "convers": 3, "cook": [7, 8, 9], "cookbook": [3, 4, 5, 7, 8], "creat": 3, "custom": 4, "data": [4, 5], "date": 8, "deploi": 4, "develop": 4, "do": 0, "doi": 4, "environ": [3, 4], "event": 5, "file": 4, "fork": 3, "foundat": [3, 5], "from": [3, 4], "galleri": [3, 4, 5, 10], "gener": 4, "get": 3, "git": 3, "github": [3, 4], "goal": 0, "guid": [3, 4], "hackathon": [7, 8, 9], "home": 4, "how": 5, "i": [0, 4, 9], "initi": 4, "join": 5, "jupyt": 3, "learn": 5, "live": 9, "local": [3, 4], "make": 3, "mani": 3, "meet": 5, "metric": 6, "monthli": 5, "my": 4, "name": 0, "need": 0, "new": 3, "notebook": [3, 4], "off": [7, 8, 9], "organ": 4, "our": 2, "output": 4, "overview": 3, "page": 4, "path": 4, "person": 3, "pipelin": 4, "pledg": 2, "portal": 3, "pr": 3, "present": 0, "preview": 4, "process": 4, "project": [0, 2, 3, 5], "projectpythia": 4, "publish": 4, "pull": [3, 4], "push": 3, "pythia": [0, 3, 4, 5, 7, 8], "python": 3, "readi": 3, "repo": [3, 4], "report": 2, "repositori": [3, 4], "request": [3, 4], "resourc": [3, 5, 10], "respons": 2, "review": [3, 4], "save": 8, "scope": 2, "seri": 5, "set": [3, 4], "setup": 3, "standard": 2, "start": [3, 5], "step": 4, "strip": 4, "submit": 3, "tag": 4, "templat": 4, "thi": 2, "transfer": 4, "tutori": 5, "u": 5, "up": 4, "us": 4, "wai": 3, "we": 0, "webinar": 5, "websit": 9, "where": 4, "who": 0, "why": 0, "work": 3, "your": [3, 4]}}) \ No newline at end of file +Search.setIndex({"alltitles": {"About Project Pythia": [[0, null]], "About the publishing pipeline": [[4, "about-the-publishing-pipeline"]], "Add a new Cookbook to Cookbooks Gallery": [[3, "add-a-new-cookbook-to-cookbooks-gallery"]], "Add a new Jupyter Notebook to Pythia Foundations": [[3, "add-a-new-jupyter-notebook-to-pythia-foundations"]], "Add content to the Resource Gallery": [[3, "add-content-to-the-resource-gallery"]], "Add notebooks": [[4, "add-notebooks"]], "Advanced Contributions": [[3, "advanced-contributions"]], "Attribution": [[2, "attribution"]], "Authorship and the CITATION.cff file": [[4, "authorship-and-the-citation-cff-file"]], "Blog": [[1, null]], "Build your Cookbook locally": [[4, "build-your-cookbook-locally"]], "Building on the Pythia Binder": [[4, "building-on-the-pythia-binder"]], "Code of Conduct": [[2, null]], "Committing Your Code Locally with Git": [[3, "committing-your-code-locally-with-git"]], "Community Responsibilities": [[2, "community-responsibilities"]], "Configure your environment to authenticate with GitHub from Git": [[3, "configure-your-environment-to-authenticate-with-github-from-git"]], "Consequences": [[2, "consequences"]], "Contributing": [[5, "contributing"]], "Cookbook Contributor\u2019s Guide": [[4, null]], "Creating a Python environment that will work with Pythia": [[3, "creating-a-python-environment-that-will-work-with-pythia"]], "Customize the paths in your repository": [[4, "customize-the-paths-in-your-repository"]], "Customize your home page": [[4, "customize-your-home-page"]], "Customizing your GitHub actions": [[4, "customizing-your-github-actions"]], "Customizing your environment file": [[4, "customizing-your-environment-file"]], "Data access": [[4, "data-access"]], "Deploying your Cookbook": [[4, "deploying-your-cookbook"]], "Develop your cookbook": [[4, "develop-your-cookbook"]], "Forking a repo": [[3, "forking-a-repo"]], "Gallery tags": [[4, "gallery-tags"]], "Generate a DOI": [[4, "generate-a-doi"]], "Getting started with GitHub and Git": [[3, "getting-started-with-github-and-git"]], "Git Setup": [[3, "git-setup"]], "GitHub Setup": [[3, "github-setup"]], "How to Cite": [[5, "how-to-cite"]], "Initiate the Cookbook review process": [[4, "initiate-the-cookbook-review-process"]], "Join us!": [[5, "join-us"]], "Make the PR": [[3, "make-the-pr"]], "Make your local changes": [[3, "make-your-local-changes"]], "Meeting & Event Calendar": [[5, "meeting-event-calendar"]], "Metrics": [[6, null]], "Monthly Pythia Meetings": [[5, "monthly-pythia-meetings"]], "Our Pledge": [[2, "our-pledge"]], "Our Standards": [[2, "our-standards"]], "Overview": [[3, "overview"]], "Presentations about Project Pythia": [[0, "presentations-about-project-pythia"]], "Project Administrator Responsibilities": [[2, "project-administrator-responsibilities"]], "Project Pythia": [[5, null]], "Project Pythia Contributor\u2019s Guide": [[3, null]], "Project Pythia Goals": [[0, "project-pythia-goals"]], "Publish your Cookbook on the Pythia Gallery": [[4, "publish-your-cookbook-on-the-pythia-gallery"]], "Pull Requests and previews": [[4, "pull-requests-and-previews"]], "Pushing Your Changes to Your Personal GitHub Repository": [[3, "pushing-your-changes-to-your-personal-github-repository"]], "Pythia Cookbook Cook-Off Hackathon 2023": [[7, null]], "Pythia Cookbook Cook-Off Hackathon 2024 - Save the Date!": [[8, null]], "Pythia Cookbooks": [[5, "pythia-cookbooks"]], "Pythia Data Collection": [[5, "pythia-data-collection"]], "Pythia Portal": [[3, "pythia-portal"]], "Ready, set, fork!": [[3, "ready-set-fork"]], "Reporting": [[2, "reporting"]], "Resource Gallery": [[10, null]], "Review your Code": [[3, "review-your-code"]], "Scope of this Code": [[2, "scope-of-this-code"]], "Set up the computational environment": [[4, "set-up-the-computational-environment"]], "Start Learning": [[5, "start-learning"]], "Starting a conversation": [[3, "starting-a-conversation"]], "Steps to transfer the repository": [[4, "steps-to-transfer-the-repository"]], "Strip output from your notebooks before committing": [[4, "strip-output-from-your-notebooks-before-committing"]], "Submit a Pull Request (PR)": [[3, "submit-a-pull-request-pr"]], "The Foundations Book": [[5, "the-foundations-book"]], "The Resource Gallery": [[5, "the-resource-gallery"]], "The many ways to contribute": [[3, "the-many-ways-to-contribute"]], "Transfer your cookbook repo to the ProjectPythia organization": [[4, "transfer-your-cookbook-repo-to-the-projectpythia-organization"]], "Use the template": [[4, "use-the-template"]], "Webinar Tutorial Series": [[5, "webinar-tutorial-series"]], "Website is live for the 2024 Cook-off hackathon": [[9, null]], "Where is my book?": [[4, "where-is-my-book"]], "Who is Project Pythia?": [[0, "who-is-project-pythia"]], "Why do we need Project Pythia?": [[0, "why-do-we-need-project-pythia"]], "Why the name Pythia?": [[0, "why-the-name-pythia"]]}, "docnames": ["about", "blog", "code_of_conduct", "contributing", "cookbook-guide", "index", "metrics", "posts/cookoff2023", "posts/cookoff2024-savethedate", "posts/cookoff2024-website", "resource-gallery"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1}, "filenames": ["about.md", "blog.md", "code_of_conduct.md", "contributing.md", "cookbook-guide.md", "index.md", "metrics.md", "posts/cookoff2023.md", "posts/cookoff2024-savethedate.md", "posts/cookoff2024-website.md", "resource-gallery.md"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 2, 5, 7, 10], "0": 5, "00": 6, "01": 0, "02": 0, "03": 0, "04": [0, 6], "05": 0, "06": 0, "07": [0, 6], "0k": 6, "1": [2, 5, 10], "10": [2, 5, 7], "11": [5, 6, 8, 9], "12": 0, "14": [5, 8, 9], "15": 6, "2": [5, 10], "20": [2, 7], "2019": 10, "2020": 2, "2021": 0, "2022": 0, "2023": [0, 5], "2024": [0, 5, 6], "22": 6, "23": 7, "3": [3, 5, 10], "36": 7, "3857": 10, "4": [2, 5], "404": 4, "4326": 10, "5": 10, "5065": 2, "5281": 5, "57": 6, "5k": 6, "6": 10, "6w2c": 2, "737899": 6, "75": 10, "7k": 6, "8184298": 5, "A": [0, 3, 4, 10], "As": [3, 4], "At": [3, 4], "BY": 5, "Be": 2, "But": [3, 4, 10], "By": [4, 10], "FOR": 4, "For": [3, 4, 5], "If": [2, 3, 4, 5], "In": [0, 2, 3, 4, 10], "It": [3, 4, 10], "Its": 10, "Not": 4, "On": 4, "One": [3, 7], "Such": 2, "TO": 4, "That": [3, 4], "The": [0, 2, 4, 7, 8, 9, 10], "There": [3, 4, 5], "These": [3, 4, 5], "To": [0, 3, 4, 5, 10], "With": 3, "_build": 4, "_config": 4, "_gallery_info": 4, "_toc": 4, "a132": 2, "abernathei": 10, "abernatheyaffili": 10, "abid": 2, "abil": [2, 10], "abl": [3, 4], "ablog": 1, "about": [3, 5, 7, 10], "abov": [2, 3, 4, 10], "abovement": 10, "abstract": [0, 4], "abus": 2, "academ": 10, "academi": 10, "accept": [2, 3, 4], "access": [0, 3, 5, 10], "account": [2, 3, 4], "acknowledg": [2, 4], "acquir": 3, "across": 5, "act": 5, "action": 2, "activ": [2, 3, 4, 10], "actual": 3, "ad": [3, 4], "adapt": [2, 5], "add": 10, "addit": [2, 3, 4, 7, 10], "address": [2, 3, 10], "addtion": 3, "adopt": [0, 2], "advanc": [0, 2, 4, 5, 10], "advis": 3, "affect": [2, 3, 4], "affili": [2, 10], "after": [3, 4], "ag": 2, "again": 3, "against": 3, "agenda": 5, "agnost": 10, "agu": [0, 2], "ai": 10, "aim": 10, "aka": 3, "al": 10, "alan": 10, "alarm": 2, "albani": 10, "alert": 2, "alfr": 10, "algorithm": 10, "align": 2, "alik": 10, "all": [0, 2, 3, 4, 5, 10], "allow": [3, 10], "along": [3, 5, 10], "alongsid": 4, "alreadi": [3, 4, 10], "also": [0, 2, 3, 4, 5, 10], "altern": 3, "alwai": [3, 4], "am": 0, "amaz": 4, "amelia": 5, "american": 2, "an": [0, 2, 3, 4, 5, 7, 10], "anaconda": 3, "analys": 10, "analysi": 10, "analyt": 10, "analyz": [0, 10], "ancient": 0, "anderson": 10, "ani": [0, 2, 3, 4, 5, 10], "anim": 10, "anissa": 10, "anonym": 10, "anonymousaffili": 10, "anoth": [3, 4, 10], "anyon": [2, 5], "anyth": [3, 4, 5, 10], "anywher": 3, "apach": 5, "api": 10, "apollo": 0, "appear": [2, 4], "appli": 2, "applic": [2, 10], "approach": 10, "appropri": [2, 3, 4, 5], "approxim": 10, "ar": [0, 2, 3, 4, 5, 7, 10], "archiv": [4, 10], "area": 10, "argument": 3, "aris": 4, "arm": 0, "around": [0, 5], "arrai": 10, "arriba": 10, "arw": 10, "asefaw": 10, "ask": [3, 4, 10], "aspect": 3, "aspir": 0, "assembl": 3, "asset": 3, "associ": [2, 3], "assum": 4, "astronom": 10, "atmospher": [0, 10], "atsc301": 10, "attack": 2, "attempt": 5, "attent": 2, "attribut": 10, "austinaffili": 10, "authent": 4, "author": [4, 10], "autom": 4, "automat": [3, 4], "avail": [2, 3, 4, 10], "avoid": 2, "aw": 4, "awesom": 4, "b": 3, "back": [3, 4, 5], "background": [4, 10], "badg": 4, "ban": 2, "banihirw": 10, "bar": 4, "bare": 4, "base": [0, 2, 3, 4, 10], "basemap": 10, "basic": [3, 4, 10], "becaus": 3, "becom": 7, "been": 3, "befor": 3, "begin": [4, 5, 10], "beginn": 10, "behavior": 2, "being": [0, 10], "bel": 10, "belaffili": 10, "believ": [3, 10], "below": [2, 3, 4, 5, 10], "benefit": 7, "best": [3, 4, 10], "better": [0, 4, 7], "between": [3, 4], "beyond": [0, 10], "big": 10, "binder": 0, "blaylock": 10, "bodi": 2, "book": 10, "borrow": [2, 10], "both": [0, 2, 3, 4, 10], "boulder": [7, 8, 9, 10], "bound": 10, "box": 10, "branch": [3, 4], "branch_nam": 3, "break": [3, 4], "brendan": 10, "brian": [0, 5, 10], "british": 10, "broadcast": 10, "broadli": 10, "broken": [3, 10], "brought": [2, 10], "browser": [3, 4], "buil": 10, "build": [0, 3, 5, 10], "built": [0, 4, 10], "builtin": 10, "button": [3, 4], "cach": 4, "calcul": 10, "calendar": 10, "call": [0, 4, 10], "camron": [0, 10], "can": [2, 3, 4, 5, 10], "capabl": 10, "card": 4, "career": [0, 10], "carpentri": 10, "carri": 2, "cartopi": [3, 10], "case": [3, 4, 10], "catalog": 10, "categor": 10, "categori": [4, 5], "cc": 5, "cd": 3, "cell": 4, "center": [0, 5], "certif": 10, "cesm": [0, 4], "cfgrib": 10, "chabot": 10, "challeng": [0, 3], "chang": [0, 2, 4, 7], "channel": 5, "channel_prior": 4, "chapter": [4, 10], "characterist": 2, "check": [3, 4, 9, 10], "checkbox": 4, "checkout": 3, "chemistri": 0, "choos": [3, 4], "chronolog": 0, "chunk": 3, "ci2023": 0, "circumst": 2, "citat": 7, "citeabl": 4, "clarifi": [2, 3], "class": 10, "clean": [3, 10], "cleaner": 4, "cleanli": 4, "clear": [4, 10], "clearli": 10, "click": [0, 3, 4, 5], "client": 10, "climat": [0, 10], "climatematch": 10, "climlab": 10, "clone": [3, 4], "close": 4, "cloud": [0, 4, 10], "clyne": [0, 5], "cma": 10, "cmip6": 4, "co": [3, 7], "coast": 0, "code": [4, 5, 7, 10], "collab": 10, "collabor": [0, 2, 3, 4, 5, 10], "collect": [3, 4, 10], "colorado": [0, 8, 9, 10], "columbia": 10, "com": [3, 4], "come": [5, 8], "comfort": 4, "command": [3, 4, 10], "commandlin": 10, "comment": [2, 4, 7], "commit": 2, "common": [3, 5, 10], "commonli": 10, "commun": [0, 3, 4, 5, 7, 10], "communityaffili": 10, "comp": 10, "compar": 3, "complaint": 2, "complet": [3, 4], "complex": [3, 10], "compli": 2, "complic": 3, "compon": [5, 10], "comprehens": [5, 10], "comput": [0, 5, 10], "concept": 10, "concern": 2, "concis": 10, "conda": [3, 4, 10], "conduct": [3, 5], "confer": 5, "config": [3, 4], "confirm": 4, "congratul": 3, "connect": [3, 5], "consid": [2, 3, 4], "consider": 2, "consist": [4, 10], "consult": [3, 4], "consumpt": 5, "contact": 4, "contain": [3, 10], "content": [0, 4, 5, 7, 10], "contexili": 10, "contextili": 10, "contextu": 10, "continu": [2, 4, 10], "contribut": [0, 2, 4, 7, 10], "contributor": [2, 5, 10], "contributorsaffili": 10, "control": [3, 4, 10], "convent": 3, "cook": [0, 5], "cookbook": [0, 6, 9], "coordin": 10, "copi": [3, 4], "core": [4, 10], "corner": 3, "correct": 4, "correctli": [3, 10], "could": 2, "courework": 10, "cours": [0, 3, 10], "coven": 2, "cover": [3, 5, 10], "crash": 4, "creat": [2, 4, 10], "creativ": 5, "creator": 2, "credit": [4, 5], "critic": 2, "critiqu": 2, "curat": [5, 10], "current": [0, 3, 4, 10], "custom": [3, 10], "customiz": 0, "cut": 10, "cychaffili": 10, "cygnss": 10, "d": 4, "dai": 10, "damien": 10, "danger": [2, 4], "dani": 10, "dask": 10, "data": [0, 10], "dataarrai": 10, "dataset": 10, "datatyp": 10, "date": [0, 2, 3, 4], "datetim": 10, "daunt": 3, "deal": 10, "decemb": 2, "decis": 4, "deem": 2, "default": 4, "defens": 10, "defin": [2, 10], "definit": 4, "delet": 4, "delphi": 0, "demo": 10, "demonstr": 10, "depart": 10, "depend": [3, 4, 10], "deploy": 0, "depth": 10, "describ": 3, "descript": [3, 4], "design": 10, "desir": 3, "desktop": 3, "detail": [3, 5, 8, 10], "determin": 4, "dev": 4, "develop": [3, 5, 7, 10], "developersaffili": 10, "diagnost": [0, 10], "dialogu": 3, "dictat": 4, "dictionari": 10, "did": 3, "diff": 4, "differ": [3, 4, 10], "difficult": 3, "difficulti": 3, "digit": 0, "dimens": 10, "dimension": 10, "direct": [2, 4], "directli": 3, "directori": 3, "disabl": 2, "discern": 10, "disciplin": 0, "discours": [4, 5], "discrimin": 2, "discuss": [3, 4, 10], "disk": 10, "displai": [4, 10], "distress": 2, "divers": [2, 10], "do": [2, 3, 4, 5, 10], "doc": 3, "document": [2, 3, 4, 10], "documentation_cleanup": 3, "doe": [3, 10], "doherti": 10, "doi": [2, 5, 7], "domain": [4, 5, 10], "don": [3, 4], "done": [3, 4, 10], "down": [3, 4], "download": [3, 5, 10], "drew": [0, 10], "driven": 10, "duplic": 4, "dure": 7, "e": [0, 3, 4, 5, 10], "each": [3, 4, 5], "earli": 4, "earth": [0, 10], "eas": 3, "easi": [3, 4, 10], "easier": [4, 10], "easiest": 3, "ecologi": 10, "ecosystem": [0, 3, 4, 5, 10], "ed": 10, "edg": 10, "edit": [2, 3, 4], "educ": [0, 3, 5, 10], "effect": [0, 3, 4, 5], "effici": 10, "effort": [0, 7], "either": 3, "electron": 2, "eleg": 10, "els": 4, "elsewher": [3, 4, 10], "email": [2, 3], "emerg": 0, "emploi": 3, "employe": 2, "empow": [0, 2], "enabl": [3, 4, 10], "encount": 3, "encourag": [2, 3, 4, 5], "end": [4, 7], "enforc": 2, "engag": 5, "engin": [0, 10], "enjoi": 7, "enough": 10, "ensur": 4, "enterpris": 3, "enthought": 10, "enthusiast": [7, 10], "entir": [0, 3, 4, 5, 10], "env": 4, "environ": [0, 2, 10], "environment": 10, "environment_nam": 4, "epsg": 10, "equat": 10, "equiti": 2, "eroglu": 5, "error": [4, 10], "escienc": 10, "esd": 0, "essenti": 3, "et": 10, "etc": [2, 3, 4], "ethnic": 2, "even": [3, 4, 10], "event": [2, 7], "everi": [4, 10], "everyon": [2, 5, 7, 10], "everyth": 3, "exampl": [0, 2, 3, 4, 5, 7, 10], "excit": 5, "execut": [0, 3, 4], "execute_notebook": 4, "exercis": 10, "exist": [3, 4, 10], "exit": 7, "expand": 7, "expect": [2, 3, 4, 7], "experi": [2, 4, 10], "expertis": 0, "explain": 10, "explicit": 2, "explicitli": 3, "explor": 10, "exploratori": 10, "express": [2, 10], "extend": 10, "extens": 10, "extern": [3, 10], "f": 4, "face": 2, "facilit": 5, "familiar": [3, 4], "fast": 10, "feasibl": 4, "featur": [4, 10], "feature_nam": 3, "feder": 2, "fellow": 2, "felt": 7, "few": [3, 4], "fewer": 4, "field": [4, 10], "figur": [3, 10], "file": [3, 10], "filter": [3, 4, 5, 10], "final": 3, "find": [3, 4, 5], "findabl": 4, "fine": [3, 4], "finish": 4, "fiona": 10, "first": [3, 4, 7, 10], "firstli": 3, "fit": 10, "fix": [3, 4], "flexibl": 10, "focu": [4, 10], "focus": [0, 4, 5, 10], "folder": 4, "folk": [4, 5], "follow": [2, 3, 4, 10], "forecast": 10, "fork": 4, "form": [2, 10], "format": [0, 3, 10], "formerli": 10, "fortun": 4, "forum": [0, 2, 3, 5], "found": [3, 4], "foundat": [4, 6, 10], "free": [3, 4, 5], "freeli": [4, 5, 10], "friend": 3, "friendli": 10, "from": [0, 2, 5, 7, 10], "full": 4, "fulli": 4, "fun": 10, "function": 10, "fundament": 10, "further": [2, 3, 4, 10], "g": [3, 4, 10], "galleri": 7, "garden": 0, "gatewai": 7, "gather": [5, 7], "gave": 3, "gear": 4, "gender": 2, "gener": [3, 10], "genet": 2, "geo": 5, "geocat": [3, 10], "geocataffili": 10, "geograph": 10, "geographi": 10, "geohackweek": 10, "geojson": 10, "geometr": 10, "geopanda": 10, "geophys": 2, "geoscienc": [0, 3, 4, 5, 10], "geoscientif": [0, 5, 7], "geoscientist": [0, 3, 5, 10], "geospati": 10, "geotiff": 10, "get": [0, 4, 5, 7, 10], "gh": 4, "gi": 10, "git": [4, 10], "github": [0, 5, 10], "give": [3, 4, 5], "glaciologi": 10, "global": [3, 10], "gloss": 10, "go": [3, 4, 5, 10], "goal": [4, 5, 10], "god": 0, "goe": 3, "good": 3, "googl": [3, 10], "gopalakrishnanaffili": 10, "gracefulli": 2, "graduat": 10, "graph": 10, "great": [3, 7, 10], "greatli": 3, "greek": 0, "grew": 10, "grib2": 10, "grid": 10, "group": [0, 4, 5], "grover": 0, "groveraffili": 10, "grow": 10, "guest": 2, "guid": [5, 10], "guidanc": 4, "guidelin": 3, "gulf": 0, "ha": [3, 5, 7], "hacakthon": 7, "hackthon": 7, "hackweek": 10, "hand": [4, 5, 10], "handi": 4, "handl": 4, "hanna": 10, "happen": [3, 4], "happi": 4, "harass": 2, "hardwar": 2, "harm": 2, "have": [0, 2, 3, 4, 5, 10], "haven": 4, "head": 3, "heavili": [0, 10], "held": 10, "help": [0, 3, 4, 5, 10], "herbi": 10, "here": [0, 1, 3, 4, 5, 10], "heterogen": 10, "hidden": 3, "high": [0, 5, 10], "highlight": 10, "histori": 0, "hold": 5, "holoview": 10, "holoviz": 10, "home": [0, 2, 3, 5], "homepag": 4, "hook": 3, "hope": 10, "hopefulli": 3, "host": [3, 4, 5, 7, 10], "hostil": 2, "hour": 5, "hous": [4, 5], "how": [0, 3, 4, 10], "howev": [0, 3, 4], "hpc": 4, "hr": 2, "hrrr": 10, "html": 4, "http": [2, 3, 4, 5], "hub": 5, "huge": [0, 3, 5], "hvplot": 10, "hybrid": 7, "hydrologi": [4, 10], "i": [2, 3, 5, 7, 10], "icon": [3, 4], "idea": [2, 3, 4], "ideal": 10, "ident": 2, "ignor": 4, "illustr": 10, "imag": [2, 4, 10], "imageri": 10, "immedi": 2, "impact": 3, "import": [3, 7], "improv": [0, 7], "inappropri": 2, "incid": 2, "includ": [2, 3, 4, 5, 10], "inclus": [0, 2, 4, 5, 10], "incomplet": 10, "index": [4, 10], "indic": 3, "individu": [2, 5, 10], "info": 0, "inform": [2, 3, 4, 5, 10], "infrastructur": [3, 4, 7], "ingest": 10, "initi": [0, 5], "insid": 3, "inspir": 10, "instal": [3, 10], "instanc": [2, 3], "instead": 0, "institut": [2, 3, 10], "instituteaffili": 10, "instruct": [3, 4], "instructor": 5, "instrument": 0, "intak": 10, "integr": [0, 10], "intend": [4, 10], "intens": 10, "interact": [5, 10], "interest": 5, "interfac": 10, "intermedi": 10, "internet": [5, 10], "interoper": 3, "interpol": 10, "interpret": 4, "intimid": 2, "intro": 10, "introduc": [7, 10], "introduct": [0, 10], "intuit": 10, "invit": 4, "involv": [0, 3, 5], "io": 4, "ipyleaflet": 10, "ipynb": 4, "irv": 10, "isn": 3, "isol": 3, "iss": 0, "issu": [2, 3, 4], "issue_xxx": 3, "item": 3, "its": [0, 2, 3, 10], "itself": 4, "j": 5, "jai": 10, "jame": 5, "jetstream2": 4, "john": [0, 5], "join": [4, 7], "journal": 4, "journei": 3, "jovian": 10, "julia": [0, 10], "june": [5, 7, 8, 9], "jupyt": [4, 5, 10], "jupyterbook": [4, 10], "jupyterlab": 10, "just": [3, 4, 10], "k": 10, "keep": [3, 4, 10], "kei": 10, "kent": 0, "kentaffili": 10, "kernel": 4, "kerri": 10, "kevin": [0, 5, 10], "know": [4, 10], "knowledg": [3, 4], "known": 0, "koldunovaffili": 10, "kootzaffili": 10, "l": 10, "lab": [4, 7, 8, 9, 10], "labaffili": 10, "label": [3, 10], "laboratori": 10, "lag": 4, "lamont": 10, "landsat": 4, "languag": [0, 3, 10], "laptop": [3, 4], "larg": 10, "larger": [4, 7], "last": [3, 6], "lastli": 3, "later": [0, 3, 4, 5], "latest": [2, 3], "latter": 3, "launch": 0, "law": 2, "layer": 10, "leaner": 4, "learn": [0, 3, 7, 10], "learner": 10, "least": 10, "leav": 4, "leclerc": 10, "leclercaffili": 10, "led": 5, "len": [0, 4], "less": 10, "lesson": 10, "let": 4, "level": [0, 2, 3, 10], "leverag": 0, "librari": [4, 10], "licens": 5, "light": 0, "lightweight": 4, "like": [0, 3, 4, 10], "limit": 2, "line": [3, 10], "link": [0, 3, 4, 5], "lisa": 10, "list": [0, 2, 3, 4, 5], "live": [4, 10], "liverpool": 10, "ll": [3, 4, 10], "locat": [3, 4, 8, 9], "log": [3, 4], "long": [3, 4, 5], "look": [0, 3, 4, 5, 10], "loos": 4, "lot": 3, "love": 10, "machin": [3, 4], "made": [0, 3, 4, 7], "mai": [2, 3, 5, 10], "mail": 2, "main": [3, 4], "maintain": [2, 3, 4, 10], "mainten": 4, "major": 10, "make": [0, 2, 4, 5, 10], "manag": [2, 3, 4], "mani": 10, "manipul": [0, 10], "manual": [3, 4], "map": 10, "mapbox": 10, "marin": 10, "markdown": 10, "materi": [3, 4, 5, 10], "math": 10, "mathemat": 10, "matlab": 10, "matplotlib": [3, 10], "max": [0, 10], "md": [3, 4], "me": 7, "mean": [4, 5], "meaning": 3, "meant": 4, "mechan": 10, "media": [2, 5], "meet": 2, "member": [2, 3, 4, 7], "mention": 3, "menu": 3, "mercat": 10, "merg": [3, 4], "mesa": [7, 8, 9], "messag": 3, "met": 10, "metadata": 4, "meteorolog": 10, "meteorologi": 10, "method": [3, 10], "metpi": 10, "michael": 10, "michaela": 10, "might": [3, 10], "mind": 2, "miniconda": 3, "minut": [4, 10], "mirror": 7, "miss": 4, "mission": 10, "ml": 4, "model": [2, 10], "modern": 10, "modul": 10, "mondai": 10, "monstrou": 0, "more": [0, 3, 4, 5, 8, 10], "most": [3, 4, 10], "mostli": 10, "mth271": 10, "much": [3, 10], "multi": 10, "multidisciplinari": 10, "multipl": [3, 10], "multitud": 0, "munro": 5, "must": 3, "myriad": [0, 3], "mysteri": [0, 4], "mythologi": 0, "n": 10, "name": [3, 4], "nation": 2, "nativ": 10, "nav": 4, "navig": [0, 3, 4], "nbsp": 10, "ncar": [7, 8, 9, 10], "neatli": 10, "necessari": [2, 3, 4, 10], "need": [3, 4, 5, 10], "netcdf": 10, "netcdf4": 10, "network": 10, "neuromatch": 10, "never": [3, 4], "nevertheless": 3, "new": [4, 7, 10], "newli": [3, 4], "next": [3, 4, 5, 10], "nguyen": 10, "nightli": 4, "nikolai": 10, "non": [5, 10], "none": [4, 10], "normal": 2, "note": [3, 5], "notebook": [5, 7, 10], "noth": 1, "notic": 2, "notifi": 3, "novel": 7, "now": [3, 4], "nsf": [4, 5], "nuditi": 2, "number": 3, "numer": [0, 5, 10], "numpi": 10, "nwp": 10, "o": 10, "object": [4, 10], "observ": [0, 10], "observatori": 10, "obviou": 4, "occas": 10, "occur": 3, "ocean": [0, 10], "oceanographi": 10, "odei": 2, "off": [0, 5, 10], "offens": 2, "offer": [3, 10], "offic": [2, 10], "offici": 3, "often": 3, "old": 0, "onc": [3, 4, 10], "one": [3, 4, 10], "ones": [2, 3], "onli": [0, 3, 4], "onlin": [0, 2, 3, 4, 10], "open": [0, 3, 4, 5, 10], "openli": 2, "oper": [3, 10], "opinion": 2, "opt": 3, "option": [3, 4], "oracl": 0, "orcid": 4, "order": [0, 4, 10], "org": [2, 4, 5], "organ": [3, 5, 10], "orhan": 5, "orient": [2, 10], "origin": [2, 3], "os": 5, "other": [0, 2, 3, 4, 5, 10], "otherwis": 4, "our": [3, 4, 5, 7, 10], "out": [2, 3, 4, 5, 9, 10], "outlin": 2, "output": 10, "outreach": 5, "outsid": [2, 3], "over": 10, "overcom": 3, "overview": 10, "own": [0, 3, 4, 5, 7, 10], "owner": 3, "ownership": 4, "pace": 5, "packag": [0, 3, 4, 10], "page": [2, 3, 10], "paid": 3, "painless": 4, "panda": 10, "pangeo": [0, 4, 5, 7, 10], "paragraph": 3, "parallel": 10, "parlanc": 3, "part": [3, 4, 10], "parti": 2, "particip": [2, 5, 10], "particular": 3, "particularli": 10, "pass": 10, "password": 3, "past": 5, "path": 3, "path_to_new_fil": 3, "pattern": 10, "paul": 0, "paulaffili": 10, "peopl": [2, 4, 7, 10], "perform": [3, 10], "perman": 2, "permiss": [2, 4], "person": [2, 4], "pertin": 3, "philip": 10, "physic": [2, 10], "pick": [3, 5], "place": [4, 7, 8, 9, 10], "plan": [4, 10], "platform": [0, 10], "pleas": [3, 5], "plot": 10, "plu": 3, "png": 4, "point": [0, 2, 3, 4], "polar": 10, "polici": 2, "polit": 2, "pooch": 10, "popul": 3, "popular": 10, "portal": [0, 5, 6], "portland": 10, "posit": 2, "possibl": [0, 3, 4, 10], "possibli": 3, "post": [3, 7], "poster": 0, "potenti": 0, "power": [0, 3, 4, 10], "pr": 4, "practic": [3, 5, 10], "pre": [3, 4, 10], "predict": 10, "prefer": 4, "pregnanc": 2, "preliminari": 9, "present": [3, 10], "preview": 3, "previou": 5, "primari": 4, "prior": 10, "privat": 2, "probabl": 4, "problem": [3, 4, 10], "procedur": 2, "process": [2, 3, 10], "procur": 10, "produc": [0, 10], "product": [2, 4, 10], "profession": [2, 10], "program": [0, 3, 10], "progress": [4, 10], "proj4": 10, "project": [4, 6, 7, 10], "projectpythia": [3, 5], "prompt": [3, 4], "prone": 10, "pronoun": 2, "properli": [3, 4], "propos": [4, 5], "protect": 2, "protocol": 3, "proven": 10, "provid": [0, 2, 3, 4, 7, 10], "public": [0, 3, 4, 5, 10], "publicli": 2, "publish": [2, 5, 10], "pull": 10, "pure": 10, "push": 4, "put": 10, "pyngl": 10, "pystac": 10, "pythia": [2, 9, 10], "pythia_repo_nam": 3, "pythiaaffili": 10, "python": [0, 5, 7, 10], "qualiti": [0, 5, 10], "question": [3, 5, 10], "quick": 4, "r": 10, "race": 2, "radar": [0, 4, 7], "radiat": 10, "ran": 3, "rang": 5, "rapidli": 0, "raster": 10, "rasterio": 10, "rather": [2, 4], "raw": 10, "re": 4, "reach": [4, 5, 10], "read": [3, 4, 5, 10], "reader": 4, "readi": [4, 10], "readm": 4, "real": [0, 10], "reason": [2, 4], "rebuild": 4, "receipt": 2, "recent": [0, 10], "recommend": 4, "record": [5, 10], "redirect": 3, "reduc": 3, "refer": [3, 5, 10], "reflect": 4, "regardless": 2, "regular": [4, 5], "regularli": 5, "reject": 2, "rel": 0, "relat": 3, "releas": 4, "relev": [3, 4, 10], "reli": [0, 4], "reliabl": 3, "religion": 2, "remaind": 10, "rememb": 3, "remot": [3, 7, 10], "remov": [2, 4], "render": [3, 4], "repeat": 2, "replac": [1, 4], "repositori": [2, 5, 10], "repres": 4, "represent": 2, "reproduc": [0, 4, 5, 7, 10], "request": [2, 10], "requir": [0, 2, 3, 4], "requisit": 10, "research": [0, 5, 7, 10], "resourc": [0, 4, 7], "respect": [2, 3], "respond": [2, 3], "rest": 4, "restart": 4, "result": [3, 4, 10], "retain": 4, "rethink": 0, "retriev": 10, "reus": [4, 5], "reusabl": [0, 5], "revers": [0, 3], "review": 10, "right": [2, 3, 4], "rocki": 0, "role": 10, "root": [3, 4], "rose": [0, 5], "roseaffili": 10, "rout": 4, "routin": 10, "row": 3, "rule": 2, "run": [0, 2, 3, 4, 10], "ryan": [5, 10], "safe": [2, 3, 4], "sai": 3, "said": 0, "same": [0, 3], "satellit": 10, "satisfi": [3, 4], "save": [4, 10], "scale": 10, "scenario": 10, "schedul": 5, "scholarli": 4, "scienc": [0, 5, 7, 10], "scientif": [0, 3, 5, 10], "scientist": [0, 7, 10], "scipi": [0, 10], "scripp": 10, "script": 10, "scroll": 4, "search": 3, "searchabl": 0, "second": [3, 10], "secondli": 3, "section": [2, 4, 10], "see": [0, 3, 4, 5, 7], "seem": 0, "seen": 3, "select": [3, 4, 5], "seminar": [5, 10], "send": 3, "sens": [0, 4, 5, 7, 10], "separ": [3, 5, 10], "seri": 10, "serv": [0, 4, 5, 10], "server": [3, 10], "servic": [3, 4, 10], "session": 4, "set": [2, 5, 10], "sever": [4, 5], "sexual": 2, "shall": 10, "shape": 10, "share": [3, 5], "sharpen": 5, "shell": 3, "short": [3, 4, 10], "should": [2, 3, 4, 10], "show": [2, 4, 10], "showcas": [0, 10], "side": 4, "sign": 3, "signific": [7, 10], "similarli": 0, "simpl": [3, 10], "simpli": 3, "simplifi": 3, "simul": 0, "sinc": 10, "singl": [0, 4], "siphon": 10, "sit": 5, "site": [3, 4, 5, 10], "situat": 2, "size": 2, "sizemoreaffili": 10, "skill": [0, 5, 7, 10], "slai": 0, "slain": 0, "slice": 10, "slide": [0, 5], "small": 10, "smaller": 5, "snyder": 5, "so": [1, 2, 3, 4, 5, 10], "social": [2, 5], "softwar": [0, 2, 3, 10], "solut": 3, "solv": [3, 10], "some": [3, 4, 10], "someon": [2, 7], "someth": [3, 4], "sometim": 3, "somewhat": 3, "somewher": 4, "soon": [7, 8], "sourc": [0, 3, 4, 5, 10], "space": [0, 2, 4], "spatial": 10, "special": 4, "specif": [2, 3, 4, 5, 10], "specifi": 3, "spend": 10, "spheric": 10, "spin": 10, "spreadsheet": 10, "ssh": 3, "stackoverflow": 3, "staff": 2, "stage": 4, "stai": 4, "stalk": 2, "standalon": 10, "standard": [3, 10], "start": [4, 7, 10], "state": [2, 10], "static": 10, "statist": 10, "statu": [2, 3], "step": 3, "steward": 2, "still": 4, "stop": 2, "storag": 4, "store": [4, 10], "storm": 0, "stream": 10, "stricli": 3, "strict": 4, "strive": 10, "strong": 2, "strongli": 4, "structur": 10, "student": 10, "studi": [0, 10], "style": 4, "subdirectori": 3, "subfold": 4, "submit": [4, 10], "subplot": 10, "subsect": 3, "subsequ": 3, "subset": [4, 10], "substanti": 4, "succesfulli": 4, "success": [4, 5], "successfulli": [3, 4], "suggest": 3, "suit": [4, 10], "summar": 3, "supercomput": 0, "support": [2, 3, 7, 10], "sure": [3, 4], "surround": 2, "survei": 7, "sustain": 0, "switch": 4, "syntax": [4, 10], "system": [0, 2, 3, 10], "t": [3, 4], "tab": 3, "tabl": 4, "tabular": 10, "tailor": 10, "take": [2, 4, 8, 9], "talk": [0, 2], "target": [3, 10], "task": [2, 10], "taster": 10, "taught": 10, "taux": 10, "teach": 10, "team": [2, 3, 4, 5, 7, 10], "teamaffili": 10, "technic": [0, 3], "techniqu": 10, "technologi": [0, 3, 5, 10], "telecon": 2, "telescop": 10, "tell": 3, "templ": 0, "templat": 3, "temporari": 4, "temporarili": [2, 4], "term": 3, "termin": 3, "terrain": 10, "test": [3, 4, 10], "textbook": 10, "than": [2, 3], "thank": 4, "thei": [2, 3, 4, 7, 10], "them": [2, 3, 4, 10], "theme": 4, "therefor": 2, "therein": 3, "thi": [0, 1, 3, 4, 5, 7, 9, 10], "thing": [0, 2, 3, 4, 10], "think": 4, "those": [2, 3, 10], "though": 3, "threaten": 2, "thredd": 10, "three": [0, 3, 4, 10], "through": [0, 4, 5, 10], "thu": 0, "thumbnail": 4, "tightli": 10, "tile": 10, "time": [3, 4, 10], "timeseri": 10, "titl": [0, 4], "todai": 0, "togeth": [5, 10], "toggl": 4, "tool": [0, 3, 4, 5, 7, 10], "toolchain": 3, "toolkit": 10, "top": [3, 4, 5, 10], "topic": [3, 5, 10], "toward": [2, 4, 7], "track": [4, 5, 10], "tracker": 2, "train": [0, 5, 10], "transform": 0, "transpar": 10, "treat": 2, "treatment": 2, "tremend": 0, "tri": 4, "trick": 4, "trigger": 4, "try": 4, "ture": 10, "turn": 10, "tutori": [3, 4, 10], "tweak": 4, "two": [0, 3, 10], "txt": 10, "tyle": [0, 5], "type": [3, 4, 10], "typic": [3, 4], "u": [2, 4], "ucar": 2, "uk": 10, "ultim": 3, "umbrella": 3, "unaccept": 2, "uncommit": 3, "under": [2, 3, 4, 5, 10], "understand": 3, "undertak": 10, "unexecut": 4, "unfortun": 3, "unidata": 10, "union": 2, "univers": [3, 10], "unless": 4, "unneccesari": 4, "unsur": 5, "until": [3, 4], "untouch": 4, "unwelcom": 2, "up": [0, 3, 7, 10], "upcom": 5, "updat": [0, 3, 4, 5, 6], "upon": 2, "upper": 3, "upstream": [3, 4], "url": 4, "us": [0, 2, 3, 5, 10], "user": [3, 6, 10], "usual": 4, "util": 10, "v": 10, "valid": [3, 4], "valu": [2, 7], "vari": [3, 4], "varieti": [3, 10], "variou": 10, "vast": 0, "ve": [3, 4], "vector": 10, "venu": 2, "verbal": 2, "veri": [3, 10], "verifi": 3, "version": [2, 3, 4, 10], "veteran": 2, "via": [4, 5, 10], "video": [0, 10], "view": [2, 4, 5], "violat": 2, "visibl": 4, "vision": 0, "visit": [5, 10], "visual": [0, 10], "viz": 10, "volum": [0, 5], "wa": [0, 2, 4, 10], "wai": [4, 10], "wait": 4, "want": [3, 4, 5], "washington": 10, "we": [2, 3, 4, 5, 7, 10], "wealth": 5, "weather": [0, 10], "web": [0, 2, 3, 4, 10], "websit": [2, 4, 10], "weekli": 10, "wegen": 10, "weight": 0, "welcom": [2, 3, 4, 5, 10], "well": [2, 4, 10], "were": [3, 7, 10], "wgs84": 10, "what": [3, 4, 10], "when": [2, 3, 4, 7], "whenev": 3, "where": [3, 5], "wherev": 4, "whether": [2, 4], "which": [2, 3, 4, 10], "while": [3, 4, 5, 10], "who": [2, 4, 10], "whole": 4, "wide": [3, 10], "widespread": 10, "widget": 10, "wiki": 2, "wildfir": 0, "window": 3, "wish": 3, "within": [0, 2, 3, 4], "without": [2, 3], "work": [0, 4, 5, 10], "workflow": [0, 3, 4, 5, 7], "workshop": 10, "workstat": 3, "world": [0, 3, 4, 10], "worldwid": 10, "worri": 4, "would": [2, 4, 7], "wrf": 10, "write": [3, 4, 10], "written": [2, 10], "x": 3, "xarrai": [3, 10], "xdev": 10, "xgcm": 10, "xrai": 10, "xxx": 3, "yaml": 4, "ye": 3, "year": [0, 7], "yet": 3, "yml": 4, "you": [0, 2, 3, 4, 5, 10], "your": [0, 2, 5, 10], "your_branch_nam": 3, "your_cookbook_repo_nam": 4, "your_email": 3, "your_github_usernam": 4, "your_nam": 3, "your_user_nam": 3, "yourself": [3, 4, 10], "youtub": 5, "zachariasaffili": 10, "zenodo": [4, 5], "zero": 10, "zone": 4, "zoom": 5}, "titles": ["About Project Pythia", "Blog", "Code of Conduct", "Project Pythia Contributor\u2019s Guide", "Cookbook Contributor\u2019s Guide", "Project Pythia", "Metrics", "Pythia Cookbook Cook-Off Hackathon 2023", "Pythia Cookbook Cook-Off Hackathon 2024 - Save the Date!", "Website is live for the 2024 Cook-off hackathon", "Resource Gallery"], "titleterms": {"": [3, 4], "2023": 7, "2024": [8, 9], "The": [3, 5], "about": [0, 4], "access": 4, "action": 4, "add": [3, 4], "administr": 2, "advanc": 3, "attribut": 2, "authent": 3, "authorship": 4, "befor": 4, "binder": 4, "blog": 1, "book": [4, 5], "build": 4, "calendar": 5, "cff": 4, "chang": 3, "citat": 4, "cite": 5, "code": [2, 3], "collect": 5, "commit": [3, 4], "commun": 2, "comput": 4, "conduct": 2, "configur": 3, "consequ": 2, "content": 3, "contribut": [3, 5], "contributor": [3, 4], "convers": 3, "cook": [7, 8, 9], "cookbook": [3, 4, 5, 7, 8], "creat": 3, "custom": 4, "data": [4, 5], "date": 8, "deploi": 4, "develop": 4, "do": 0, "doi": 4, "environ": [3, 4], "event": 5, "file": 4, "fork": 3, "foundat": [3, 5], "from": [3, 4], "galleri": [3, 4, 5, 10], "gener": 4, "get": 3, "git": 3, "github": [3, 4], "goal": 0, "guid": [3, 4], "hackathon": [7, 8, 9], "home": 4, "how": 5, "i": [0, 4, 9], "initi": 4, "join": 5, "jupyt": 3, "learn": 5, "live": 9, "local": [3, 4], "make": 3, "mani": 3, "meet": 5, "metric": 6, "monthli": 5, "my": 4, "name": 0, "need": 0, "new": 3, "notebook": [3, 4], "off": [7, 8, 9], "organ": 4, "our": 2, "output": 4, "overview": 3, "page": 4, "path": 4, "person": 3, "pipelin": 4, "pledg": 2, "portal": 3, "pr": 3, "present": 0, "preview": 4, "process": 4, "project": [0, 2, 3, 5], "projectpythia": 4, "publish": 4, "pull": [3, 4], "push": 3, "pythia": [0, 3, 4, 5, 7, 8], "python": 3, "readi": 3, "repo": [3, 4], "report": 2, "repositori": [3, 4], "request": [3, 4], "resourc": [3, 5, 10], "respons": 2, "review": [3, 4], "save": 8, "scope": 2, "seri": 5, "set": [3, 4], "setup": 3, "standard": 2, "start": [3, 5], "step": 4, "strip": 4, "submit": 3, "tag": 4, "templat": 4, "thi": 2, "transfer": 4, "tutori": 5, "u": 5, "up": 4, "us": 4, "wai": 3, "we": 0, "webinar": 5, "websit": 9, "where": 4, "who": 0, "why": 0, "work": 3, "your": [3, 4]}}) \ No newline at end of file