Returns a binary DataFrame from a Raster DataFrame. Each raster object in the resulting DataFrame is a GeoTiff image in binary format.Documentation Index
Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt
Use this file to discover all available pages before exploring further.
Signatures
Parameters
The input raster.
The compression type. Possible values:
None, PackBits, Deflate, Huffman, LZW and JPEG.The image quality. Any decimal number between 0 and 1. 0 means the lowest quality and 1 means the highest quality.
The width and height of the internal tiles in the GeoTiff file.
The width of the internal tiles in the GeoTiff file.
The height of the internal tiles in the GeoTiff file.
Return type
The raster in GeoTiff binary format.

