Finally fix aggregations also for era5

This commit is contained in:
Tobias Hölzer 2025-11-30 01:12:00 +01:00
parent 7b09dda6a3
commit 33c9667383
5 changed files with 151 additions and 52 deletions

15
scripts/04arcticdem.sh Normal file
View file

@ -0,0 +1,15 @@
#!/bin/bash
# pixi run arcticdem download
# pixi run arcticdem enrich
pixi run arcticdem aggregate --grid hex --level 3 --concurrent-partitions 20
pixi run arcticdem aggregate --grid hex --level 4 --concurrent-partitions 20
pixi run arcticdem aggregate --grid hex --level 5 --concurrent-partitions 20
pixi run arcticdem aggregate --grid hex --level 6 --concurrent-partitions 20
pixi run arcticdem aggregate --grid healpix --level 6 --concurrent-partitions 20
pixi run arcticdem aggregate --grid healpix --level 7 --concurrent-partitions 20
pixi run arcticdem aggregate --grid healpix --level 8 --concurrent-partitions 20
pixi run arcticdem aggregate --grid healpix --level 9 --concurrent-partitions 20
pixi run arcticdem aggregate --grid healpix --level 10 --concurrent-partitions 20