Skip to content

Commit

Permalink
Updated with the new open topography in boundary check. Also with new…
Browse files Browse the repository at this point in the history
… data added to the NZ20_Cant2 dataset
  • Loading branch information
rosepearson committed Jun 6, 2024
1 parent a25709d commit 51ff772
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions tests/test_lidar_subfolders/test_lidar_subfolders.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,29 +33,25 @@ class OpenTopographyTestSubfolders(unittest.TestCase):
# The expected datasets and files to be downloaded - used for comparison in the
# later tests
DATASETS = [
"NZ18_Banks",
"NZ18_AmuriCant",
"NZ18_Canterbury",
"Chch_Selwn_2015",
"Chch_Selwn_2015/NZ_Christchurch",
"NZ20_Canterbury",
"NZ20_Cant2",
]
FILE_SIZES = {
DATASETS[0]: {f"{DATASETS[0]}_TileIndex.zip": 134113},
DATASETS[1]: {f"{DATASETS[1]}_TileIndex.zip": 813250},
DATASETS[2]: {
f"{DATASETS[2]}_TileIndex.zip": 70260,
DATASETS[0]: {
f"{DATASETS[0]}_TileIndex.zip": 70260,
"CL2_BX24_2018_1000_2520.laz": 14829064,
},
DATASETS[3]: {f"{DATASETS[3]}_TileIndex.zip": 221422},
DATASETS[4]: {"ot_CL2_BX24_2015_1000_2520.laz": 10761065},
DATASETS[5]: {
DATASETS[1]: {f"{DATASETS[1]}_TileIndex.zip": 221422},
DATASETS[2]: {"ot_CL2_BX24_2015_1000_2520.laz": 10761065},
DATASETS[3]: {
"CL2_BX24_2020_1000_2520.laz": 25891330,
f"{DATASETS[5]}_TileIndex.zip": 120930,
f"{DATASETS[3]}_TileIndex.zip": 120930,
},
DATASETS[6]: {
f"{DATASETS[6]}_TileIndex.zip": 1133609,
DATASETS[4]: {
f"{DATASETS[4]}_TileIndex.zip": 3389130,
},
}

Expand Down

0 comments on commit 51ff772

Please sign in to comment.