MCPcopy Create free account
hub / github.com/shapely/shapely / relate_pattern

Method relate_pattern

shapely/geometry/base.py:877–879  ·  view source on GitHub ↗

Return True if the DE-9IM relationship code satisfies the pattern.

(self, other, pattern)

Source from the content-addressed store, hash-verified

875 )
876
877 def relate_pattern(self, other, pattern):
878 """Return True if the DE-9IM relationship code satisfies the pattern."""
879 return _maybe_unpack(shapely.relate_pattern(self, other, pattern))
880
881 # Linear referencing
882 # ------------------

Callers 9

relate_patternFunction · 0.80
test_relate_patternFunction · 0.80
test_relate_pattern_noneFunction · 0.80
test_relate_patternMethod · 0.80

Calls 1

_maybe_unpackFunction · 0.85