intake-cookbook

Cookbook showing use of Intake

https://github.com/projectpythia/intake-cookbook

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Cookbook showing use of Intake

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 6
  • Open Issues: 0
  • Releases: 1
Created almost 4 years ago · Last pushed 10 months ago
Metadata Files
Readme License Citation

README.md

Intake Cookbook

thumbnail

nightly-build Binder DOI

This Project Pythia Cookbook covers using and creating Intake catalogs to access data.

Motivation

This cookbook will help simplify the way you access and share data in your research. You will learn to access data using Intake catalogs and create Intake catalogs to make your data available to others.

Authors

James Morley

Contributors

Structure

This cookbook is broken up into two main sections - "Introduction to Intake" and "Creating Intake Catalogs."

About HRRR

High-Resolution Rapid Refresh (HRRR) is a atmospheric model maintained by NOAA. As stated on NOAA's website

The HRRR is a NOAA real-time 3-km resolution, hourly updated, cloud-resolving, convection-allowing atmospheric model, initialized by 3km grids with 3km radar assimilation. Radar data is assimilated in the HRRR every 15 min over a 1-h period adding further detail to that provided by the hourly data assimilation from the 13km radar-enhanced Rapid Refresh.

Throughout this cookbook we use a subset of HRRR data maintained by Mesowest on AWS S3 object storage.

Introduction to Intake

This section describes how to use intake catalogs to access data. It shows how to find information about catalog entries, how to set user parameters, and how to use intake with Dask.

Creating Intake Catalogs

This section walks you through the process of creating your own Intake catalogs to access Mesowest's HRRR data.

Running the Notebooks

You can either run the notebook using Binder or on your local machine.

Running on Binder

The simplest way to interact with a Jupyter Notebook is through Binder, which enables the execution of a Jupyter Book in the cloud. The details of how this works are not important for now. All you need to know is how to launch a Pythia Cookbooks chapter via Binder. Simply navigate your mouse to the top right corner of the book chapter you are viewing and click on the rocket ship icon, (see figure below), and be sure to select “launch Binder”. After a moment you should be presented with a notebook that you can interact with. I.e. you’ll be able to execute and even change the example programs. You’ll see that the code cells have no output at first, until you execute them by pressing {kbd}Shift+{kbd}Enter. Complete details on how to interact with a live Jupyter notebook are described in Getting Started with Jupyter.

Running on Your Own Machine

If you are interested in running this material locally on your computer, you will need to follow this workflow:

  1. Clone the https://github.com/ProjectPythia/intake-cookbook repository:

bash git clone https://github.com/ProjectPythia/intake-cookbook.git
1. Move into the intake-cookbook directory bash cd intake-cookbook
1. Create and activate your conda environment from the environment.yml file bash conda env create -f environment.yml conda activate intake-cookbook-dev
1. Move into the notebooks directory and start up Jupyterlab bash cd notebooks/ jupyter lab

Owner

  • Name: Project Pythia
  • Login: ProjectPythia
  • Kind: organization
  • Email: projectpythia@ucar.edu
  • Location: United States of America

Community learning resource for Python-based computing in the geosciences

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this cookbook, please cite it as below."
authors:
  # add additional entries for each author -- see https://github.com/citation-file-format/citation-file-format/blob/main/schema-guide.md
  - family-names: Morley
    given-names: James
    orcid: https://orcid.org/0009-0005-5193-7981 # optional
    website: https://github.com/jnmorley
  - name: "Intake Cookbook contributors" # use the 'name' field to acknowledge organizations
    website: "https://github.com/ProjectPythia/intake-cookbook/graphs/contributors"
title: "Intake Cookbook"
abstract: "This cookbook shows examples of using and creating Intake catalogs to access data."

GitHub Events

Total
  • Issue comment event: 7
  • Push event: 56
  • Pull request review event: 2
  • Pull request event: 6
  • Fork event: 1
  • Create event: 2
Last Year
  • Issue comment event: 7
  • Push event: 56
  • Pull request review event: 2
  • Pull request event: 6
  • Fork event: 1
  • Create event: 2

Dependencies

.github/workflows/nightly-build.yaml actions
.github/workflows/publish-book.yaml actions
.github/workflows/trigger-book-build.yaml actions
.github/workflows/trigger-delete-preview.yaml actions
.github/workflows/trigger-link-check.yaml actions
.github/workflows/trigger-preview.yaml actions
environment.yml conda
  • aiohttp
  • cartopy
  • intake
  • intake-xarray
  • jupyter-book
  • jupyter_server <2
  • jupyterlab
  • matplotlib
  • metpy
  • mystmd
  • numpy <2
  • pip
  • python
  • requests
  • s3fs
  • sphinx-pythia-theme