Sarah Gammon
Sarah Gammon
### Pull Request Checklist: - [x] This PR addresses an already opened issue (for bug fixes / features) - This PR will help #1255 - [x] Tests for the changes...
### Addressing a Problem? The current documentation for climate indicators (https://xclim.readthedocs.io/en/latest/indicators.html) is very hard to read: lines extend indefinitely, all indicators are on the same page, and details about the...
### Addressing a Problem? [This new article by Hyde and Albarracín](https://www.nature.com/articles/s41598-023-41317-9) in Nature shows that "**each record heat day in a county in 2022 increases perceptions that excessive heat is...
### Addressing a Problem? The social medias are talking lots about wet bulb temperature as a metric for survivability. Might be interesting to add it, and other thermodynamic variables, such...
### Addressing a Problem? When computing dissimilarity metrics, if any of the inputs have NaN values, the dissimilarity is given as NaN. This often doesn't make sense, e.g. if there's...
Please consider adding support for in-memory rasterizing, rasterio supports this with [MemoryFile](https://rasterio.readthedocs.io/en/stable/api/rasterio.io.html#rasterio.io.MemoryFile), which could be written to a BytesIO object for easier cross-compatibility.
**Describe the bug** A clear and concise description of what the bug is. When opening a rasterio-generated geotiff with georaster, I get the wrong ymin and ymax, and likely other...
## Describe the bug POT uses MIT, but has a requirement for CVXOPT, which uses [GPLv3](https://cvxopt.org/copyright.html) (Likely because it uses [GLPK](https://en.wikipedia.org/wiki/GNU_Linear_Programming_Kit)). This means that any upstream code cannot use an...
# Issue Description A clear and concise description of what the bug is. The .vdi image file does not open with VirtualBox (7.0.18_SUSE r16). The output error message I get...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Recently, pygeoapi's pydantic was...