1- <img src =" https://github.com/UXARRAY/uxarray/raw/main/docs/_static/images/logos/uxarray_logo_h_dark.svg " data-canonical-src =" https://github.com/UXARRAY/uxarray/raw/main/docs/_static/images/logos/uxarray_logo_h_dark.svg " width =" 450 " /><br >
21
3-
4- -----------------
2+ <img src =" https://github.com/UXARRAY/uxarray/raw/main/docs/_static/images/logos/uxarray_logo_h_dark.svg " width =" 450 " /><br >
53
64# Xarray extension for unstructured climate and global weather data
7- | | |
8- | --- | --- |
9- | ** Build Status** | [ ![ GitHub Workflow Status] [ github-ci-badge ]] [ github-ci-link ] [ ![ CI Upstream] ( https://github.com/UXARRAY/uxarray/actions/workflows/upstream-dev-ci.yml/badge.svg )] ( https://github.com/UXARRAY/uxarray/actions/workflows/upstream-dev-ci.yml ) [ ![ pre-commit.ci status] ( https://results.pre-commit.ci/badge/github/UXARRAY/uxarray/main.svg )] ( https://results.pre-commit.ci/latest/github/UXARRAY/uxarray/main ) |
10- | ** Code Coverage** | [ ![ Code Coverage Status] [ codecov-badge ]] [ codecov-link ] |
11- | ** Docs** | [ ![ Documentation Status] [ rtd-badge ]] [ rtd-link ] |
12- | ** Benchmarks** | [ ![ ASV Repostory] [ asv-badge ]] [ asv-link ] |
13- | ** Releases** | ![ Github release] ( https://img.shields.io/github/release/UXARRAY/uxarray.svg?label=tag&colorB=11ccbb ) [ ![ Conda] [ conda-badge ]] [ conda-link ] [ ![ PyPI] [ pypi-badge ]] [ pypi-link ] |
14- | ** License** | [ ![ License] [ license-badge ]] [ repo-link ] |
15- | ** Citing** | [ ![ DOI] [ doi-badge ]] [ doi-link ] |
16-
17- -----------------
5+ [ ![ CI] [ github-ci-badge ]] [ github-ci-link ]
6+ [ ![ CI Upstream] ( https://github.com/UXARRAY/uxarray/actions/workflows/upstream-dev-ci.yml/badge.svg )] ( https://github.com/UXARRAY/uxarray/actions/workflows/upstream-dev-ci.yml ) [ ![ pre-commit.ci status] ( https://results.pre-commit.ci/badge/github/UXARRAY/uxarray/main.svg )] ( https://results.pre-commit.ci/latest/github/UXARRAY/uxarray/main )
7+ [ ![ Code Coverage Status] [ codecov-badge ]] [ codecov-link ]
8+ [ ![ Documentation Status] [ rtd-badge ]] [ rtd-link ]
9+ [ ![ ASV Repostory] [ asv-badge ]] [ asv-link ]
10+ ![ Github release] ( https://img.shields.io/github/release/UXARRAY/uxarray.svg?label=tag&colorB=11ccbb ) [ ![ Conda] [ conda-badge ]] [ conda-link ]
11+ [ ![ PyPI] [ pypi-badge ]] [ pypi-link ]
12+ [ ![ License] [ license-badge ]] [ repo-link ]
13+ [ ![ Citing] [ doi-badge ]] [ doi-link ]
1814
19- ## What is it?
2015
2116UXarray aims to address the geoscience community's need for tools that enable
2217standard data analysis techniques to operate directly on unstructured grid
@@ -42,41 +37,6 @@ commonly-used for structured grids recognition, to support reading and
4237recognizing unstructured grid model outputs. We picked the name "UXarray"
4338(pronounced "you-ex-array"), with the "U" representing unstructured grids.
4439
45- ## Features
46-
47- * `` Grid `` class for storing grid information and providing grid-specific functionality
48- * Support for reading UGRID, MPAS, ESMF, ICON, GEOS-CS, SCRIP, and EXODUS grid formats
49- * Support for reader structured (i.e. latitude longitude) grids
50- * Extension of xarray's `` DataArray `` and `` Dataset `` classe to support unstructured grid operations
51- * `` uxarray.UxDataArray `` inherits `` xarray.DataArray `` and is attached to a `` Grid `` instance through the `` .uxgrid `` accessor
52- * `` uxarray.UxDataset `` inherits `` xarray.Dataset `` and is attached to a `` Grid `` instance through the `` .uxgrid `` accessor
53- * Extension of xarray's `` open_dataset `` and `` open_mfdataset `` methods to support reading grid and data files
54- * Plotting
55- * Native visualization of unstructured grids written using the `` hvPlot `` package
56- * Support for grid topology visualization (i.e. exploring the geometry of a grid) and data visualization (i.e. data mapped to each face)
57- * Subsetting
58- * Ability to select arbitrary regions of a grid using different selection methods (nearest neighbor, bounding circle, bounding box)
59- * Remapping
60- * Support for nearest neighbor and inverse distance weighted unstructured to unstructured remapping
61- * Topological Aggregations
62- * Perform aggregations within different topology elements using connectivity information
63- * Mathematical Operators
64- * Support for Integral, Difference, and Gradient calculations
65-
66-
67- ## Intended Features
68-
69- The following intended features have been inspired by discussions with
70- members of the scientific community, within the SEATS Project and Project
71- Raijin, and on several community platforms such as [ Xarray GitHub
72- Repository] ( https://github.com/pydata/xarray/issues/4222 ) . The UXarray team
73- is receptive to additional functionality requests.
74-
75- * Support for finite volume and finite element outputs.
76- * Triangular decompositions.
77- * Calculation of supermeshes (consisting of grid lines from two input grids).
78- * Snapshots and composites following particular features.
79-
8040## Documentation
8141
8242[ UXarray Documentation] ( https://uxarray.readthedocs.io/en/latest )
0 commit comments