-
`geotrellis-server` at one point had instrumentation wired up using something built in to http4s. That was removed when geotrellis-server became more abstract, leaving the particular framework to use …
-
Serving of a small sample of ingested tiled rasters with geotrellis-server through a WMS is not working. When launching the WMS and requesting the layer through a viewer, the console displays:
`**ERR…
-
The Sentinel1_GRD layer uses filetype creodias-s1-backscatter:
https://github.com/Open-EO/openeo-geotrellis-kubernetes/blob/master/docker/creo_layercatalog.json#L517
This automatically adds the ba…
-
# Overview
Even though it's claimed in the docs, GPS doesn't support Accumulo or HBase currently because we have removed those dependencies from the backend.
## Background
Originally, the GPS…
-
In context of https://forum.dataspace.copernicus.eu/t/sentinel-3-lst-day-time-images/1237 I was playing with `filter_labels` along time dimension:
```python
import openeo
connection = openeo.con…
-
I tried to build openeo-geotrellis-extensions that has a dependency on openeo-opensearch-client:1.0.0_2.12-SNAPSHOT.
The problem is that that SNAPSHOT jar is also built from unfinished feature bran…
-
GeoTrellis layers can sometimes be ingested with the incorrect cell type. Nevertheless, we'd like to support using them. Similar issues can plague the use of 3rd party GeoTiffs
1. GeoTrellis layers s…
-
_From @vpipkt on March 7, 2018 18:56_
Consider the following
``` bash
$ gdalinfo core/src/test/resources/L8-B4-Elkton-VA.tiff -mm
Driver: GTiff/GeoTIFF
Files: core/src/test/resources/L8-B4-El…
-
https://github.com/meetup/archery
When implementing spatial values, consider R-Tree as its indexing mechanism
Try to look at this project https://github.com/geotrellis/geotrellis to see if it can he…
-
An extension of https://github.com/geotrellis/geotrellis-contrib/issues/70, which just allows removing region restrictions. getByteReader is always using the default S3 client, but it should allow me …