You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>A team at <aclass="reference external" href="https://research.google/">Google Research & Cloud</a> are making parts of the <aclass="reference external" href="https://www.ecmwf.int/en/forecasts/dataset/ecmwf-reanalysis-v5">ECMWF Reanalysis version 5</a> (aka <strong>ERA-5</strong>) accessible in a <aclass="reference external" href="https://www.frontiersin.org/articles/10.3389/fclim.2021.782909/full">Analysis Ready, Cloud Optimized</a> (aka <strong>ARCO</strong>) format.</p>
358
371
<p>This Project Pythia Cookbook covers accessing, regridding, and visualizing this reanalysis data.</p>
359
372
<divclass="section" id="motivation">
@@ -472,6 +485,8 @@ <h3>Running on Your Own Machine<a class="headerlink" href="#running-on-your-own-
472
485
</div>
473
486
<divclass="toctree-wrapper compound">
474
487
</div>
488
+
<divclass="toctree-wrapper compound">
489
+
</div>
475
490
</div>
476
491
477
492
<scripttype="text/x-thebe-config">
@@ -497,10 +512,10 @@ <h3>Running on Your Own Machine<a class="headerlink" href="#running-on-your-own-
A team at [Google Research & Cloud](https://research.google/) are making parts of the [ECMWF Reanalysis version 5](https://www.ecmwf.int/en/forecasts/dataset/ecmwf-reanalysis-v5) (aka **ERA-5**) accessible in a [Analysis Ready, Cloud Optimized](https://www.frontiersin.org/articles/10.3389/fclim.2021.782909/full) (aka **ARCO**) format.
9
10
@@ -30,33 +31,31 @@ In the notebooks which comprise this Cookbook, we demonstrate the following:
30
31
3. Plot a map at a specific time using Matplotlib and Cartopy
31
32
4. Create interactive visualizations, leveraging the [Holoviz](https://holoviz.org) ecosystem
We also gratefully acknowledge the Google Cloud Research team for making an ARCO-friendly version of the ERA-5 available. Citations for their effort and the ERA-5 reanalysis are below:
40
39
41
40
- Carver, Robert W, and Merose, Alex. (2023): ARCO-ERA5: An Analysis-Ready Cloud-Optimized Reanalysis Dataset. 22nd Conf. on AI for Env. Science, Denver, CO, Amer. Meteo. Soc, 4A.1, https://ams.confex.com/ams/103ANNUAL/meetingapp.cgi/Paper/415842
The material in Project Pythia's ARCO ERA-5 Interactive Visualization Cookbook is licensed for free and open consumption and reuse. All code is served under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0), while all non-code content is licensed under [Creative Commons BY 4.0 (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/). Effectively, this means you are free to share and adapt this material so long as you give appropriate credit to the Cookbook authors and the Project Pythia community.
4
+
5
+
The source code for the book is [released on GitHub](https://github.com/ProjectPythia/ERA5_interactive-cookbook) and archived on Zenodo. This DOI will always resolve to the latest release of the book source:
0 commit comments