Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asteiker authored Nov 28, 2023
1 parent 28c72fa commit 49e476a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notebooks/ICESat-2_Cloud_Access/h5cloud/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ coiled login

This will open a browser tab to authenticate ourselves with their APIs

> Note: If you would like to test his ask us to include you with Openscapes!
> Note: If you would like to test this ask us to include you with Openscapes!

Our functions can be paralleliza, scaling the computation to hundreds of nodes if needed in the same way we could use Amazon lambda functions. Once we install and activate [`nsidc-tutorials`](../../binder/environment.yml) We can run the script with the following python command:
Our functions can be parallelize, scaling the computation to hundreds of nodes if needed in the same way we could use Amazon lambda functions. Once we install and activate [`nsidc-tutorials`](../../binder/environment.yml) We can run the script with the following python command:

```bash
python workflow.py --bbox="-180, -90, 180, -60" --year=2023 --out="test-2023-local" --env=local

```

This will run the code locally. If we want to run the code in the cloud we'll
This will run the code locally. If we want to run the code in the cloud we'll run:

```bash
python workflow.py --bbox="-180, -90, 180, -60" --year=2023 --out="test-2023-local" --env=cloud
Expand Down

0 comments on commit 49e476a

Please sign in to comment.