Skip to content

Commit

Permalink
update to changes in hydropandas
Browse files Browse the repository at this point in the history
  • Loading branch information
OnnoEbbens committed Sep 6, 2024
1 parent 08f6921 commit 329d9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nlmod/read/bro.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def get_bro_metadata(extent, max_dx=20000, max_dy=20000):
else:
oc = hpd.read_bro(extent, only_metadata=True, name="BRO", ignore_max_obs=True)

oc.add_meta_to_df("gld_ids")
oc = oc.add_meta_to_df("gld_ids")

if oc.empty:
logger.warning("no observation wells within extent")
Expand Down

0 comments on commit 329d9c2

Please sign in to comment.