create_product#
- create_product(product_path: str | CloudPath | Path, archive_path: str | CloudPath | Path, output_path: str | CloudPath | Path, remove_tmp: bool, constellation: Constellation, **kwargs)[source]#
Create Product
- Parameters:
product_path (AnyPathStrType) – Product path
archive_path (AnyPathStrType) – Archive path
output_path (AnyPathStrType) – Output path
remove_tmp (bool) – Remove tmp files
constellation (Constellation) – COnstellation
**kwargs – Other arguments
- Returns:
EOReader product
- Return type: