sedona
sedona copied to clipboard
A cluster computing framework for processing large-scale geospatial data
How to extract data from GEE to HDFS ## Did you read the Contributor Guide? - Yes, I have read [Contributor Rules](https://sedona.apache.org/community/rule/) and [Contributor Development Guide](https://sedona.apache.org/community/develop/) ## Is this PR...
## Did you read the Contributor Guide? - Yes, I have read [Contributor Rules](https://sedona.apache.org/community/rule/) and [Contributor Development Guide](https://sedona.apache.org/community/develop/) ## Is this PR related to a JIRA ticket? - Yes, the...
## Did you read the Contributor Guide? - Yes, I have read [Contributor Rules](https://sedona.apache.org/community/rule/) and [Contributor Development Guide](https://sedona.apache.org/community/develop/) - No, I haven't read it. ## Is this PR related to...
## Did you read the Contributor Guide? - Yes, I have read [Contributor Rules](https://sedona.apache.org/community/rule/) and [Contributor Development Guide](https://sedona.apache.org/community/develop/) - Yes. ## Is this PR related to a JIRA ticket? -...
## Expected behavior ST_Pixelize returns 0 pixels ## Actual behavior ST_Pixelize throw assertion: Caused by: java.lang.AssertionError: assertion failed at scala.Predef$.assert(Predef.scala:208) at org.apache.spark.sql.sedona_viz.expressions.ST_Pixelize.eval(Pixelize.scala:119) at org.apache.spark.sql.catalyst.expressions.Alias.eval(namedExpressions.scala:160) ## Steps to reproduce the problem...
## Expected behavior drawing 10 x 10 polygon expect 100 pixels ``` +---------------------------------------+--------+-----+------------+--------------+ |geo |size(px)|Is4_4|st_area(geo)|st_length(geo)| +---------------------------------------+--------+-----+------------+--------------+ |POLYGON ((1 1, 11 1, 11 11, 1 11, 1 1))|100 |true |100.0 |40.0...
Is there a way to spatially partition a dataframe and write it out using that partitioning scheme (presumably by converting to/from a spatial rdd)? This is my guess as to...
in sedona-1.5.1 RS_SetBandNoDataValue(raster: Raster, bandIndex: Integer, noDataValue: Double, replace: Boolean) when noDataValue=null , orginal ndv pixels are still ndv , not replaced by null.
modify pom.xml reference to: https://gist.github.com/wnina/5f93187a37b75b0a144b then ,the WARN disappears
## Behavior I'm processing some of the OSM geometries, and encountered an exception for both ST_Difference and ST_SymDifference function. ## Steps to reproduce the problem run this query: ``` spark.sql(...