smif.convert.register module

Register and ResolutionSet abstract classes to contain area and interval metadata.

Summary

Classes:

Register
ResolutionSet

Reference

class smif.convert.register.Register[source]

Bases: object

register(resolution_set)[source]
get_entry(name)[source]

Implement to return the smif.convert.ResolutionSet associated with the name

Parameters:name (str) – The unique identifier of the ResolutionSet
class smif.convert.register.ResolutionSet[source]

Bases: object

as_dict()[source]
get_entry_names()[source]

Get the names of the entries in the ResolutionSet

Returns:The set of names which identify each entry in the ResolutionSet
Return type:set