rafaqz / Rasters.jl

Raster manipulation for the Julia language
MIT License
214 stars 36 forks source link

Support lambert grids where x/y lookups are matrixes #590

Open rafaqz opened 9 months ago

rafaqz commented 9 months ago

This is probably possible relatively easily using Unaligned lookups, as with AffineTransform lookups.

Getting all the selectors to work will be the hard part.

@tcarion this is from your comment here: https://github.com/rafaqz/Rasters.jl/blob/main/test/sources/gribdatasets.jl#L11

felixcremer commented 9 months ago

Isn't this a duplicate if #328?

rafaqz commented 9 months ago

Yep