-
To wit:
```scala
scala> import geotrellis.proj4._
scala> import geotrellis.raster._
scala> import geotrellis.spark.tiling._
scala> val foo = ProjectedRaster(ByteConstantTile(1, 1, 1), LatLng.…
-
Dear All,
I have written a scala function to read "geotrellis catalog" data using rasterframe firstly, then do unsupervised machine learning with geotrellis. After that, the result of classif…
-
A possible solution to https://github.com/geotrellis/gdal-warp-bindings/issues/73 is to load the library at runtime rather than linking directly to it.
-
Use simple spark batch job script:
https://github.com/Open-EO/openeo-geopyspark-driver/blob/master/openeogeotrellis/deploy/submit_batch_job.sh
Vito has docker images available with all dependenc…
-
A typical GPS workflow might start like this:
```python
pats = ["s3://bucket/one.tiff"]
raster_layer = gps.RasterLayer.from_numpy_rdd(gps.LayerType.SPATIAL, gps.rasterio.get(paths))
tiled_layer = …
-
OpenEO capabilities e.g. https://openeo.vito.be/openeo/ includes a section with our components + their version:
```json
"_backend_deploy_metadata": {
"date": "2024-03-28T08:12:26Z",
"version…
-
My environment:
Windows10,
GDAL 2.4.4, released 2020/01/08
geotrellis version 3.3.0
When I used the relative path and the tif file was downloaded from the Google earth engine
code:
```scala
v…
-
Tests in `RasterFrameSpec` and `ExplodeSpec` show this.
-
When adding color_table to create_job:
create_job(title=title,description=description,out_format='GTiff',job_options=job_options,color_table = color_table,overview_method="mode")
The job fails wit…
-
See stacktrace below:
```
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/mnt1/yarn/usercache/hadoop/filecache/394/__spark_libs__1124759547209851348.zip/slf…