Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented Temporal Filter After, Before, During, TEquals for PostgreSQL #677

Merged
merged 4 commits into from
Jul 5, 2019

Conversation

dstenger
Copy link
Contributor

@dstenger dstenger commented Feb 12, 2016

Previously, usage of Temporal Filter After, Before, During, TEquals with PostgreSQL did not have a effect on the returned features as the filter was not applied.

This pull requests provides an implementation of these filters for PostgreSQL.

In addition, temporal filters can now be applied with following input:

  • After
    • Literal
    • TimeInstant
    • TimePeriod
  • Before
    • Literal
    • TimeInstant
    • TimePeriod
  • TEquals
    • Literal
    • TimeInstant
  • During
    • TimePeriod

@dstenger dstenger added in progress enhancement enhancement or improvement labels Feb 12, 2016
@tfr42 tfr42 added this to the 3.4 milestone Jul 7, 2016
@tfr42 tfr42 modified the milestones: 3.4.1, 3.4 Aug 9, 2016
@tfr42 tfr42 modified the milestones: 3.4.1, 3.5 Jun 18, 2018
@copierrj copierrj added the needs rebase PR is not up to date and needs rebase label Mar 15, 2019
@deegree-ci
Copy link
Contributor

This PR requires a rebase to current master.

@tfr42 tfr42 added the CI failing CI build job fails label Jun 14, 2019
@tfr42 tfr42 modified the milestones: 3.5, 3.4.7, 3.4.8 Jun 14, 2019
@copierrj copierrj removed needs rebase PR is not up to date and needs rebase CI failing CI build job fails labels Jul 5, 2019
@copierrj copierrj merged commit 83ec513 into deegree:master Jul 5, 2019
@lgoltz lgoltz deleted the applyTemporalOperator-365 branch December 8, 2022 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement enhancement or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants