Last active
June 26, 2025 19:36
-
-
Save scottstanie/d3ab03cb51bf69208009477e037c3c4f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/bash | |
| set -e | |
| # uv can be set up with: | |
| # curl -LsSf https://astral.sh/uv/install.sh | sh | |
| # Credientials must be set as AWS_* env vars, or with ~/.netrc, or with EARTHDATA_USERNAME and EARTHDATA_PASSWORD | |
| uvx --with "rasterio,opera-utils[disp]>=0.23.1" \ | |
| opera-utils disp-s1-download \ | |
| --end-datetime 2019-01-01 \ | |
| --bbox -102.71 31.35 -102.6 31.45 \ | |
| --frame-id 20697 \ | |
| --url-type S3 \ | |
| --num-workers 4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment