DarcyB
DarcyB
I just did a quick processing of a sentinal-2 landcover dataset (2022). gdal_polygonize, then using grass v.simple (calkins) & v.clean on the resulting dataset to remove the stepping artifacts. (I...
I'm no Java expert but leaving this here for idea tracking purposes: https://github.com/geotools/geotools/blob/main/modules/unsupported/process-raster/src/main/java/org/geotools/process/raster/PolygonExtractionProcess.java
stringer can be resolved by: ```go install golang.org/x/tools/cmd/stringer@latest```
No, So if I: ``` darcy@tegola-01:~/src/github.com/go-spatial/tegola $ go install golang.org/x/tools/cmd/stringer@latest darcy@tegola-01:~/src/github.com/go-spatial/tegola $ go mod tidy darcy@tegola-01:~/src/github.com/go-spatial/tegola $ go mod vendor ``` then try and do a `go generate ...` I...
I'm very much interested in this as well. Please let me know if there is anything I can do to assist.
I tend to use, startup: /health/startup returns 200 once the init/startup-sequence completes. liveness: /health/z returns 200 as long as the app is running readiness: /health/ready returns 200 as long as...
For aspect, my thought would as a start be an array under paint such as: aspect-color: [ [degree, rgba], [degree, rgba], [degree, rgba],...] my though this would be a paint-property...
Once we have supporting code for aspect, then adding [multi-direction](https://pubs.usgs.gov/of/1992/of92-422/of92-422.pdf) lighting support would become fairly trivial. (note that maplibre uses 335 as the default illumination direction vs the 315 in...
There would be no change to the existing functionality with respect to [hillshade-illumination-direction](https://maplibre.org/maplibre-style-spec/layers/#paint-hillshade-hillshade-illumination-direction), but in the event it was specified along with ``paint: {'hillshade-multidirection': true }`` then the offsets used...
you could reach out to @devrimgunduz, the PGDG yum repo maintainer for hints