16 lines
787 B
Bash
16 lines
787 B
Bash
|
|
#!/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
|