locationtech / rasterframes

Geospatial Raster support for Spark DataFrames
http://rasterframes.io
Apache License 2.0
246 stars 45 forks source link

Adds rf_spatial_index for generating an XZ2 index from a geometry-like column. #369

Closed metasim closed 5 years ago

metasim commented 5 years ago

Useful for range partitioning in Spark.

Closes #368.