Davíd Brakenhoff
Davíd Brakenhoff
By as far as it is, do you mean what I implemented in this PR thus far?
I'm guessing this one is fixed, given the referenced commit in the previous post. Reopen if that's not the case.
Yea, sorry, I thought I was reading TimML issues... On Wed, 20 Dec 2023 at 18:06, Mark Bakker ***@***.***> wrote: > This has not been done as far as I...
bug: GridIntersect's intersect method may throw IndexError when LineString starts outside model grid
Hi @vincentpost, Thanks for posting this issue and getting to the bottom of the cause :)! I think your suggestion sounds reasonable, but using numpy's `np.isclose` instead. If you want...
bug: GridIntersect's intersect method may throw IndexError when LineString starts outside model grid
@vincentpost, did you ever get around to fixing this :innocent: ?
- [x] Reinstate `if addtomodel:` in LineSinkHoBase and maybe in other Base elements that are part of compound elements - [ ] Make single LineSink call LineSinkString with a single...
I'm all for more pretty plots, and this sounds like useful plot to make. As for the implementation, I would keep it a bit simpler using groupby: ```python obs #...
Worth checking out, and hopefully the servers on the other side won't mind more requests per minute :innocent:
Yes, seems logical to me. And in `io_bro` the code to parse the XML file would then be separated and called in each of the `get_obs_list_from_*` methods? Thanks for picking...
Thanks for the clear overview! I think we should create two routes for getting data from the BRO, one API (internet) route and one local file route. So both `ObsCollection`...