You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DimensionalData is a pluggable, generalised version of
13
-
[AxisArrays.jl](https://github.com/JuliaArrays/AxisArrays.jl) with a cleaner
14
-
syntax, and additional functionality found in NamedDims.jl. It has similar goals
15
-
to pythons [xarray](http://xarray.pydata.org/en/stable/), and is primarily
16
-
written for use with spatial data in [Rasters.jl](https://github.com/rafaqz/Rasters.jl).
11
+
> [!TIP]
12
+
> Visit the latest documentation at https://rafaqz.github.io/DimensionalData.jl/dev/
13
+
14
+
DimensionalData.jl provides tools and abstractions for working with datasets that have named dimensions, and optionally a lookup index. It provides no-cost abstractions for named indexing, and fast index lookups.
15
+
16
+
DimensionalData is a pluggable, generalised version of [AxisArrays.jl](https://github.com/JuliaArrays/AxisArrays.jl) with a cleaner syntax, and additional functionality found in NamedDims.jl. It has similar goals to pythons [xarray](http://xarray.pydata.org/en/stable/), and is primarily written for use with spatial data in [Rasters.jl](https://github.com/rafaqz/Rasters.jl).
17
17
18
18
> [!IMPORTANT]
19
19
> INSTALLATION
@@ -126,7 +126,7 @@ using DimensionalData.LookupArrays, DimensionalData.Dimensions
126
126
```
127
127
128
128
> [!IMPORTANT]
129
-
> Alternate Packages
129
+
> Alternative Packages
130
130
131
131
There are a lot of similar Julia packages in this space. AxisArrays.jl, NamedDims.jl, NamedArrays.jl are registered alternative that each cover some of the functionality provided by DimensionalData.jl. DimensionalData.jl should be able to replicate most of their syntax and functionality.
0 commit comments