You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several terms should be standardized and documented/protected as appropriate. This may include:
Core Terms
beg, end, center (rename to loc or pos or similar?)
closed, should this be changed to e.g., boundary or edge
Relations
logical and linear operators such as intersecting, overlay, etc.
internal relations such as consecutive, overlapping, monotonic should be defined in class or documentation; methods to check these should be standardized and use consistent terminology such as are_x vs. is_x vs. all_x; maybe all made available as properties
The text was updated successfully, but these errors were encountered:
Several terms should be standardized and documented/protected as appropriate. This may include:
Core Terms
beg
,end
,center
(rename toloc
orpos
or similar?)closed
, should this be changed to e.g.,boundary
oredge
Relations
intersecting
,overlay
, etc.consecutive
,overlapping
,monotonic
should be defined in class or documentation; methods to check these should be standardized and use consistent terminology such asare_x
vs.is_x
vs.all_x
; maybe all made available as propertiesThe text was updated successfully, but these errors were encountered: