Rob Emanuele
Rob Emanuele
After the discussion, I think if we architect a solution and it ends up being a parallel API (and therefore not API breaking), _and_ it would provide clear value to...
To clarify my thinking on this: If partitions of geometries are not spatially partitioned, then the extent of any one partition is likely to be a large percentage of the...
Moving to 2.0; ClipToGrid gives partial functionality in the 1.2 release
Here is the BreakMap bytecode, where there seems to be boxing: ``` Compiled from "BreakMap.scala" public class geotrellis.raster.render.BreakMap implements scala.Function1, scala.Serializable { public final geotrellis.raster.render.MapStrategy strategy; public final scala.Function1 noDataCheck;...
Here are some benchmarks that can help with optimization: https://github.com/geotrellis/geotrellis-benchmark/blob/43066060f18f41c6fdc902b54f25c149c9bad691/geotrellis/src/test/scala/geotrellis/raster/render/Render.scala#L49
@echeipesh you had brought this idea up earlier; feel free to add additional notes.
This might just require adding a `query` method to our SlippyTileReader set.
```python ### Examples of what we'd want to do in python import cv2 ## TODO: Look into scipy ndimage ## http://www.scipy-lectures.org/advanced/image_processing/ bucket, prefix = "s3bucket", "some/key/prefix" # catalog = S3LayerCatalog(bucket,...
This would require the corresponding `get_data_func` from geopyspark in situations where appropriate, to make it easy for users to start up the server, and pass it in as a TMSData...
@francbartoli is the thought that STAC catalog providers would be their own provider architecture (i.e. separate from dataproviders), or that STAC would be a quality of existing data providers? If...