xarray-contrib / xarray_leaflet

An xarray extension for tiled map plotting.
https://xarray-leaflet.readthedocs.io
MIT License
157 stars 21 forks source link

Support non-geographical data #9

Open davidbrochart opened 4 years ago

davidbrochart commented 4 years ago

xarray-leaflet could be a general purpose visualization tool, not specific to geographical data. For that we could use CRS.Simple (see https://leafletjs.com/examples/crs-simple/crs-simple.html).

davidbrochart commented 1 year ago

I think that for this to be possible, the re-projection step should not be hard-coded, but should be treated as a general (optional) transformation.