-
I'm using GeoTiffLayerReader to read tiles from unstructured COGs like this:
```
val attributeStore = FileIMGeoTiffAttributeStore("test", new URI(uri))
val reader = new FileGeoTiffLayerReader(attri…
-
In https://github.com/geotrellis/geotrellis-pointcloud/issues/54 we're talking about using the PDAL provided no-cull option to "correctly" generate TINs in regions where the bounding box is inside the…
-
## Current situation
When I to read Geotrellis catalog with an `s3a://` URI using `spark.read.geotrellisCatalog`,
I get the following error:
https://gist.github.com/jdenisgiguere/61161a1bd9636ec9…
-
At the bottom of a bunch of dependency conflicts in typelevel-land in geotrellis-server and Raster Foundry is `maml-jvm`, which depends on circe 0.9.1 and cats-effect pre-1.0
-
I attempted to reproject a TileLayerRDD[SpatialKey] with an extent that crosses the antimeridian because it contains tiled raster data for Fiji, whose extent also crosses the antimeridian.
Stacktr…
-
The following code:
```
import openeo
c = openeo.connect("openeo.vito.be").authenticate_oidc()
# Load the collection
temp = c.load_collection(
"AGERA5",
temporal_extent=["2018-08-30", "…
-
-
At first, I used GT 2.1.0, and the files could not be ingested RDD
Now it is replaced with the GT 2.3.1.
But it failed
In both versions, the error message is the same.
The following is the error l…
-
### An error occurred while using Etl from Geotrellis to build a pyramid model for raster data in hdfs and store it in the accumulo database
> I am using `geotrellis2.1.0`,`Scala2.11.7`,`hadoop2.7.…
-
## Describe the bug
It seems not possible to write a band name to geotiff metadata that is compatible with GDAL.
Geotrellis writes this:
```
B02
```
While GDAL would like to also see…