uxarray icon indicating copy to clipboard operation
uxarray copied to clipboard

DRAFT: Trimesh Visualization, Trimesh & Point Visualization Usage Examples

Open philipc2 opened this issue 1 year ago • 2 comments

Closes #483 #601 #602 #603

Overview

  • UxDataArray.to_trimesh() and Grid.to_simplices() methods for triangulating coordinates for visualization
  • UxDataArray.plot.trimesh() and UxDataArray.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

philipc2 avatar Nov 21 '23 07:11 philipc2

Check out this pull request on  ReviewNB

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.

philipc2 avatar Nov 27 '23 21:11 philipc2

Closing this PR since it has become out of date. The linked issues and branch will remain up.

philipc2 avatar May 14 '24 00:05 philipc2