uxarray
uxarray copied to clipboard
DRAFT: Trimesh Visualization, Trimesh & Point Visualization Usage Examples
Closes #483 #601 #602 #603
Overview
-
UxDataArray.to_trimesh()
andGrid.to_simplices()
methods for triangulating coordinates for visualization -
UxDataArray.plot.trimesh()
andUxDataArray.plot.rasterize(method='trimesh')
plotting methods - Added supported for geographic projections in Point plots
- Two new usage examples
- Point Visualization Usage Example
- Triangulation Visualization Usage Example
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
@erogluorhan
This PR should wrap up basically everything we need for the Cookbook & Short Course. The only feature I wasn't able to get to is getting geographic projections to work with Polygon plots, however that's something that I'll continue to look into.
Closing this PR since it has become out of date. The linked issues and branch will remain up.