-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
113 additions
and
96 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,90 +1,90 @@ | ||
class ProjectionNotFoundError(Exception): | ||
pass | ||
class ProjectionNotFoundError(Exception): # noqa: D100 | ||
"""TODO.""" | ||
|
||
|
||
class NoDefaultEPSGError(Exception): | ||
pass | ||
"""TODO.""" | ||
|
||
|
||
class ModelNotFoundError(Exception): | ||
pass | ||
"""TODO.""" | ||
|
||
|
||
class NotGeoreferencedError(Exception): | ||
pass | ||
"""TODO.""" | ||
|
||
|
||
class CouldNotIdentifyPrimaryPlanError(Exception): | ||
pass | ||
"""TODO.""" | ||
|
||
|
||
class NoFlowFileSpecifiedError(Exception): | ||
pass | ||
"""TODO.""" | ||
|
||
|
||
class NoGeometryFileSpecifiedError(Exception): | ||
pass | ||
"""TODO.""" | ||
|
||
|
||
class NotAPrjFile(Exception): | ||
pass | ||
"""TODO.""" | ||
|
||
|
||
class NoCRSInferredError(Exception): | ||
pass | ||
"""TODO.""" | ||
|
||
|
||
class UnkownCRSUnitsError(Exception): | ||
pass | ||
"""TODO.""" | ||
|
||
|
||
class HECRASVersionNotInstalledError(Exception): | ||
pass | ||
"""TODO.""" | ||
|
||
|
||
class NoRiverLayerError(Exception): | ||
pass | ||
"""TODO.""" | ||
|
||
|
||
class NoCrossSectionLayerError(Exception): | ||
pass | ||
"""TODO.""" | ||
|
||
|
||
class FlowTitleAlreadyExistsError(Exception): | ||
pass | ||
"""TODO.""" | ||
|
||
|
||
class PlanTitleAlreadyExistsError(Exception): | ||
pass | ||
"""TODO.""" | ||
|
||
|
||
class CouldNotFindAnyPlansError(Exception): | ||
pass | ||
"""TODO.""" | ||
|
||
|
||
class ToManyPlansError(Exception): | ||
pass | ||
"""TODO.""" | ||
|
||
|
||
class RASComputeTimeoutError(Exception): | ||
"""Raised on timeout of API call to Compute_CurrentPlan.""" | ||
|
||
|
||
class RASComputeError(Exception): | ||
"""Raised when *.pNN.computeMsgs.txt indicates error""" | ||
"""Raised when *.pNN.computeMsgs.txt indicates error.""" | ||
|
||
|
||
class RASComputeMeshError(Exception): | ||
"""Raised when *.pNN.computeMsgs.txt indicates mesh-specific error""" | ||
"""Raised when *.pNN.computeMsgs.txt indicates mesh-specific error.""" | ||
|
||
|
||
class RASGeometryError(Exception): | ||
"""Raised when *.pNN.computeMsgs.txt indicates geometry-specific error""" | ||
"""Raised when *.pNN.computeMsgs.txt indicates geometry-specific error.""" | ||
|
||
|
||
class RASStoreAllMapsError(Exception): | ||
"""Raised when *.pNN.computeMsgs.txt indicates StoreAllMaps error (related to RAS Mapper postprocessing)""" | ||
"""Raised when *.pNN.computeMsgs.txt indicates StoreAllMaps error (related to RAS Mapper postprocessing).""" | ||
|
||
|
||
class DepthGridNotFoundError(Exception): | ||
"""Raised when a depth grid is not found when clipping raw RAS output""" | ||
"""Raised when a depth grid is not found when clipping raw RAS output.""" |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.