-
Hi:
I wonder do you guys want to integrate [Earthengine]() into geonotebook? Or just keep focus on open source gis software?
I would like to contribute in this part if you guys are interested.
…
-
Several issues here address the problem of loading very large TIF Files like 10-20 GB Files.
I would like to know whether the following approach is valuable in this context:
When I am able load a si…
-
The `ogc-example` project's application [conf](https://github.com/geotrellis/geotrellis-server/blob/develop/ogc-example/src/main/resources/application.conf) includes resources that are not publicly ac…
-
It would be great if GeoTrellis would support Jenks Natural Breaks in addition to Quantile Breaks.
Jenks Natural Breaks "[seeks] to minimize each class’s average deviation from the class mean, while …
-
When I ingested the source geotiff into GeoTrellis using [this code](https://github.com/azavea/civic-apps-etl/blob/0d3da80dc538360b0b51b15bcedcd6c3c2ee9cae/mmw-ingest/src/main/scala/IngestARA.scala) a…
-
The `OSMReader.allGeoms` value is a `DataFrame` that is supposed to contain all of the Geometries from the source file; however, the `geom` column in the schema is of type `Point` instead of type` Geo…
-
There are currently some very good tools for computing breaks and interpolating colors but these facilities are relatively low level and primarily exercised either by rendering via `ColorMap`, which e…
-
I'm using `lt` in a property filter in load_collection, but get:
> Failed to process synchronously on backend vito: OpenEoApiError("[400] PropertyConditionInvalid: Property filtering only supports …
-
Connects: https://github.com/locationtech/geotrellis/issues/2698
The base assumption in Virtual Layer Mosaic is that we're working in RDD context where the work of querying, filtering and reading c…
-
Looking at current render output:
We see that the clipping for waterways has more or less happened (seen in the bottom NoData Cells). However the lake body is not clipped correctly. Driving logic…