rafaqz / Rasters.jl

Raster manipulation for the Julia language
MIT License
201 stars 34 forks source link

Feature parity with xarray #169

Open rafaqz opened 3 years ago

rafaqz commented 3 years ago

With #168 this is surprisingly close, besides all the things that GeoData does that xarray can't do.

But clearly missing are:

Also surprisingly, most of the "technical vision" for xarray is already possible in GeoData.jl due to composability of julia packages.

Battle hardening is probably one of the main things missing :laughing:

felixcremer commented 1 year ago

For the first point we can use YAXArrays.jl or later on DiskArrayEngine.jl . Especially, after we finished https://github.com/JuliaDataCubes/YAXArrays.jl/pull/249 so that these two packages are playing more nicely together.