Refactor
This commit is contained in:
parent
3ad332b5a8
commit
eeab8fff1e
16 changed files with 536 additions and 943 deletions
17
scripts/alphaearth.sh
Normal file
17
scripts/alphaearth.sh
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#!/bin/bash
|
||||
|
||||
# uv run alpha-earth download --grid hex --level 3
|
||||
# uv run alpha-earth download --grid hex --level 4
|
||||
# uv run alpha-earth download --grid hex --level 5
|
||||
# uv run alpha-earth download --grid healpix --level 6
|
||||
# uv run alpha-earth download --grid healpix --level 7
|
||||
# uv run alpha-earth download --grid healpix --level 8
|
||||
# uv run alpha-earth download --grid healpix --level 9
|
||||
|
||||
uv run alpha-earth combine-to-zarr --grid hex --level 3
|
||||
uv run alpha-earth combine-to-zarr --grid hex --level 4
|
||||
uv run alpha-earth combine-to-zarr --grid hex --level 5
|
||||
uv run alpha-earth combine-to-zarr --grid healpix --level 6
|
||||
uv run alpha-earth combine-to-zarr --grid healpix --level 7
|
||||
uv run alpha-earth combine-to-zarr --grid healpix --level 8
|
||||
uv run alpha-earth combine-to-zarr --grid healpix --level 9
|
||||
Loading…
Add table
Add a link
Reference in a new issue