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

https://github.com/apache/sedona/blob/master/.pre-commit-config.yaml Having names and descriptions also helps with documenting the hooks and for quick reference. We have names and descriptions on some hooks so we should be consistent and add...

good first issue

https://github.com/Lucas-C/pre-commit-hooks See the existing pre-commit config for similar insert license hooks for other file types. Needs to work with the existing shebangs on the first lines of the shell files....

help wanted
good first issue

https://github.com/Lucas-C/pre-commit-hooks See the existing pre-commit config for similar `insert license` hooks for other file types.

good first issue

## Did you read the Contributor Guide? - Yes ## Is this PR related to a ticket? SEDONA-738 ## What changes were proposed in this PR? MoranI index ## How...

sedona-python
docs
sedona-spark

In Sedona, we get an empty point back for a scalar envelope and an arbitrary polygon back for empty aggregate envelope: ```python from sedona.spark import * config = SedonaContext.builder().getOrCreate() sedona...

bug
behavior change

We don't have any docs on how to read Iceberg tables into Sedona. The Iceberg can be hosted anywhere, either in the Glue catalog or the Unity catalog. Things to...

docs

"zizmor is a static analysis tool for GitHub Actions. It can find many common security issues in typical GitHub Actions CI/CD setups" https://docs.zizmor.sh/ https://github.com/zizmorcore/zizmor https://github.com/zizmorcore/zizmor-pre-commit

github-actions

1. create three type geospatial tables firstly - 'test' table using parquet `create table test (h3 int, geom geometry) using parquet;` - 'geo_test' table using geoparquet `create table geo_test (h3...

Is there a way to rasterize a geometry as terra::rasterize()? https://rdrr.io/cran/terra/man/rasterize.html I tried with RS_AsRaster, however it won't work.

I encountered a runtime failure when using RS_FromNetCDF(content, 'v') on a valid NetCDF4 file stored in S3. The error is: ```Exception occurred while evaluating expression RS_FromNetCDF - inputs: [[B@xxxx, v],...