Skip to content
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

Open
dhardestylewis opened this issue Jul 23, 2022 · 5 comments
Open

Seamless backfill #68

dhardestylewis opened this issue Jul 23, 2022 · 5 comments

Comments

@dhardestylewis
Copy link
Owner

dhardestylewis commented Jul 23, 2022

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/&region=us-west-2

We will want to backfill using all available USGS seamless DEMs

@dhardestylewis dhardestylewis changed the title USGS 1 arc second (30m) USGS seamless backfill Aug 19, 2022
@dhardestylewis
Copy link
Owner Author

dhardestylewis commented Aug 19, 2022

The following USGS seamless data will be used as backfill to the best-in-time-and-space algo

We anticipate this will mainly impact areas

  • outside of Texas border and
  • maybe a handful of tiles along the coast

USGS seamless 1m

s3://prd-tnm/StagedProducts/Elevation/1m/Projects/
https://s3.console.aws.amazon.com/s3/buckets/prd-tnm?region=us-west-2&prefix=StagedProducts/Elevation/1m/Projects/&showversions=false
Screen Shot 2022-08-18 at 7 01 35 PM

Fathom 3m

stampede2.tacc.utexas.edu:/scratch/projects/tnris/misc-elevationdata/fathom3m

USGS seamless 1/9 arc second (~3m)

s3://prd-tnm/StagedProducts/Elevation/19/IMG/
https://s3.console.aws.amazon.com/s3/buckets/prd-tnm?region=us-west-2&prefix=StagedProducts/Elevation/19/IMG/&showversions=false
Screen Shot 2022-08-18 at 7 01 21 PM

USGS seamless 1/3 arc second (~10m)

s3://prd-tnm/StagedProducts/Elevation/13/TIFF/current/
https://s3.console.aws.amazon.com/s3/buckets/prd-tnm?region=us-west-2&prefix=StagedProducts/Elevation/13/TIFF/current/&showversions=false
Screen Shot 2022-08-18 at 7 00 57 PM

USGS seamless 1 arc second (~30m)

s3://prd-tnm/StagedProducts/Elevation/1/TIFF/current/
https://s3.console.aws.amazon.com/s3/buckets/prd-tnm?region=us-west-2&prefix=StagedProducts/Elevation/1/TIFF/current/&showversions=false
Screen Shot 2022-08-18 at 7 07 09 PM

@dhardestylewis
Copy link
Owner Author

dhardestylewis commented Aug 19, 2022

All seamless backfill elevation data is located at:
stampede2.tacc.utexas.edu:/scratch/projects/tnris/misc-elevationdata

Here is currently downloaded seamless backfill @TACC Stampede2:

fathom3m ## Fathom 3m
USGS_Seamless_DEM_13 ## USGS 10m
USGS_1 ## USGS 30m

@dhardestylewis
Copy link
Owner Author

dhardestylewis commented Aug 19, 2022

  • @TACC's collection of USGS seamless elevation data is being updated now
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 &

Screen Shot 2022-08-18 at 7 28 51 PM

@dhardestylewis
Copy link
Owner Author

dhardestylewis commented Aug 19, 2022

@dhardestylewis
Copy link
Owner Author

dhardestylewis commented Aug 21, 2022

#79 (comment)

  • ⏸️ in order to rapidly facilitate TNRIS & CWE requests for 1m resampling accuracy results in specific inner Texas areas, inclusion of seamless backfill paused

👉 check table best-in-time-and-space merged with table actual TNRIS Lidar DEM tiles to see if any inner Texas areas actually suffer any gaps in coverage: #41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment