Skip to content

Instantly share code, notes, and snippets.

@scottstanie
Last active June 26, 2025 19:36
Show Gist options
  • Select an option

  • Save scottstanie/d3ab03cb51bf69208009477e037c3c4f to your computer and use it in GitHub Desktop.

Select an option

Save scottstanie/d3ab03cb51bf69208009477e037c3c4f to your computer and use it in GitHub Desktop.
#!/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