danlooo / DGGS.jl

Discrete Global Grid System for Julia
GNU Affero General Public License v3.0
8 stars 2 forks source link

Add non spatial index dimensions #30

Closed danlooo closed 1 year ago

danlooo commented 1 year ago

We want to support e.g. multiple timepoints in one cube. GeoCube is already supported: GeoCube(array::YAXArray, latitude_name, longitude_name) But we need to modify method converting GEoCube to CellCube e.g. using mapCube to reduce lon and lat to cell id but to keep other non-spatial index dimensions e.g. time

danlooo commented 1 year ago

see #31