From fd39b8cf4bfb53496a6fd91d333d0192321de218 Mon Sep 17 00:00:00 2001 From: OnnoEbbens Date: Mon, 23 Sep 2024 15:52:00 +0200 Subject: [PATCH] reduce maximum size of bro extent --- nlmod/read/bro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nlmod/read/bro.py b/nlmod/read/bro.py index 408f955d..34f54ea0 100644 --- a/nlmod/read/bro.py +++ b/nlmod/read/bro.py @@ -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