Add functions to check if calculator support given region
@abstractmethod
@staticmethod
def coverage() -> MultiPolygon
"""Return full area method is applicable to."""
@classmethod
def covers(cls, region: MultiPolygon) -> bool
"""Find if method can be used for given area."""