Skip to content

Commit

Permalink
pre-commit and fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 committed Nov 8, 2023
1 parent 43cec68 commit 44976af
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 511 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@

<p align="center">
<img style="float: right;" src="https://raijin.ucar.edu/_static/images/logos/ProjectRaijin_Logo.png" width="300" />
<img style="float: right;" src="https://raijin.ucar.edu/_static/images/logos/ProjectRaijin_Logo.png" width="300" />
<img style="float: right;" src="https://raw.githubusercontent.com/UXARRAY/unstructured-grid-viz-cookbook/main/notebooks/images/logos/siparcs.png" width="150" />
</p>


# Unstructured Grid Visualization Cookbook

[![nightly-build](https://github.com/UXARRAY/unstructured-grid-viz-cookbook/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/UXARRAY/unstructured-grid-viz-cookbook/actions/workflows/nightly-build.yaml)
[![Binder](https://binder.projectpythia.org/badge_logo.svg)](https://binder.projectpythia.org/v2/gh/ProjectPythia/cookbook-template/main?labpath=notebooks)

This Cookbook showcases how to visualize Unstructured Grids using UXarray paired with community tool sets such as HoloViz and Matplotlib. It was put together as part of
This Cookbook showcases how to visualize Unstructured Grids using UXarray paired with community tool sets such as HoloViz and Matplotlib. It was put together as part of
Project Raijin's NCAR Summer Internships in Parallel Computational Science (SIParCS) project, which is titled "Python Data Analysis and Visualization for Unstructured Grid Data." This cookbook is currently being adapted from
our 2023 intern Ian's notebook which can be found [here](https://github.com/NCAR/geocat-scratch/blob/ifranda/viz-notebook/SIParCS2023/Visualization_Notebook.ipynb).

## Authors


[Philip Chmielowiec (NCAR GeoCAT)](@philipc2)

[Orhan Eroglu (NCAR GeoCAT)](@erogluorhan)
Expand All @@ -33,7 +30,7 @@ our 2023 intern Ian's notebook which can be found [here](https://github.com/NCAR

## Structure

This notebook is broken down into four individual notebooks which outline the necessary workflows to visualize unstructured grids.
This notebook is broken down into four individual notebooks which outline the necessary workflows to visualize unstructured grids.

### Using UXarray to Work with Unstructured Grid Datasets

Expand Down Expand Up @@ -90,5 +87,3 @@ If you are interested in running this material locally on your computer, you wil
cd notebooks/
jupyter lab
```


1 change: 0 additions & 1 deletion _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ parts:
- caption: Performance & Data Fidelity Considerations
chapters:
- file: notebooks/06-considerations/template

2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: unstructured-grid-viz-cookbook-dev
channels:
- conda-forge
- pyviz
- pyviz
dependencies:
- jupyter-book
- jupyterlab
Expand Down
43 changes: 0 additions & 43 deletions notebooks/comparison.ipynb

This file was deleted.

Loading

0 comments on commit 44976af

Please sign in to comment.