sedona
sedona copied to clipboard
A cluster computing framework for processing large-scale geospatial data
## Expected behavior When I call "GeometryType(geom)" to my table, it triggered a java.lang.NullPointerException exception. But "ST_GeometryType(geom)" works as expected. It just crashed, so I couldn't find out which row...
Hello, I wondered if the implementation of a snapping function such as ST_Snap (https://postgis.net/docs/ST_Snap.html) was in the plans for Sedona? This would be a very useful addition for creating coherent...
when I resample a source raster(30'' a pixel , int type , 625*625 ) to a dest raster (in XYZ tile system z=14, int type, 64K*64K), then I will persist...
## Expected behavior Maybe this is possible somehow, but I haven't find this anywhere. I'm relatively new to Sedona and Geo-processing. I'd like to see a possibility to save and...
It's unclear where to import SedonaUtils from since the import statement is not shown. Searching the documentation for `SedonaUtils` only reveals this page https://sedona.apache.org/1.5.1/api/sql/Raster-visualizer/?h=sedonauti#rs_asimage Ideally that page would show an...
Ibis is a popular project that provides Pandas-like API for backend compute engines and databases. People from the Ibis community is interested in adding backend support for Apache Sedona: https://github.com/ibis-project/ibis/issues/7999...
This is a general question for support in Sedona Apache of 3D geodata. - Is there any? - Could it be used for 3D data/shapes (CityGML, Collada, KML, BIM file...
## Expected behavior Expecting tif files of all size to be readable sample_raster = sedona.read.format("binaryFile").load(vFilePath)\ .withColumn("raster", expr("RS_FromGeoTiff(content)")) sample_raster .createOrReplaceTempView("sample_raster") ## Actual behavior Error while reading file dbfs:/mnt/XYZ/sample.tif. Caused by: SparkException:...
H3 functions missing methods on Databricks: `java.lang.NoSuchMethodError: com.uber.h3core.H3Core...`
## Expected behavior When following the install information to use Sedona with Databricks. When using `ST_H3CellIDs` I expect to get the H3 indices of the given polygon. As example I...