MakieOrg / GeoMakie.jl

Geographical plotting utilities for Makie.jl
https://geo.makie.org
MIT License
167 stars 24 forks source link

Transformation traits #229

Open asinghvi17 opened 3 months ago

asinghvi17 commented 3 months ago

I've run into some interesting situations with the current transformation interface in GeoMakie/Makie, and some traits placed in type params might resolve this:

bboxtrait

This is doable now.

interpolationtrait

This is for a future Makie version where transformations can change the length as well as the values of data, if invoked with the plot type as a reference.

All transformations should also reproject/circ-shift rasters if necessary to avoid artifacts.