entropice/scripts/04arcticdem.sh

16 lines
787 B
Bash
Raw Permalink Normal View History

2025-11-30 01:12:00 +01:00
#!/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