1.1.1.1.3. tds2stac.analysers.properties_verifier module#

class tds2stac.analysers.properties_verifier.Verifier[source]#

Bases: object

This class is responsible for verifying the properties of the dictionary arguments.

asset_properties(asset_properties: dict)[source]#

This function is responsible for refining the values of the asset_properties dictionary.

extension_properties(extension_properties: dict)[source]#

This function is responsible for refining the values of the extension_properties dictionary.

extra_metadata(extra_metadata: dict) dict[source]#

This function is responsible for refining the values of the extra_metadata dictionary.

logger_properties(logger_properties: dict) dict[source]#

This function is responsible for refining the values of the logger_properties dictionary.

requests_properties(requests_properties: dict) dict[source]#

This function is responsible for refining the values of the requests_properties dictionary.

webservice_properties(webservice_properties: dict)[source]#

This function is responsible for refining the values of the webservice_properties dictionary.