locationtech / rasterframes

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

spark.write.geotiff should make use of geometry columns #428

Open metasim opened 4 years ago

metasim commented 4 years ago

Avoid having to explicitly call st_extent when the area covered by a tile/raster is defined as geometry. Use case is when user converts the extent to a geometry so that the spatial relations work.