SOS icon indicating copy to clipboard operation
SOS copied to clipboard

52°North Sensor Observation Service

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

I just installed Jetty on my Ubuntu 14.10. machine to try out SOS. Here is my Jetty version: ``` Package: jetty State: installed Automatically installed: no Version: 6.1.26-1ubuntu1.1 Priority: optional...

extending on the experiments with EXI #189 - what about supporting Google Protobuf as an encoding? It promises to be even faster, but afaics it will be a bit more...

enhancement
question
low priority

Currently, the 52°North SOS 4.x only supports the insertion of observations with a simple/single observedProperty in a SweDataArray obsrevation with SplitDataArray extension. But in the 52°North SOS 3.x and O&M...

enhancement
medium priority

Currently the admin observableproperty rename operation updates the observableproperty identifier but doesn't take into account references to those identifiers in SensorML contained in validproceduretime.descriptionxml. I think it would be a...

This is probably low priority, but it doesn't seem like non-streaming `ResponseWriters` can choose to not support gZip encoding. This is because all responses are funneled through `AbstractServiceResponseWriter` (to enable...

It would be nice to have a button in the administrator back-end that removes all observations, procedures, and features that are used by the data of the test client examples.

enhancement

With tomcat, you can execute the following command: ``` # java -cp lib/catalina.jar org.apache.catalina.util.ServerInfo Server version: Apache Tomcat/7.0.40 Server built: May 5 2013 08:54:06 Server number: 7.0.40.0 OS Name: Linux...

enhancement
low priority

Fixes #1566 ## What does this PR do? This pull request updates the version of spring-data-jpa dependency from 2.7.11 to 2.7.14. This update is aimed at incorporating the latest bug...

Bumps [spring-data-jpa](https://github.com/spring-projects/spring-data-jpa) from 2.7.11 to 2.7.14. Release notes Sourced from spring-data-jpa's releases. 2.7.14 :green_book: Links Spring Data JPA 2.7 Reference documentation Spring Data JPA 2.7 Javadoc :lady_beetle: Bug Fixes @Query(value="TRUNCATE...

dependencies
java

In this commit, I addressed a small issue in the README.MD file. There was a link present that wasn't embedded correctly, resulting in a non-functional link. To improve the documentation...