uxarray icon indicating copy to clipboard operation
uxarray copied to clipboard

DRAFT: Support `ccrs.Geodetic` source projection, add Polygon plot to Grid

Open philipc2 opened this issue 6 months ago • 0 comments

Closes #1230

Overview

  • Adds support for using Cartopy's Geodetic projection as a source projection, allowing for better visualization of grids on the surface of a sphere and for handling splitting along the dateline: https://github.com/holoviz/geoviews/issues/107
  • Using the Geodetic projection is especially useful for coarser grids where the distortion is more noticeable, and over the poles
  • Implements a Grid.plot.polygons() method that plots shaded polygons using the index of each face.

Examples

No Source Projection

image

Geodetic Source Projection

image

philipc2 avatar May 02 '25 16:05 philipc2