File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,16 +22,15 @@ def _prepare_data():
2222 "https://media.githubusercontent.com/media/PDAL/data/refs/heads/main/autzen/stadium-utm.laz" , base_data
2323 )
2424
25- # TODO update the links once the PR is merged in PDAL repository
2625 autzen_2010_data = utils .test_data_filepath ("autzen-bmx-2010.las" )
2726 autzen_2023_data = utils .test_data_filepath ("autzen-bmx-2023.las" )
2827
2928 utils .download_data (
30- "https://github. com/PDAL/PDAL/raw/b978473e87d0b015230f362a32c43a9a51307fac /test/data/autzen/autzen-bmx-2010.las" ,
29+ "https://raw.githubusercontent. com/PDAL/PDAL/a057739ef0c620d4668752becef25f2b196bf174 /test/data/autzen/autzen-bmx-2010.las" ,
3130 autzen_2010_data ,
3231 )
3332 utils .download_data (
34- "https://github. com/PDAL/PDAL/raw/b978473e87d0b015230f362a32c43a9a51307fac /test/data/autzen/autzen-bmx-2023.las" ,
33+ "https://raw.githubusercontent. com/PDAL/PDAL/a057739ef0c620d4668752becef25f2b196bf174 /test/data/autzen/autzen-bmx-2023.las" ,
3534 autzen_2023_data ,
3635 )
3736
You can’t perform that action at this time.
0 commit comments