STAC Generator
- class stac_generator.core.extraction_method.BaseExtractionMethod(**kwargs)
Class to act as a base for all extracion methods. Defines the basic method signature and ensure compliance by all subclasses.
- abstract run(body: dict, **kwargs) dict
Run the extration method
- Parameters
body –
kwargs –
- Return body