Development Status
- 2 - Pre-Alpha
Intended Audience
- Developers
License
- OSI Approved :: MIT License
Natural Language
- English
Programming Language
- Python :: 3
- Python :: 3.8
- Python :: 3.9
- Python :: 3.10
suxarray
suxarray is an extension of uxarray for SCHISM grids.
SCHISM grid
The SCHISM grid is a horizontal unstructured grid with a layered vertical grid. It uses a mixture of triangular and quadrilateral horizontal elements. The vertical grid can be a hybrid sigma and z coordinate system (SZ grid) or a variable number of sigma layers (LSC2). The SCHISM grid is described in the SCHISM manual (https://schism-dev.github.io/schism/master/index.html). The SCHISM uses UGRID convention in its NetCDF output files.
Goals
suxarray is intended to use xarray through uxarray while keeping and handling SCHISM grid-specific information. Also, it will provide useful operations for SCHISM grid data.
Features
TBD
Installation
TBD
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.3 (2023-05-30)
Fixed
Add a missing import in __init__.py
0.1.2 (2023-05-24)
Remove some dependency version limits. No functional changes.
0.1.1 (2023-05-24)
First release trial on conda-forge. No functional changes.
0.1.0 (2023-05-24)
First release on PyPI.
Added
Add the main codes