Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# EMCPy

[![CI](https://github.com/NOAA-EMC/emcpy/actions/workflows/ci.yml/badge.svg)](https://github.com/NOAA-EMC/emcpy/actions/workflows/ci.yml)
[![Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://noaa-emc.github.io/emcpy/)
[![CI][ci-badge]][ci-link] [![Docs][docs-badge]][docs-link]

**EMCPy** (Environmental Modeling Center Python utilities) provides tools for visualization, diagnostics, and analysis in support of NOAA’s Environmental Modeling Center (EMC) workflows. It offers a lightweight, extensible framework for building plots, handling data fields, and automating workflows used in EMC’s operational and research environments.

Expand All @@ -19,9 +18,13 @@
- Clear separation of plot layers, figure creation, and feature controls

- **Documentation and examples**
- [Gallery of plot types](https://noaa-emc.github.io/emcpy/galleries/plot_types)
- [Gallery of plot types](https://noaa-emc.github.io/emcpy/plot_types/index.html)
- Explanations of design choices, discrete fields, and troubleshooting

[ci-badge]: https://github.com/NOAA-EMC/emcpy/actions/workflows/tests.yaml/badge.svg
[ci-link]: https://github.com/NOAA-EMC/emcpy/actions/workflows/tests.yaml
[docs-badge]: https://img.shields.io/badge/docs-latest-blue.svg
[docs-link]: https://noaa-emc.github.io/emcpy/
---

## Installation
Expand Down