Daniel Shapero
Daniel Shapero
Version 7+ of [pygmsh](https://pypi.org/project/pygmsh/) has built-in support for local mesh refinement, among other shiny new things. I pinned icepack to use version 6 or less in order to avoid breaking...
Near as I can tell, trying to generate a mesh from a polygon that has a hole in the middle of it doesn't work properly; there are triangles inside the...
[This paper](http://michael.steindorfer.name/publications/oopsla15.pdf) demonstrates ways to optimize HAMTs, apparently with some sizable performance gains. I should implement this and benchmark it against the current code.
I tried using rio-pansharpen from the command line recently and ran into an error because the `Window` class no longer supports indexing. I think that class was changed from rasterio-0.36...