Hylke van der Schaaf

Results 24 issues of Hylke van der Schaaf

Currently any String is allowed, but only one of the official codes should be allowed: - OM_Observation: Observation; - OM_Measurement: Measurement; - OM_CategoryObservation: Category Observation; - OM_CountObservation: Count Observation; -...

See https://github.com/opengeospatial/sensorthings/issues/44

enhancement
STA v1.1

If the service root url is not specified, FROST-Server could try to figure it out itself, using the `X-Forwarded-For` header and the requests url.

Skipping rows is slow, since each skipped row still needs to be fully calculated. When an orderby is used, paging can be implemented by changing the where (filter) instead. Rows...

enhancement

Since [Prometheus](https://prometheus.io/) is already used a lot in the Docker world, it would be cool if FROST-Server could log metrics to Prometheus too.

enhancement
help wanted

Using exists instead of a full join is usually faster, but it may be difficult to determine if exists can be used. See: https://www.postgresql.org/docs/current/functions-subquery.html#FUNCTIONS-SUBQUERY-EXISTS

enhancement

the content-type for responses like `v1.0/Things(1)/name/$value` is set to application/json. In most cases this should be text/plain, except for the cases where is really is json, or the cases where...

bug

Currently the JSON serialiser does not serialise emtpy values (null, empty string, empty object). For some use cases it is valuable to see those values explicitly serialised. There should be...

enhancement

Base URL: https://ogc-demo.k8s.ilt-dmz.iosb.fraunhofer.de/FROST-GeoTech/v1.1 There are several users to test with: | Username | Password | Description | |--|--|--| | Bob | Bob | Project manager Project 1 | | David...

### General information There seems to be an issue with loading remote schemas that use relative reference to other schemas. The entries in the internal `refs` dictionary seem to be...