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.
docker-compose up
The docker-compose.yml
file contains the following services:
sos
- AWI NearRealTime SOS
Available at: http://localhost:3000/sos/service
Example requests:
- http://localhost:3000/sos/service?service=SOS&request=GetCapabilities
- http://localhost:3000/sos/service?service=SOS&version=2.0.0&request=DescribeSensor&procedure=vessel:polarstern
- http://localhost:3000/sos/service?service=SOS&version=2.0.0&request=GetFeatureOfInterest&featureOfInterest=PS100
- http://localhost:3000/sos/service?service=SOS&version=2.0.0&request=GetDataAvailability&procedure=vessel:polarstern&featureOfInterest=PS100&observedProperty=no2
- http://localhost:3000/sos/service?service=SOS&version=2.0.0&request=GetObservation&procedure=vessel:polarstern&featureOfInterest=PS100&observedProperty=no2
series-api
- AWI NearRealTime Series SOS Proxy
Available at: http://localhost:3000/api/
helgoland
- Current development version of Helgoland
Available at: http://localhost:3000/
Nginx frontend intended to act as a gateway to the other services.
Available at: http://localhost:3000/
sos-db
- NRT SOS database
Postgres database containing an excerpt of the NRT database. Not exposed.
Postgres database containing the cache of the Series SOS Proxy. Not exposed.