locationtech / rasterframes

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

Ability to write RasterFrame tile columns directly as raster files. #571

Closed metasim closed 2 years ago

metasim commented 2 years ago

Provides support for writing each row of tiles as a single or multiband tile, as GeoTIFF or PNG, with or without a CSV catalog. Output path is configurable via specified column.

TODO: