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-spark

I am using **3.4** version of **Apache Spark** and **1.7** of **Apache Sedona** within the **Microsoft Fabric environment**. When i create create a map using map = SedonaKepler.create_map(df=groupedresult, name="AirportCount") map...

1. ddl & dml ` create table geo_poi ( id int, geom geometry ); insert into geo_poi values ( 1, ST_GeomFromText('POINT(124.406 39.908)') ), ( 2, ST_GeomFromText('POINT(124.397 39.910)') ), ( 3,...

Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.5.3 to 2.2.3. Release notes Sourced from pandas's releases. Pandas 2.2.3 We are pleased to announce the release of pandas 2.2.3. This release includes some new features,...

dependencies
python
sedona-docker

Bumps [rasterio](https://github.com/rasterio/rasterio) from 1.3.11 to 1.4.3. Release notes Sourced from rasterio's releases. 1.4.3 Version 1.4.3 fixes two major regressions and several other minor bugs. Bug fixes Erroneous masking of 0-valued...

dependencies
python
sedona-docker

Hi I'm trying to setup Sedona to run spatial intersection queries on a multi-file geoparquet 1.1.0 dataset that I've generated with GeoPandas. The total dataset size is approximately 2.5Gb split...

affect public APIs

## 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? (Not yet!) -...

sedona-python

Hello, I am having an error when reading a GeoTiff file and invoking "RS_FromGeoTiff" function. The code: ` val sedona = SedonaContext.create(datioSparkSession.getSparkSession) SedonaVizRegistrator.registerAll(sedona) val filePath = DatioFileSystem.get().qualify("/in/staging/kris/custom/Aqueduct_FL100_2030_RCP45.tif").string() sedona.read .format("binaryFile") .load(filePath)...

Just ran the mypy hook and got a big list of results which so far I am not all sure about. I know that Apache Airflow runs the mypy pre-commit...

python

## Expected behavior Python API docs that are programatically generated. ## Actual behavior There is a Python API, but the docs don't have the programatic Python API documented yet. Here's...

docs