[extraction_methods]
assets=extraction_methods.plugins.assets.assets:AssetExtract
bbox=extraction_methods.plugins.bbox:BboxExtract
ceda_observation=extraction_methods.plugins.ceda_observation:CEDAObservationExtract
ceda_vocabulary=extraction_methods.plugins.ceda_vocabulary:CEDAVocabularyExtract
conditional=extraction_methods.plugins.conditional:ConditionalExtract
controlled_vocabulary=extraction_methods.plugins.controlled_vocabulary:ControlledVocabularyExtract
datetime_bound_to_centroid=extraction_methods.plugins.datetime_bound_to_centroid:DatetimeBoundToCentroidExtract
default=extraction_methods.plugins.default:DefaultExtract
dict_aggregator=extraction_methods.plugins.dict_aggregator:DictAggregatorExtract
elasticsearch_aggregation=extraction_methods.plugins.elasticsearch_aggregation:ElasticsearchAggregationExtract
elasticsearch_search=extraction_methods.plugins.elasticsearch_search:ElasticsearchSearchExtract
facet_map=extraction_methods.plugins.facet_map:FacetMapExtract
facet_prefix=extraction_methods.plugins.facet_prefix:FacetPrefixExtract
general_function=extraction_methods.plugins.general_function:GeneralFunctionExtract
geometry=extraction_methods.plugins.geometry:GeometryExtract
geometry_to_bbox=extraction_methods.plugins.geometry_to_bbox:GeometryToBboxExtract
hash=extraction_methods.plugins.hash:HashExtract
header=extraction_methods.plugins.header.header:HeaderExtract
intake=extraction_methods.plugins.intake_esm:IntakeESMExtract
iso19115=extraction_methods.plugins.iso19115:ISO19115Extract
iso_date=extraction_methods.plugins.iso_date:ISODateExtract
json_file=extraction_methods.plugins.json_file:JsonFileExtract
lambda=extraction_methods.plugins.lambda:LambdaExtract
netcdf=extraction_methods.plugins.netcdf:NetCDFExtract
open_zip=extraction_methods.plugins.open_zip:ZipExtract
path_parts=extraction_methods.plugins.path_parts:PathPartsExtract
regex=extraction_methods.plugins.regex:RegexExtract
regex_label=extraction_methods.plugins.regex_label:RegexLabelExtract
regex_rename=extraction_methods.plugins.regex_rename:RegexRenameExtract
regex_type_cast=extraction_methods.plugins.regex_type_cast:RegexTypeCastExtract
remove=extraction_methods.plugins.remove:RemoveExtract
stac_extension=extraction_methods.plugins.stac_extension:STACExtensionExtract
string_template=extraction_methods.plugins.string_template:StringTemplateExtract
xml=extraction_methods.plugins.xml:XMLExtract

[extraction_methods.assets.backends]
elasticsearch=extraction_methods.plugins.assets.backends.elasticsearch:ElasticsearchAssets
intake_esm=extraction_methods.plugins.assets.backends.intake_esm:IntakeESMAssets
regex=extraction_methods.plugins.assets.backends.regex:RegexAssets

[extraction_methods.header.backends]
cf=extraction_methods.plugins.header.backends.cf:CfHeader
ncml=extraction_methods.plugins.header.backends.ncml:NcMLHeader
xarray=extraction_methods.plugins.header.backends.xarray:XarrayHeader

