jpolchlo
jpolchlo
This Obsidian plugin is great, but you might be a victim of your own success, because now I want to do more! ;) There is a plugin at https://github.com/emn178/chartjs-plugin-labels which...
Hi, thanks for your plugin; it's a nice view and avoids me having to browse through the long list of daily notes. There is a small feature that would be...
GeoNotebook works using Rasterio 0.36.0, but when attempting to use with Rasterio 1.0a7, we observe an opaque error message of `Warning 1: GeoTransform node does not have expected six values`...
While working on the https://github.com/geotrellis/geotrellis-server project, it became clear that the coverage of useful information by our metadata is somewhat light. Notably, there is no way of knowing which bands...
In #2438, we introduced a mode to rasterize lines without snapping endpoints to the pixel centers. This mode should be made more accessible.
While developing #2432, it was quickly realized that a Tobler friction surface is useless if we cannot account for direction of travel. It is, of course, easier to walk downhill...
An issue arose while developing #2432: the `slope` focal op always returns a positive value, irrespective of direction of travel. This is problematic for operations that differentiate between "uphill" and...
While running an ingest of the 2016 Cropland Data Layer (CDL) from the National Agricultural Statistics Service, it was observed that the layer more than doubled in (pixel) width and...
`ag spray` reports the following: ``` docs/guide/extending-geotrellis.rst 64: import spray.json._ 203:1. Write a standard ``spray.json.JsonFormat`` for it 238: import spray.json._ docs/guide/spark.rst 219:the stored value or a ``spray.json.DeserializationException`` if the docs/guide/core-concepts.rst...
After a brief interaction with the [OverviewStrategy](https://github.com/locationtech/geotrellis/blob/master/raster/src/main/scala/geotrellis/raster/io/geotiff/OverviewStrategy.scala) "interface", it appears to me that there are significant shortcomings with this feature. 1. This is not an extensible system for resolution selection....