Eugene Cheipesh
Eugene Cheipesh
There is probably a whole set of issues berried here. This walks down the line of looking at https://github.com/locationtech/spatial4j integration or perhaps another method from PROJ upstream I'm not aware...
While the tension between batch and async use-cases exist I don't think we can realistically dump one vs the other. Using batch process to transform and index data such that...
Removing this from the 2.0 release after a couple of conversations on the team, there are couple of decisions that need to be made here that are likely to require...
We discussed this issue at length and the consensus is that this would make good improvement. The main consequence of changing `OverviewStrategy` to be extensible is that it will no...
Some validation would certainly be useful. What failure cases have you seen that prompted this issue?
It seemed like there needs to be a bunch of code handling the actual query but the different backends can be abstracted out by `URI => T` parameter. This is...
Placing the attributes in the layer folder would simplify the data management a lot. We should keep already existing layers readable, which will be a little tricky.
Translating it to my brain: there are rasters whose pixel grid is rotated/skewed with respect to the the map axis. The mechanical problem is that `RasterExtent` doesn't model that kind...
@echeipesh do you think it'd be worth refactoring the geotrellis-contrib code so that it can work on a generic K? Yes, that's one of the next steps in that project...
I was pointed to a similar idea implemented in GeoMesa Parquet Filesystem DataStore. Code links: [Parquet Writer Test](https://github.com/locationtech/geomesa/blob/main/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/scala/org/locationtech/geomesa/parquet/ParquetReadWriteTest.scala) and [WriteSupport](https://github.com/locationtech/geomesa/blob/main/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/parquet/io/SimpleFeatureWriteSupport.scala) cc: @jnh5y @elahrvivaz Writing MultiPolygon produces following schema: ``` ❯...