-
Setting the starting location doesn't appear to work at https://transit.geotrellis.io/travelshed.html.
The console displays the error message: `Google Maps API warning: NoApiKeys https://developers…
-
Suspicion is this is caused by a NoData tile, or a tile where all the values are zero.
```
org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 9.0 failed 4 times, most…
-
I am trying to ingest a batch of large tiff images. And my spark cluster doesn't have a lot of memory and resources. So I tried to ingest images in multiple batches
I plan to generate a pyramid of …
-
If we follow the following example:
https://github.com/locationtech/geotrellis/blob/1.0/docs/raster/S3Streaming.md#how-to-use-this-feature
Compile Error
Message: :28: error: object S3BytesStreame…
-
Cover the newly renamed `toLayer` method, and relationship to GeoTrellis Layers.
-
`geotrellis-contrib` and `geotrellis-gdal` are two libraries that will become more used and depended upon in the future. Therefore, we should ensure that our users will be able to use these two resour…
-
PR https://github.com/locationtech/geotrellis/pull/3102 addresses `Tiled` `BitGeoTiffs` support, and allows to read such tiles, convert, transform, and to perform all operations with `Tiled` `BitGeoTi…
-
class Pyramid: https://github.com/locationtech-labs/geopyspark/blob/master/geopyspark/geotrellis/layer.py#L1083
-
Add a Raster section that provides brief how-tos for each of these topics:
- [ ] Terminology including CellType/CellSize/NoData, Tile, Raster definitions in GT context
- [ ] Rendering: ColorMap, Col…
-
Tried the [COG example](https://github.com/locationtech/geotrellis/blob/master/doc-examples/src/main/scala/geotrellis/doc/examples/spark/COGSparkExamples.scala) with a data in WGS84 crs.
```
Tile La…