to_instant#
- geobricks.to_instant(data, derivative=False, to_file=False)[source]#
Parameters#
- dataTYPE
DESCRIPTION.
- derivativeTYPE, optional
DESCRIPTION. The default is False.
- to_filebool or path (str or pathlib.Path), default False
If True and if
datais a path (str or pathlib.Path), the resulting dataset will be exported to a file with the same pathname and the suffix ‘_instant’. Ifto_fileis a path, the resulting dataset will be exported to this specified filepath.
Returns#
- inst_dsTYPE
DESCRIPTION.
If
to_fileargument is used, the resulting dataset can also be exported to a file.