https://github.com/52north/awi-nearrealtime-sos
Custom backend of the 52°North SOS for the AWI NearRealTime database.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.3%) to scientific vocabulary
Keywords
Repository
Custom backend of the 52°North SOS for the AWI NearRealTime database.
Statistics
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 11
- Releases: 0
Topics
Metadata Files
README.md
ARCHIVED
This project is no longer maintained and will not receive any further updates. If you plan to continue using it, please be aware that future security issues will not be addressed.
AWI Nearrealtime SOS
Custom backend of the 52°North SOS for the AWI NearRealTime database with support for the following operations:
* GetCapabilities
* DescribeSensor
* GetFeatureOfInterest
* GetObservation
* GetDataAvailability
Configuration
The connection to the NRT database can be configured in src/main/webapp/WEB-INF/hibernate.properties or <webapp>/WEB-INF/hibernate.properties. A template can be found at src/main/webapp/WEB-INF/hibernate.properties.template
SOS metadata (like Service Provider and Service Identification or the external URL of the service can be configured in src/main/webapp/configuration.json and <webapp>/configuration.json respectively
Logging is done using Logback and can be configured in src/main/resources/logback.xml and <webapp>/classes/logback.xml respectively.
Building
The service requires Java 8 and Maven:
mvn clean install
The WAR file can be found at target/de.awi.sos.ui.war
Deployment
The WAR file can be deployed in a Java Application Server of your choice. Please adjust the configuration files (especially hibernate.properties either prior to building or in the WAR file.
Docker
There is a Dockerfile that creates a Jetty deployment:
sh
docker build -t awi/nearrealtime-sos:latest .
sh
docker run -it -p 8080:8080 \
-v ./logback.xml:/var/lib/jetty/webapps/ROOT/WEB-INF/classes/logback.xml:ro
-v ./hibernate.properties:/var/lib/jetty/webapps/ROOT/WEB-INF/hibernate.properties:ro
-v ./configuration.json:/var/lib/jetty/webapps/ROOT/configuration.json:ro
awi/nearrealtime-sos:latest
Be aware that you have to link the database to the container or have both containers on the same Docker network.
After this the SOS should be accessible at http://localhost:8080/service?service=SOS&request=GetCapabilities
A docker-compose example deployment can be found here.
Development
An extract of the AWI NearRealTime database can be found here as a Docker image.
Owner
- Name: 52°North Spatial Information Research GmbH
- Login: 52North
- Kind: organization
- Email: info@52north.org
- Location: Münster
- Website: https://52north.org/
- Twitter: fivetwon
- Repositories: 261
- Profile: https://github.com/52North
Advancing spatial information infrastructures to foster open science
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 0
- Total pull requests: 48
- Average time to close issues: N/A
- Average time to close pull requests: about 1 month
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.77
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 47
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- dependabot-preview[bot] (47)
- JLLeitschuh (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
repo1.maven.org: org.n52.awi:nrt-sos
52°North AWI NRT SOS
- Homepage: https://github.com/52North/maven-parents
- Documentation: https://appdoc.app/artifact/org.n52.awi/nrt-sos/
- License: The Apache Software License, Version 2.0
-
Latest release: 1.0.0
published about 7 years ago
Rankings
Dependencies
- javax.servlet:javax.servlet-api 3.1.0 provided
- ch.qos.logback:logback-classic 1.2.3
- com.fasterxml.jackson.core:jackson-annotations 2.9.7
- com.fasterxml.jackson.core:jackson-databind 2.9.7
- com.fasterxml.jackson.datatype:jackson-datatype-joda 2.9.7
- com.github.spotbugs:spotbugs-annotations 3.1.8
- com.google.code.findbugs:jsr305 3.0.2
- com.google.guava:guava 27.0-jre
- com.mchange:c3p0 0.9.5.2
- com.thetransactioncompany:cors-filter 2.5
- com.vividsolutions:jts-core 1.14.0
- commons-io:commons-io 2.6
- javax.activation:activation 1.1.1
- javax.inject:javax.inject 1
- javax.ws.rs:javax.ws.rs-api 2.0.1
- joda-time:joda-time 2.10.1
- net.bytebuddy:byte-buddy 1.7.9
- net.postgis:postgis-jdbc 2.3.0
- org.hibernate:hibernate-c3p0 5.2.12.Final
- org.hibernate:hibernate-core 5.2.12.Final
- org.hibernate:hibernate-entitymanager 5.2.12.Final
- org.hibernate:hibernate-spatial 5.2.12.Final
- org.jboss.logging:jboss-logging 3.3.0.Final
- org.jboss.resteasy:resteasy-client 3.0.18.Final
- org.jboss.resteasy:resteasy-jackson2-provider 3.0.18.Final
- org.locationtech.jts:jts-core 1.16.0
- org.n52.arctic-sea:iceland 5.1.0
- org.n52.arctic-sea:janmayen 5.1.0
- org.n52.arctic-sea:shetland 5.1.0
- org.n52.arctic-sea:svalbard-exi 5.1.0
- org.n52.arctic-sea:svalbard-json 5.1.0
- org.n52.arctic-sea:svalbard-xmlbeans 5.1.0
- org.n52.arctic-sea:svalbard-xmlstream 5.1.0
- org.n52.sensorweb.sos:api 5.0.0-alpha.2
- org.n52.sensorweb.sos:cache 5.0.0-alpha.2
- org.n52.sensorweb.sos:coding-kvp 5.0.0-alpha.2
- org.n52.sensorweb.sos:core-v20 5.0.0-alpha.2
- org.n52.sensorweb.sos:enhanced-v20 5.0.0-alpha.2
- org.n52.sensorweb.sos:extensions-v20 5.0.0-alpha.2
- org.n52.sensorweb.sos:hibernate-utils 5.0.0-alpha.2
- org.n52.sensorweb.sos:profile-coding 5.0.0-alpha.2
- org.n52.sensorweb.sos:split-and-merge 5.0.0-alpha.2
- org.postgresql:postgresql 42.2.5
- org.slf4j:jcl-over-slf4j 1.7.25
- org.slf4j:jul-to-slf4j 1.7.25
- org.slf4j:log4j-over-slf4j 1.7.25
- org.slf4j:slf4j-api 1.7.25
- org.springframework:spring-orm 5.1.3.RELEASE
- org.springframework:spring-web 5.1.3.RELEASE
- org.springframework:spring-webmvc 5.1.3.RELEASE
- jetty jre8-alpine build
- maven 3-jdk-8 build