Wahid Atoui
Wahid Atoui
Add a new functionality to perform a type 3 scd upsert on a target delta table: 1. Add `type_3_scd_upsert` function. 2. Add unit test for `type_3_scd_upsert` function. 3. Update `README`...
Hi there, in order to track the lineage of TIFF files, I would like to inject extra metadata into the file. I am wondering if it's possible to do that...
Hello, I am working on building a geospatial platform, and one of our use cases is to generate the K nearest neighbours (k=1) between two datasets. I come across Mosaic’s...
Does the SpatialKNN algorithm support using non-point geometries for CandidatesFeatureCol? I am trying to test this use case, but it is not working. I want to confirm whether this issue...
Hi, I’m trying to use **Apache Sedona** in Databricks, alongside the new built-in Databricks spatial SQL functions. Right now, Sedona registers sql **ST** functions like st_distance, st_point ... This causes...