Skip to content

Commit

Permalink
feat: register UsgsObservations plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraney authored and hellkite500 committed Aug 15, 2024
1 parent d28a49d commit d4847b2
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 @@ -134,9 +134,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 d4847b2

Please sign in to comment.