Metadata-Version: 2.4
Name: esnb
Version: 0.9.0
Summary: Earth Science Notebook Tools for Climate and Weather Model Analysis
Author-email: John Krasting <john.krasting@noaa.gov>
Project-URL: homepage, https://github.com/jkrasting/esnb
Project-URL: documentation, https://esnb.readthedocs.io
Project-URL: repository, https://github.com/jkrasting/esnb
Keywords: model,analysis
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: Public Domain
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: aiohttp
Requires-Dist: dask
Requires-Dist: dask-jobqueue
Requires-Dist: importlib_metadata<5.0.0
Requires-Dist: importlib-resources
Requires-Dist: intake
Requires-Dist: intake_esm
Requires-Dist: jupyter-client
Requires-Dist: matplotlib
Requires-Dist: momgrid
Requires-Dist: nbclient
Requires-Dist: nbconvert
Requires-Dist: pandas
Requires-Dist: pytest
Requires-Dist: pyyaml
Requires-Dist: xarray
Provides-Extra: test
Requires-Dist: pytest; extra == "test"

[![](https://github.com/jkrasting/notebook-template/actions/workflows/python-app.yml/badge.svg)](https://github.com/jkrasting/notebook-template/actions/workflows/python-app.yml)
[![PyPi](https://img.shields.io/pypi/v/esnb.svg)](https://pypi.python.org/pypi/esnb/)
[![Documentation Status](https://readthedocs.org/projects/esnb/badge/?version=latest)](https://esnb.readthedocs.io/en/latest/?badge=latest)

# ESNB: Earth System Notebook
#### <i>(formerly `notebook-template`)</i>
Repository for analysis notebook template development.

The objective of this repository is to converge on a Jupyter Notebook style that is common to the MDTF, MAR, and internal NCAR and GFDL analysis workflows.  This is an ambitious endeavor that will require on finding the common ground across all of the approaches while focusing on making the user experience lightweight and intuitive.

## Structure of the repository
* `inspirations/`: This directory houses working examples of inspiration for how different groups are approaching the notebook construction.
* (more notes added as needed)

## Standards
The final converged notebook should make use of established standards and conventions as much as possible.

[Link to EMDS Standards](https://github.com/Earth-System-Diagnostics-Standards/EMDS/blob/main/standards.md)
