xarray_leaflet
xarray_leaflet copied to clipboard
Support non-geographical data
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).
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.