Jesse Anderson

Results 17 comments of Jesse Anderson

I think this issue is that there are two signatures for `generate_perlin_terrain` and pybind11 doesn't know which one to use. The second was added in this commit: https://github.com/r-barnes/richdem/commit/c8fd849fc07edfb264d2b3d2fb49efba44f729bd https://github.com/r-barnes/richdem/blob/c8fd849fc07edfb264d2b3d2fb49efba44f729bd/include/richdem/terrain_generation.hpp#L5-L10 I...

This issue began with pyTMD version 2.1.1, version 2.1.0 still works.

Ok, I noticed some of the recent updates to pyTMD and I'm just trying to stay on top of them. (The addition of the crop functionality helped speed things up...

My naive fix might be to change https://github.com/gadomski/antimeridian/blob/e81d20365b7dd828a7c556dcfcd4cd4fd917def3/src/antimeridian/_implementation.py#L792 to ```python return [max(xmins), ymin, max([xmax for xmax in xmaxs if xmax < 0]), ymax] ```

I agree. Absent being addressed in a standards doc, there is no always-right answer.

Do you see the shapes on the other side (at about -19, -179.85)? That was why I considered the dataset to be crossing. My naive thought was that two bounding...