approx_count | Find the approximate total number of records within a Spatial RDD. |
as.spark.dataframe | Import data from a spatial RDD into a Spark Dataframe. |
crs_transform | Perform a CRS transformation. |
minimum_bounding_box | Find the minimal bounding box of a geometry. |
new_bounding_box | Construct a bounding box object. |
sdf_register.spatial_rdd | Import data from a spatial RDD into a Spark Dataframe. |
sedona_apply_spatial_partitioner | Apply a spatial partitioner to a Sedona spatial RDD. |
sedona_build_index | Build an index on a Sedona spatial RDD. |
sedona_knn_query | Query the k nearest spatial objects. |
sedona_range_query | Execute a range query. |
sedona_read_dsv_to_typed_rdd | Create a typed SpatialRDD from a delimiter-separated values data source. |
sedona_read_geojson | Read geospatial data into a Spatial RDD |
sedona_read_geojson_to_typed_rdd | (Deprecated) Create a typed SpatialRDD from a shapefile or geojson data source. |
sedona_read_shapefile | Read geospatial data into a Spatial RDD |
sedona_read_shapefile_to_typed_rdd | (Deprecated) Create a typed SpatialRDD from a shapefile or geojson data source. |
sedona_read_wkb | Read geospatial data into a Spatial RDD |
sedona_read_wkt | Read geospatial data into a Spatial RDD |
sedona_render_choropleth_map | Visualize a Sedona spatial RDD using a choropleth map. |
sedona_render_heatmap | Visualize a Sedona spatial RDD using a heatmap. |
sedona_render_scatter_plot | Visualize a Sedona spatial RDD using a scatter plot. |
sedona_save_spatial_rdd | Save a Spark dataframe containing exactly 1 spatial column into a file. |
sedona_spatial_join | Perform a spatial join operation on two Sedona spatial RDDs. |
sedona_spatial_join_count_by_key | Perform a spatial count-by-key operation based on two Sedona spatial RDDs. |
sedona_write_geojson | Write SpatialRDD into a file. |
sedona_write_wkb | Write SpatialRDD into a file. |
sedona_write_wkt | Write SpatialRDD into a file. |
spark_read_geojson | Read geospatial data into a Spark DataFrame. |
spark_read_geoparquet | Read geospatial data into a Spark DataFrame. |
spark_read_shapefile | Read geospatial data into a Spark DataFrame. |
spark_write_geojson | Write geospatial data from a Spark DataFrame. |
spark_write_geoparquet | Write geospatial data from a Spark DataFrame. |
spark_write_raster | Write geospatial data from a Spark DataFrame. |
to_spatial_rdd | Export a Spark SQL query with a spatial column into a Sedona spatial RDD. |