You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello - I am trying to access the USGS_LPC_IN_ET_B7_Wayne_2012_LAS_2016 dataset in Indiana.
But the pipeline below returns:
PDAL: readers.ept: Error reading tile: Could not read from s3-us-west-2.amazonaws.com/usgs-lidar-public/USGS_LPC_IN_ET_B7_Wayne_2012_LAS_2016/ept-data/1-0-0-1.laz
It looks like the dataset is either corrupt or empty.
This is in Wayne County, Indiana. I get similar errors in many other places in Wayne County as well as Vigo and Wells Counties with the 2011 -2013 datasets.
Hello - I am trying to access the USGS_LPC_IN_ET_B7_Wayne_2012_LAS_2016 dataset in Indiana.
But the pipeline below returns:
PDAL: readers.ept: Error reading tile: Could not read from s3-us-west-2.amazonaws.com/usgs-lidar-public/USGS_LPC_IN_ET_B7_Wayne_2012_LAS_2016/ept-data/1-0-0-1.laz
It looks like the dataset is either corrupt or empty.
This is in Wayne County, Indiana. I get similar errors in many other places in Wayne County as well as Vigo and Wells Counties with the 2011 -2013 datasets.
{
"pipeline":[
{ "type": "readers.ept",
"filename": "ept://https://s3-us-west-2.amazonaws.com/usgs-lidar-public/USGS_LPC_IN_ET_B7_Wayne_2012_LAS_2016",
"bounds": "([-9475930, -9473930],[4837791, 4839791])"
},
{"type":"filters.reprojection",
"in_srs":"EPSG:3857",
"out_srs":"EPSG:32616"
},
"/data/test.laz"
]
}
The text was updated successfully, but these errors were encountered: