hobuinc / usgs-lidar

AWS Entwine Point Tiles USGS LiDAR Public Dataset GitHub repo
https://registry.opendata.aws/usgs-lidar/
136 stars 14 forks source link

Missing tile in SC_SavannahPeeDee_6_2019 #54

Open kjwaters opened 1 year ago

kjwaters commented 1 year ago

Tile 11-641-442-1022.laz is missing from s3-us-west-2.amazonaws.com/usgs-lidar-public/SC_SavannahPeeDee_6_2019/ept-data/

hobu commented 1 year ago

Until it is fixed, you can use the ignore_unreadable option in readers.ept to attempt to skip over missing tiles.

kjwaters commented 1 year ago

That is very helpful. I'll try to trap for the error so I get alerted and then retry with the ignore_unreadable. Otherwise it will just go unnoticed.

On Fri, Jan 20, 2023 at 8:42 AM Howard Butler @.***> wrote:

Until it is fixed, you can use the ignore_unreadable option in readers.ept https://pdal.io/en/stable/stages/readers.ept.html to attempt to skip over missing tiles.

— Reply to this email directly, view it on GitHub https://github.com/hobuinc/usgs-lidar/issues/54#issuecomment-1398415181, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA5B33NEIZGZWFGF6GAV5QTWTKI43ANCNFSM6AAAAAAUBQ76QY . You are receiving this because you authored the thread.Message ID: @.***>

hobu commented 1 year ago

note, ignore_unreadable is PDAL 2.5.0+ only.