sedona
sedona copied to clipboard
A cluster computing framework for processing large-scale geospatial data
## 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...
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...
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....
## 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: -...
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...
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/  There are also some broken links found through the following commands: ```bash cargo install lychee export PATH="$HOME/.cargo/bin:$PATH"...