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

## Expected behavior ## Actual behavior Sedona Flink works fine in my local IDE, but when I try to deploy it to a distributed cluster, I get a "function not...

## Expected behavior I can access Geometry colmn via JDBC / beeline consistent with Spark-shell , it prints it's WKT automatically. ## Actual behavior When I execute "select st_point(111,22) "...

I want a function , which to move a point in a given direction and given distance in meter unit just like : https://postgis.net/docs/en/ST_Project.html when I deal it with srid...

Hi do you have instructions for installing Sedona for R use on AWS EMR?

## Expected behavior we can use sedona's GIS function to generate geometry type then df.write.format("geoparquet").saveAsTable(xxx) or spark.sql("create table xx as ") then we can print actual schema both in spark...

I'm proposing a new feature to get the adjacent gh of a given one. It's already implemented in many libs, starting from [getAdjacent](http://home.apache.org/~rmuir/es-coverage/combined/org.elasticsearch.common.geo/GeoHashUtils.java.html)

## Expected behavior ## Actual behavior ## Steps to reproduce the problem ## Settings Sedona version = ? Apache Spark version = ? Apache Flink version = ? API type...

## Expected behavior Geotiff can read without "java.lang.RuntimeException: javax.imageio.IIOException: 64-bit samples are not supported for Horizontal differencing Predictor". ## Actual behavior I receive for certain geotiff files "java.lang.RuntimeException: javax.imageio.IIOException: 64-bit...

## Expected behavior Support spatialJoin when the join clause contains unequal conditions ## Actual behavior When there are spatial relationship conditions and non equivalence conditions in the join clause, spatialjoin...

## Expected behavior During dynamic join queries on commutative conditions, the local index is built on whichever side is smaller, and the other side is streamed against it. This likely...