-
"Lossy" may not be the right word, but IMO the `reproject` method on any of the data types should return the same type as it is invoked upon. In this case I think the signature should be:
```scala…
-
Install fails because functions in the zzz.R file are no longer exported from the 'rscala' package. The first failure occurs at rscala::scaleEval in zzz.R, returning:
"Error : .onAttach failed in …
-
(related to https://github.com/Open-EO/openeo-python-client/issues/317 and https://discuss.eodc.eu/t/reduce-dimension-using-count/420)
When explicitly specifying `condition=null` for the `count` ca…
-
## Describe the bug
When I try to create a `RasterSourceRDD` from the `GeoTIFF` provided below with the `GDALRasterSource` driver, [this requirement](https://github.com/locationtech/geotrellis/blo…
-
[Cloud Optimized GeoTiff](http://www.cogeo.org/)s (COGs) are GeoTiffs formatted in such a way that they are optimized to be stored and accessed on the Cloud. Having the ability to read and write `Tile…
-
The way the `properties` argument of `load_collection` is currently passed throughout the application is problematic. Historically it assumes an exact match of a single value ("eq") but that no longer…
-
## Is your feature request related to a problem? Please describe.
Bad performance when computing indexRanges with geotrellis.store.index.zcurve.ZSpaceTimeKeyIndex
## Describe the solution you'd …
-
During the geotrellis-server work I notcied that WMS produces an incorrect metadata for some certain layers:
```scala
val rs = RasterSource("gt+s3://geotrellis-demo/catalog/napl?layer=markham&zoom…
-
This code in `geotrellis.spark.io.accumulo.AccumuloLayerCopier#copy` instantiates but does not throw the wrapped exception, effectively swallowing it. Since `copy` returns `Unit`, the compiler does no…
-
```scala
Pyramid.upLevels(reprojected, tarlayoutScheme,startZoom, endZoom, Bilinear) { (rdd, z) =>
val layerId = LayerId("layer_"+tableName, z)
val tilesWithMetadata: RDD[(Spatial…