Jia Yu
Jia Yu
## Did you read the Contributor Guide? - Yes, I have read [Contributor Rules](https://sedona.apache.org/community/rule/) and [Contributor Development Guide](https://sedona.apache.org/community/develop/) ## Is this PR related to a JIRA ticket? - Yes, the...
Hello GeoSpark R community, Anyone in the community interested in updating the code in this repo and push it to Apache Sedona main repo? Currently, this R package is only...
Ibis is a popular project that provides Pandas-like API for backend compute engines and databases. People from the Ibis community is interested in adding backend support for Apache Sedona: https://github.com/ibis-project/ibis/issues/7999...
Can you please add a link like this one from Sedona to the README and website? Therefore, the users can try GeoTorchAI immediately.
## Did you read the Contributor Guide? - Yes, I have read the [Contributor Rules](https://sedona.apache.org/latest-snapshot/community/rule/) and [Contributor Development Guide](https://sedona.apache.org/latest-snapshot/community/develop/) ## Is this PR related to a JIRA ticket? - No:...
## Background Several engines including Spark/Sedona and Presto explicitly mention the calculations on geometries are done via Cartesian mathematics. It would be good if we add clarification to the Iceberg...
Projjson format has been adopted into Parquet and Iceberg standard. Is there a way to support it via proj4j? I think this is the command used in pyproj for it:...
According to Flink FLIP 265 (https://cwiki.apache.org/confluence/display/FLINK/FLIP-265+Deprecate+and+remove+Scala+API+support), the Flink community has decided to drop Scala API. Flink now also offers pure [Java dependencies](https://nightlies.apache.org/flink/flink-docs-release-1.18/docs/dev/configuration/overview/). It is time to remove them from Sedona.
### Rationale for this change Sync the recent Iceberg spec change to Parquet: https://github.com/apache/iceberg/pull/14250 Geometry type calculation should always be cartesian. A reader / writer should be able to read...
As detailed in this issue https://github.com/opengeospatial/geoparquet/issues/262 , we now have the projjson definition live on https://spatialreference.org/projjson_index.json. I think it is a good idea to update the Parquet Raster section since...