Jia Yu
Jia Yu
@desruisseaux For the testing purpose, I think even a SNAPSHOT Java 8 release of Apache SIS is good enough. We can use that to confirm the integration between SIS and...
Please make sure you correctly package your code to a fat jar. If you use Maven, please use maven shaded plugin. If you use sbt, please use sbt assembly plugin....
@chitra-psg There is no direct way to fix this if you use Databricks. Sedona's in-memory raster computation engine is not intended to load large GeoTiff in-memory. It is designed to...
@vbmacher Unfortunately, a spatial partitioned RDD cannot be saved and loaded back because it will lead to wrong results. See the explanation here: https://sedona.apache.org/1.5.1/tutorial/rdd/#save-an-spatialrdd-spatialpartitioned-wo-indexed
@gregleleu Any suggestion?
In the future, GeoParquet should really support mixed geometry types in the same column. Sedona community will propose some solutions soon. For example, in the lates release of Overture Maps...
@raphaelnz Can you elaborate more on what kind of preprocessing you want to perform on H3? Build spatiotemporal tensors on H3 hexagons? The preprocessing module is built upon Sedona which...
@hongbo-miao were you able to make Sedona work in Glue? I did try it before but wasn't able to do it...
A preview of the Glue doc is here: https://sedona.apache.org/latest-snapshot/setup/glue/ Closing the issue now
@MyqueWooMiddo Unfortunately, the spheroid distance lib used in Sedona only works for points. It does not take non-point objects as input.