Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#33721 closed Cleanup/optimization (fixed)

Add reference to the DE-9IM intersection model.

Reported by: Tobias Schmetzer Owned by: Ksenofanex
Component: Documentation Version: 4.0
Severity: Normal Keywords: geos documentation
Cc: Claude Paroz Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

I am missing important information on the mentioned "DE-9IM intersection matrix" at https://docs.djangoproject.com/en/4.0/ref/contrib/gis/geos/#spatial-predicate-methods. Nobody knows what T*FF*, *TFF*, *TFF*, or T*FF* mean and where to get this information. I suggest to add information about this matrix or where to find a definition of it.

Change History (8)

comment:1 by Mariusz Felisiak, 2 years ago

Cc: Claude Paroz added
Component: UncategorizedDocumentation
Summary: GEOS documentation feature request: Add description for or a link to the DE-9IM intersection matrixAdd reference to the DE-9IM intersection model.
Triage Stage: UnreviewedAccepted
Type: New featureCleanup/optimization

Nobody knows what T*FF*, *TFF*, *TFF*, or T*FF* mean and where to get this information.

I don't agree, folks working with spatial relations of geometries are quite often aware of DE-9IM.

I suggest to add information about this matrix or where to find a definition of it.

Adding a reference to the Wiki page should be enough. Would you like to prepare a patch?

comment:2 by Mariusz Felisiak, 2 years ago

Easy pickings: set

comment:3 by Claude Paroz, 2 years ago

I think it wouldn't hurt to add a link to some reference documentation like the mentioned Wiki page.

comment:4 by Mariusz Felisiak, 2 years ago

Has patch: set
Owner: changed from nobody to Ksenofanex
Status: newassigned

comment:5 by Mariusz Felisiak, 2 years ago

Triage Stage: AcceptedReady for checkin

comment:6 by GitHub <noreply@…>, 2 years ago

Resolution: fixed
Status: assignedclosed

In 1be9585d:

Fixed #33721 -- Added DE-9IM link in GEOS docs.

comment:7 by Mariusz Felisiak <felisiak.mariusz@…>, 2 years ago

In 701d78c:

[4.1.x] Fixed #33721 -- Added DE-9IM link in GEOS docs.

Backport of 1be9585d73c50df733eb4d1484651bb8548a1205 from main

comment:8 by Mariusz Felisiak <felisiak.mariusz@…>, 2 years ago

In e85ed99:

[4.0.x] Fixed #33721 -- Added DE-9IM link in GEOS docs.

Backport of 1be9585d73c50df733eb4d1484651bb8548a1205 from main

Note: See TracTickets for help on using tickets.
Back to Top