SOS icon indicating copy to clipboard operation
SOS copied to clipboard

52°North Sensor Observation Service

Results 80 SOS issues
Sort by recently updated
recently updated
newest added

#### Checklist - [x] Only if only **one** template exists for the given offering and observed property. - [x] Only `` and `` should be updated - [x] Schema: Example...

enhancement

We should integrate Travis build pipeline and deploy on sonatype instead of our local 52n repository. Optinions?

enhancement
5.x

Fixes: ``` 2017-06-05 16:29:26,290 ERROR [http-nio-127.0.0.1-8080-exec-20] [SosEventBus.java:261] Error handling event SensorDeletion[request=org.n52.sos.request.DeleteSensorRequest[service=SOS, version=2.0.0, operation=DeleteSensor], response=org.n52.sos.response.DeleteSensorResponse[service=SOS, version=2.0.0]] by handler org.n52.sos.cache.ctrl.DefaultContentModificationListener@24a5d753 java.lang.NullPointerException: null at org.n52.sos.cache.InMemoryCacheImpl.removeFeaturesOfInterestForOffering(InMemoryCacheImpl.java:1363) ~[InMemoryCacheImpl.class:na] at org.n52.sos.cache.ctrl.action.SensorDeletionUpdate.execute(SensorDeletionUpdate.java:101) ~[SensorDeletionUpdate.class:na] at org.n52.sos.cache.ctrl.ContentCacheControllerImpl$PartialUpdate.execute(ContentCacheControllerImpl.java:254) ~[ContentCacheControllerImpl$PartialUpdate.class:na] at...

bug

1. Missing whitespace after constraint name in [line 103 in `PG_update_43_44.sql`](https://github.com/52North/SOS/blob/v4.4.0/misc/db/PostgreSQL/series/PG_update_43_44.sql#L103): ```SQL alter table public.featureparameter add constraint FK_4ps6yv41rwnbu3q0let2v7foreign key (featureOfInterestId) references public.featureofinterest; ``` Should be ```SQL alter table public.featureparameter add...

bug

The review of API changes for the 52North/sos library since 4.0.0 version: https://abi-laboratory.pro/java/tracker/timeline/n52-sos-api/ The report is updated three times a week. Hope it will be helpful for users and maintainers...

If the procedure description of an InsertSensor request is SensoML, the SOS check the description for flags (, e.g. insitu or mobile) which are stores in the database. But when...

enhancement

Add an admin feature for managing inserted resultTemplates, similar to the procedure and observedProperty feature.

enhancement

To update a resultTemplate the SOS should provide an UpdateResultTemplate operation. This should only work if only one resultTemplate exist for the combination of offering and observedProperty. If more resultTemplates...

enhancement

Add support to enable phenomenontimestart, phenomenontimeend and resulttime to be null in the database and the response would contain a configurable nilReason (unknown or missing).

enhancement

This may not be feasible, but seems worth a discussion. Currently we throw OwsExceptions when invalid requests are made to the SOS. These often constitute the majority of the SOS...

bug
question
high priority