James Willis
James Willis
Loading data from S3 is a common use case today. With loaders.gl it is simple enough to perform this task against public data as it is easy to provide an...
I have the an invalid polygon with a bowtie in it. when I call buffer(0) on it I am returned a MultiPolygon when I was expecting a Polygon. Is this...
# Voronoi results incorrect in jts 1.20.0 The Voronoi diagram results are incorrect in JTS 1.20.0. It seems the results are not correctly clipped to the clip envelope. The following...
A user of Apache Sedona reported an [issue](https://github.com/apache/sedona/issues/1612) where computing the intersection of a valid multipolygon and a valid polygon throws a "found non-noded intersection" Topology Exception. I have reproduced...
In some cases `uname -m` returns `aarch64` rather than `arm64` for arm CPUs. This PR should let libpostal build correctly in those cases. PR is based on this one for...
## Expected behavior In the [RDD Distance Join Docs](https://sedona.apache.org/latest/tutorial/rdd/?h=rdd#write-a-distance-join-query) There is a link for the output format in the text "The output format of the distance join query is [here](https://sedona.apache.org/latest/tutorial/rdd/?h=rdd#output-format-2)."...
### Feature description I want to be able to read and write sharded Zarr v3 files with GDAL. Being able to write shards is critical when using smaller chunks as...
Morans I currently is not integrated with the SQL. Lets add ST_Morans_I. See this comment for details:https://github.com/apache/sedona/pull/1975#issuecomment-2960044419
I don't think the stats functions are compatible with spark connect today. I tried this in spark 3.5: ``` (python) ➜ python git:(graphframes-0.9.0) ✗ export SPARK_REMOTE=local (python) ➜ python git:(graphframes-0.9.0)...
Can you add a License to the code in this repo? I want to use this code but want to know the license first.