-
Notifications
You must be signed in to change notification settings - Fork 11
Table of all tests
Rose Pearson edited this page Nov 11, 2024
·
23 revisions
This page contains details about what parts of the framework each test exercises.
Name | Framework stage(s) | Data Source(s) | Description |
---|---|---|---|
test_add_patches | PatchDemGenerator |
Local dem, Local dem patch | Add two patches one aligned to initial dem grid, one miss-aligned. |
test_dem_generation_local_1 |
RawLidarDemGenerator , HydrologicDemGenerator
|
Local vector, Local raster, Local LiDAR file | Basic DEM generation. Save as .tif files. |
test_dem_generation_local_2 |
RawLidarDemGenerator , HydrologicDemGenerator
|
Local vector, Local LiDAR file | Automatic reduction in the offshore contour sampling if too many points. (Added for solving RBF interpolant. Maybe remove now that the default is linear) |
test_dem_generation_local_3 |
RawLidarDemGenerator , HydrologicDemGenerator
|
Local vector, Local raster, Local LiDAR file | Adding the offshore in a separate step |
test_dem_generation_multiple |
RawLidarDemGenerator , HydrologicDemGenerator
|
Online LiDAR OpenTopography | Use multiple LiDAR datasets |
test_dem_generation_waikanae_1 |
RawLidarDemGenerator , HydrologicDemGenerator
|
Online vector LINZ, Online LiDAR OpenTopography | Basic DEM generation. |
test_dem_generation_waikanae_2 |
RawLidarDemGenerator , HydrologicDemGenerator
|
Online LiDAR OpenTopography | Filtering LiDAR by elevation (to remove noise) |
test_dem_generation_westport_1 |
RawLidarDemGenerator , HydrologicDemGenerator
|
Online vector LINZ, Online LiDAR OpenTopography | Filtering LiDAR by point classification |
test_dem_generation_westport_2 |
RawLidarDemGenerator , HydrologicDemGenerator
|
Online LiDAR OpenTopography | Basic DEM generation |
test_dem_generation_westport_3 |
RawLidarDemGenerator , HydrologicDemGenerator
|
Online LiDAR OpenTopography | Filtering LiDAR by point classification |
test_dem_generation_westport_4 |
RawLidarDemGenerator , HydrologicDemGenerator
|
Online vector LINZ, Online raster LINZ, Online LiDAR OpenTopography | Raster download |
test_many_stages_local |
RawLidarDemGenerator , HydrologicDemGenerator , RoughnessLengthGenerator
|
Local vector, Local raster, Local LiDAR file | Basic DEM and roughness generation |
test_many_stages_multiple_1 |
RawLidarDemGenerator , HydrologicDemGenerator , RoughnessLengthGenerator
|
Online LiDAR OpenTopography | Multiple LiDAR datasets with LiDAR dataset mapping & roughness |
test_many_stages_multiple_2 |
RawLidarDemGenerator , HydrologicDemGenerator , RoughnessLengthGenerator
|
Online LiDAR OpenTopography, Local LiDAR dataset | Local and API LiDAR datasets & LiDAR dataset mapping |
test_many_stages_waikanae |
RawLidarDemGenerator , RiverBathymetryGenerator , WaterwayBedElevationEstimator , HydrologicDemGenerator , RoughnessLengthGenerator
|
Online vector LINZ, Online LiDAR OpenTopography | All framework stages with lakes, ocean, rivers and waterways included in DEM. |
test_many_stages_westport |
RawLidarDemGenerator , MeasuredRiverGenerator , HydrologicDemGenerator
|
Online vector LINZ, Online LiDAR OpenTopography | Riverbed interpolation and incorporating into a DEM |
test_riverbed_estimation_waikanae_1 | RiverBathymetryGenerator |
Online vector LINZ and OSM, Online LiDAR OpenTopography | Riverbed estimation stage from OSM |
test_riverbed_estimation_waikanae_2 | RiverBathymetryGenerator |
Online vector LINZ, Online LiDAR OpenTopography | Riverbed estimation stage without OSM |
test_riverbed_interpolated_waikanae | MeasuredRiverGenerator |
Local elevation cross sections | Riverbed interpolation stage |
test_riverbed_interpolated_waitara | MeasuredRiverGenerator |
Local elevation cross sections and user specified thalweg | Riverbed interpolation stage |
test_stopbanks_waikanae |
StopbankCrestElevationEstimator , RawLidarDemGenerator , HydrologicDemGenerator
|
Online vector LINZ, Online LiDAR OpenTopography. Local stopbank crest location. | Estimation of stopbank crest elevation through inclusion in the DEM. |
test_waterways_estimation_waikanae | WaterwayBedElevationEstimator |
Online vector LINZ and OSM, Online LiDAR OpenTopography | Estimation of open and closed waterways bed elevation |