microsoft / ogc-api-fast-features

Fast API server implementation of the OGC API: Features specification
MIT License
41 stars 10 forks source link

Support a wider range of PostgreSQL temporal field types #6

Open JBurkinshaw opened 3 years ago

JBurkinshaw commented 3 years ago

During data interrogation, temporal fields are identified and used to derive metadata to support temporal filtering in dat requests. TIMESTAMP WITH TIME ZONE, TIMESTAMP WITHOUT TIME ZONE, and DATE PostgreSQL types are currently supported.

PostgreSQL also supports a number of range-like temporal data types which are not currently supported (source):

Add support for each of these temporal range types.

More information on temporal fields is included in the readme.