Feature/ble merge#17
Merged
Merged
Conversation
…file_structure module
Feature/structures
Feature/event conditions
volume accounting, structures, event conditions
Feature/ble checksuite migration
thwllms
requested changes
Jun 24, 2025
Contributor
|
@bates-j will also need to bump version number to |
Member
Author
|
thwllms
approved these changes
Jul 2, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds the "ble"
CheckSuitealong with the checks listed below. It also includes functionality to write results to the disk in the form of anhtmllog file and, when applicable, ESRI Shapefiles.AssociatedLayers): reports the layers (e.g., terrain, land cover, etc.) associated with each geometry as a 'note' to be reviewed by the userBreaklineEnforcement): checks the breakline enforcement within the current geometry and returns aGeoDataFrameof delinquent breaklinesCurrentPlan): reports the name and title of the plan saved as the current plan within a RAS modelErroneousCells): checks the current geometry within a RAS model and returns aGeoDataFrameof erroneous 2D mesh cells (those with the center point outside the cell boundary)EquationSet2DNote): reports the selected 2D equation set for the current geometry of a RAS model as a 'note' to be reviewed by the userCompSettings): reports the computational timestep settings for each plan of a RAS model as a 'note' to be reviewed by the userGeomProjectionNote): reports the projection of the current geometry of a RAS model as a 'note' to be reviewed by the userRasVersion): reports the RAS version used to develop a RAS model geometry as a 'note' to be reviewed by the userRefRegionEnforcement): checks the refinement region enforcement within the current geometry and returns aGeoDataFrameof delinquent refinement regionsShortCellFaces): checks the current geometry within a RAS model and returns aGeoDataFrameof short cell faces that can cause instabilitiesOverflowMethod): checks the overflow method set for non-bridge structures within the current geometry of a RAS model to ensure they are set to the normal 2D equation and lists any flagged structures to investigateFileStructure): reports the file structure of a RAS model as a 'note' to be reviewed by the userMeteorologyPrecip): reports any gridded precipitation sources set for each plan in a RAS model as a 'note' to be reviewed by the userPrecipHydrographs): reports any precipitation hydrograph boundary conditions set for each plan in a RAS model as a 'note' to be reviewed by the userFlowHydrographs): reports any flow hydrograph boundary conditions set for each plan in a RAS model as a 'note' to be reviewed by the userStageHydrographs): reports any stage hydrograph boundary conditions set for each plan in a RAS model as a 'note' to be reviewed by the userNormalDepths): reports any normal depth boundary conditions set for each plan in a RAS model as a 'note' to be reviewed by the userRatingCurves): reports any rating curve boundary conditions set for each plan in a RAS model as a 'note' to be reviewed by the userInitialConditions): reports any initial conditions set for each plan in a RAS model as a 'note' to be reviewed by the userVolumeError): checks the volume error associated with a given simulation run to ensure it's less than 2% of the total volumeBridgeXsData): checks if the bank stations are set to a valid point station within the cross section and that they are congruent with manning's breaks for the channel