Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
9e856f2
Use tileArray at to_dggs_array
danlooo Jun 23, 2026
a76b032
Update YAXArray Dataset get dim
danlooo Jun 24, 2026
866d53f
Remove mean to_dggs_dataset
danlooo Jun 24, 2026
0cb2821
Fix out eltype
danlooo Jun 24, 2026
f93566d
Optimize to_dggs_dataset
danlooo Jun 24, 2026
97308cb
Add mapreduce toTileArray aware of missing tiles
danlooo Jun 24, 2026
375daff
Remove debug info
danlooo Jun 24, 2026
01bcd09
Optimize allocations at aggregation of pixels to cells
danlooo Jun 25, 2026
0194eed
Optimize combined to cell dict
danlooo Jun 25, 2026
d7b76d3
Track assets
danlooo Jul 2, 2026
e5462d5
Add save_dggs_dataset for tile array
danlooo Jul 2, 2026
4f96c2e
Adapt to new DimensionalData interface
danlooo Jul 3, 2026
f73e398
Unify agg_func in to_dggs api
danlooo Jul 3, 2026
8af975c
Fix build pyramid
danlooo Jul 3, 2026
18866c0
Fix saving dataset
danlooo Jul 3, 2026
327ad70
set named default chunks
danlooo Jul 3, 2026
4e001e8
Do not draw all missing arrays
danlooo Jul 14, 2026
55ba4f8
Fix build pyramid in all quads
danlooo Jul 14, 2026
2689349
Fix cancel test add sub testset
danlooo Jul 14, 2026
3c7a43f
Harmonize agg_func name
danlooo Jul 14, 2026
19ec81f
Fix forward agg_func
danlooo Jul 14, 2026
8fecce4
Fix OOM during save
danlooo Jul 14, 2026
154690f
Remove redundant method
danlooo Jul 15, 2026
0d99e93
Fix fill_value for non float eltypes
danlooo Jul 16, 2026
76cff1f
Save only used tiles
danlooo Jul 17, 2026
e911191
Allow non spatial dims in to_dggs_array
danlooo Jul 22, 2026
1f3948e
Fix coarsen
danlooo Jul 31, 2026
e05c209
Fix DimensionalData compat with AbstractDimStack
danlooo Aug 5, 2026
a0553c3
Allow any function to transform values to color
danlooo Aug 5, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ Infiltrator = "1.8.8"
OrderedCollections = "1.8.1"
StaticArrays = "1.9.13"
YAXArrays = "0.7.3"
Zarr = "0.10.1"
julia = "1.6.7"
DimensionalData = "0.30"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
1 change: 0 additions & 1 deletion docs/src/public

This file was deleted.

152 changes: 152 additions & 0 deletions docs/src/public/cube-shape.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/public/dest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/public/dggrid-grids-multi-levels.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/public/dggs-distortion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/public/grid-levels.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/public/hex-pattern.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/public/hexagon-children-aperture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading