Joeri van Engelen

Results 15 issues of Joeri van Engelen

Hi, Thanks for making this very useful package. I was trying to read the output generated with: `python -X importtime import_numpy.py 2> import_numpy.log` I'm working on a Windows machine, and...

For the original paper, see [Khare et al. 2015](https://www.sciencedirect.com/science/article/pii/S1364815214003399) _A multi-criteria trajectory-based parameter sampling strategy for the screening method of elementary effects_ I thought I'll leave it as a pull...

Hi, We encountered an issue in the UGRID reader when the time coordinates are encoded as integers instead of doubles. It seems like the UGRID reader expects time to be...

bug

If I'm not mistaken: up to now, documentation was not a priority in the development of XMI. Right now, I'm missing a few chunks of information that are required by...

``xarray`` is going to change behavior for its ``.dims`` attribute. ``.sizes`` should be called instead for similar behavior. Currently, it is unclear when this behavior will be altered, except in...

A feature I often use in xarray to construct a dataset is by merging a dictionary of DataArrays. (Note that the dictionary needs to be in a list, to allow...

[We've got a user running into this issue](https://gitlab.com/deltares/imod/imod-python/-/issues/531). _When trying to regrid an structured grid to an unstructured one, the values are flipped on the y axis._ _Original code:_ ``regridder...

It appeared that a ``_FillValue`` != -1 can result into problems, which we now miss in our test bench. For example, this fix was required: https://github.com/Deltares/xugrid/pull/114 I quite often see...

In the iMOD Python test bench, I noticed that changing the method "mode" to "median" of one specific variable (idomain), caused the tests to take more than 1 hour instead...

I have added some extra tests in https://github.com/Deltares/xugrid/pull/263 for ``snap_to_grid`` and found some edge cases: Lines in series: ```python line_x = [2.2, 2.2] line_y1 = [82.0, 60.0] line_y2 = [60.0,...