Skip to content

Improve implementation and documentation#662

Merged
mschoema merged 1 commit intoMobilityDB:masterfrom
estebanzimanyi:tgeo_more
Mar 29, 2025
Merged

Improve implementation and documentation#662
mschoema merged 1 commit intoMobilityDB:masterfrom
estebanzimanyi:tgeo_more

Conversation

@estebanzimanyi
Copy link
Copy Markdown
Member

  • Generalization of the functions that were originally designed for temporal geometry/geography points (tgeompoint and tgeogpoint types) to arbitrary temporal geometries/geographies and to the two new temporal spatial types tpose (temporal poses) and tcbuffer (temporal circular buffers).
  • These last two types tpose and tcbuffer are still in construction and will be completed in subsequent PRs. This PR builds the necessary infrastructure so these types inherit all the behavior common for all spatial types, e.g., the SRID functions and the asText and asEWKT output functions.
  • The functions of the external/internal API have been renamed where
    • Functions common to all spatial types have "spatial" as prefix
    • Functions common to general geometries/geographies and to geometry/geography points have "geo" as prefix
    • Functions specific to geometry/geography points, in particular the interpolation functions, have "point" as prefix

@mschoema mschoema merged commit 48b7516 into MobilityDB:master Mar 29, 2025
7 of 15 checks passed
@mschoema mschoema deleted the tgeo_more branch March 29, 2025 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants