geopyspark icon indicating copy to clipboard operation
geopyspark copied to clipboard

More Control Over the GeoTiff Saved in saved_stitch

Open jbouffard opened this issue 7 years ago • 0 comments

The save_stitched method currently saves the GeoTiff with the default settings https://github.com/locationtech-labs/geopyspark/blob/master/geopyspark-backend/geotrellis/src/main/scala/geopyspark/geotrellis/SpatialTiledRasterLayer.scala#L218

It'd be nice to have more control over the GeoTiff that is saved. This could be done using similar parameters used in to_geotiff_rdd. https://github.com/locationtech-labs/geopyspark/blob/master/geopyspark/geotrellis/layer.py#L391

jbouffard avatar Nov 16 '17 17:11 jbouffard