uxarray
uxarray copied to clipboard
Xarray extension for unstructured climate and global weather data analysis and visualization.
Closes #801 ## Overview * Add support for reading and encoding the [GEOS Cube-Sphere](https://gmao.gsfc.nasa.gov/gmaoftp/ops/GEOSIT_sample/doc/CS_Description_c180_v1.pdf) format in the UGRID conventions
Related to #730 and #785 ## Overview - Optimize the `get_cartesian_face_edge_nodes` and `get_lonlat_rad_face_edge_nodes` functions to make them vectorized and improve performance. - This function was called in `grid_populate_bounds` and will...
https://github.com/GEOS-ESM/MAPL/discussions/2844
Closes #93 ## Overview - Implement Non-Conservative Zonal Mean. - Bug fixes for `_get_zonal_faces_weight_at_constLat` algorithm - Bug fixes for `gca_constlat_intersection` algorithm - Bug fixes for `_pole_point_inside_polygon` algorithm ## Expected Usage...
Closes #796 ## Overview * Makes a few corrections to our `README.md`
Global and zonal means (conservative and non-conservative) _Originally posted by @erogluorhan in https://github.com/UXARRAY/uxarray/discussions/46#discussioncomment-2746606_
There are a few inconsistencies that need corrections in our `README.md`: * "Intended Functionality for DataArrays on Grids" heading is the wrong size * URL to Installation Guide is broken...
> https://github.com/UXARRAY/uxarray/issues/730 sounds good to me regarding the code-base changes. Actually, not only Hongyu's helpers, but I believe we should aim to change all of such calls to vectorized calls...
It would be really useful to have a workflow that runs a series of core benchmarks (or all current benchmarks) on a pull request before merging it, providing a summary...
A similar issue is in the CAM respository: https://github.com/ESCOMP/CAM/issues/468 Discussed with @erogluorhan and Steve Goldhaber. We would like to make CAM output UGRID compliant so UXARRAY can read the data...