You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Extracts a geotiff from this image collection."""
956
-
957
-
ifself._api_version.at_least('0.4.0'):
958
-
args= {
959
-
'data': {'from_node': self.node_id},
960
-
'options': format_options
961
-
}
962
-
if'format'informat_options:
963
-
args['format'] =format_options.pop('format')
964
-
else:
965
-
raiseValueError("Please use the 'format' keyword argument to specify the output format. Use openeo.connection.Connection#list_file_types to retrieve available ouput formats for this backend.")
0 commit comments