sedona icon indicating copy to clipboard operation
sedona copied to clipboard

A cluster computing framework for processing large-scale geospatial data

Results 196 sedona issues
Sort by recently updated
recently updated
newest added

## Did you read the Contributor Guide? - Yes, I have read the [Contributor Rules](https://sedona.apache.org/latest/community/rule/) and [Contributor Development Guide](https://sedona.apache.org/latest/community/develop/) ## Is this PR related to a ticket? - Yes, and...

sedona-python

Currently, the GeoDatafram simply selected the first geometry column it finds. ``` first_col = self.get_first_geometry_column() ``` However Geopandas actually allows multiple geometry columns and the developer can select which one...

…coder/decoder ## Did you read the Contributor Guide? - Yes, I have read the [Contributor Rules](https://sedona.apache.org/latest/community/rule/) and [Contributor Development Guide](https://sedona.apache.org/latest/community/develop/) - No, I haven't read it. ## Is this PR...

sedona-common

This will be an umbrella issue I use to track progress. I'll update it over time adding new issues as I plan and implement them The plan is to 1....

affect public APIs
sedona-python
python

## Did you read the Contributor Guide? - Yes, I have read the [Contributor Rules](https://sedona.apache.org/latest/community/rule/) and [Contributor Development Guide](https://sedona.apache.org/latest/community/develop/) ## Is this PR related to a ticket? - No: -...

docs
root

Hi team, First of all, thank you for the great work on Sedona! I am currently attempting to replace some legacy rasterstats scripts with a Sedona based SQL approach. However,...

## Did you read the Contributor Guide? - Yes, I have read the [Contributor Rules](https://sedona.apache.org/latest/community/rule/) and [Contributor Development Guide](https://sedona.apache.org/latest/community/develop/) ## Is this PR related to a ticket? - Yes, #1977...

github-actions
root

Implement GeoSeries test skeleton. The goal here is to fully flush out the common testing code we will use for testing GeoSeries methods. Once we have this merged in, I...

## PR links 1. **Point, PolyLine, Polygon implementation** https://github.com/apache/sedona/pull/1992 *** (This version of implementation is a mimic of original C++ from https://github.com/paleolimbot/s2geography, future optimization may be required) The **S2Geography** framework...

There is a typo on this page. `user` should be `use` https://sedona.apache.org/1.5.0/setup/install-scala/ ![Image](https://github.com/user-attachments/assets/f5140c5a-49d3-4bc9-a300-ec66396fa330) There are also some broken links found through the following commands: ```bash cargo install lychee export PATH="$HOME/.cargo/bin:$PATH"...