Xarray extension for unstructured climate and global weather data analysis and visualization written around the UGRID conventions.
Why?
UXarray aims to address the geoscience community need for tools that enable standard data analysis techniques to operate directly on unstructured grids. It extends upon and inherits from the commonly used Xarray Python package to provide a powerful and familiar interface for working with unstructured grids in Python. UXarray provides Xarray styled functions to better read in and use unstructured grid datasets that follow standard conventions, including UGRID, MPAS, SCRIP, and Exodus formats.
The “U” in UXarray stands for “Unstructured Grids”.
# make a color map of fixed colors cmap = colors.ListedColormap(['white', 'green', 'red', 'blue', 'white']) uxds["ivgtyp"].plot(coastline="10m", cmap=cmap, clim=(11, 15), dynamic=True)