Skip to content

Misleading Documentation about remove_tmp kwarg #296

@cmayet

Description

@cmayet

The documentation states here that

By default, your temporary files such as cleaned spectral bands are written on disk in this output folder. You can prevent them from being written by specifying the remove_tmp argument.

But the remove_tmp kwarg prod = reader.open(path, output_path="/my/output", remove_tmp=True) does not prevent the temporary files from being created, it only makes sure that they are deleted after the product object is deleted.

Source code (notebook) here :

"You can prevent them from being written by specifying the `remove_tmp` argument. \n",

Metadata

Metadata

Assignees

No one assigned

    Labels

    0.25.0For version 0.25.0documentationImprovements or additions to documentation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions