danlooo / DGGS.jl

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

Add irregular grids #24

Open danlooo opened 1 year ago

danlooo commented 1 year ago

We have a kd-tree of cell center points. This also allows for irregular grids, e.g. locations of measurement points. We can write a function to allow irregular gridded data to be imported in a GeoCube. lat/lon <-> cell id conversion would be the same, because it can be any voronoi partition.