Skip to content

Commit

Permalink
feat: register UsgsObservations plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraney committed Aug 5, 2024
1 parent 160a668 commit 6782184
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/ngen_cal/src/ngen/cal/ngen.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,12 @@ def __init__(self, **kwargs):

def _register_default_ngen_plugins(self):
from .ngen_hooks.ngen_output import TrouteOutput
from .ngen_hooks.observations import UsgsObservations

# t-route outputs
self._plugin_manager.register(TrouteOutput(self.routing_output))
# observations
self._plugin_manager.register(UsgsObservations())

@staticmethod
def _is_legacy_gpkg_hydrofabric(hydrofabric: Path) -> bool:
Expand Down

0 comments on commit 6782184

Please sign in to comment.