generated from ProjectPythia/cookbook-template
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
34 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
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: Hagen | ||
given-names: Norland Raphael | ||
website: https://github.com/norlandrhagen | ||
orcid: https://orcid.org/0000-0003-1994-1153 | ||
- name: "Kerchunk Cookbook contributors" # use the 'name' field to acknowledge organizations | ||
website: "https://github.com/ProjectPythia/kerchunk-cookbook/graphs/contributors" | ||
title: "Kerchunk Cookbook" | ||
abstract: "A Project Pythia Cookbook for Kerchunk." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,23 +4,8 @@ | |
title: Kerchunk Cookbook | ||
author: Norland Raphael Hagen | ||
logo: notebooks/images/logos/pythia_logo-white-rtext.svg | ||
email: [email protected] | ||
copyright: "2022" | ||
|
||
description: A Project Pythia Cookbook for Kerchunk | ||
thumbnail: thumbnail.png | ||
|
||
tags: | ||
domains: | ||
- AWS Cloud | ||
- Data Access | ||
- HRRR model | ||
- zarr | ||
packages: | ||
- kerchunk | ||
- intake | ||
- xarray | ||
|
||
execute: | ||
# To execute notebooks via a binder instead, replace 'cache' with 'binder' | ||
execute_notebooks: cache | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
thumbnail: thumbnail.png | ||
tags: | ||
domains: | ||
- AWS Cloud | ||
- Data Access | ||
- HRRR model | ||
- zarr | ||
packages: | ||
- kerchunk | ||
- intake | ||
- xarray |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# How to Cite This Cookbook | ||
|
||
The material in Project Pythia's Kerchunk 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. | ||
|
||
The source code for the book is [released on GitHub](https://github.com/ProjectPythia/kerchunk-cookbook) and archived on Zenodo. This DOI will always resolve to the latest release of the book source: | ||
|
||
[![DOI](https://zenodo.org/badge/588661659.svg)](https://zenodo.org/badge/latestdoi/588661659) |