pyorc.Frames.to_geotiff# Frames.to_geotiff(fn, frame)[source]# Export a single GeoTIFF file, using the geospatial coordinates. This can only be used on a projected frames object, containing geographical coordinates. Parameters: fn (str) – Path to the output GeoTIFF file. frame (int) – Index of the frame to export.