-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seamless backfill #68
Comments
The following USGS seamless data will be used as backfill to the We anticipate this will mainly impact areas
USGS seamless 1m
Fathom 3m
USGS seamless 1/9 arc second (~3m)
USGS seamless 1/3 arc second (~10m)
USGS seamless 1 arc second (~30m)
|
All seamless backfill elevation data is located at: Here is currently downloaded seamless backfill @TACC Stampede2:
|
cd /scratch/projects/tnris/misc-elevationdata
~/local/bin/aws/aws s3 cp s3://prd-tnm/StagedProducts/Elevation/1m/ USGS_seamless_DEM_1m --recursive &
~/local/bin/aws/aws s3 cp s3://prd-tnm/StagedProducts/Elevation/19/ USGS_seamless_DEM_19 --recursive &
~/local/bin/aws/aws s3 cp s3://prd-tnm/StagedProducts/Elevation/13/ USGS_seamless_DEM_13 --recursive &
~/local/bin/aws/aws s3 cp s3://prd-tnm/StagedProducts/Elevation/1/ USGS_seamless_DEM_1 --recursive & |
|
👉 check |
Here's the link for USGS's 1 arc second (30m). Other USGS seamless DEMs are similarly located.
https://s3.console.aws.amazon.com/s3/buckets/prd-tnm?prefix=StagedProducts/Elevation/1/TIFF/®ion=us-west-2
We will want to backfill using all available USGS seamless DEMs
The text was updated successfully, but these errors were encountered: