Skip to content

Commit

Permalink
reduce maximum size of bro extent
Browse files Browse the repository at this point in the history
  • Loading branch information
OnnoEbbens authored Sep 23, 2024
1 parent 2038230 commit fd39b8c
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 @@ -166,7 +166,7 @@ def get_bro(


@cache.cache_pickle
def get_bro_metadata(extent, max_dx=20000, max_dy=20000):
def get_bro_metadata(extent, max_dx=10000, max_dy=10000):
"""Wrapper around hpd.read_bro that deals with large extents and only returns
metadata (location, tube top/bot, ground level, ..) of the wells and no actual
measurements. This is useful when the extent is too big to obtain all measurements
Expand Down

0 comments on commit fd39b8c

Please sign in to comment.