Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opendcs/opendcs
Open Data Collection System for Hydro/Meteorologic Data
https://github.com/opendcs/opendcs
Last synced: about 1 month ago
JSON representation
Open Data Collection System for Hydro/Meteorologic Data
- Host: GitHub
- URL: https://github.com/opendcs/opendcs
- Owner: opendcs
- License: apache-2.0
- Created: 2014-05-27T17:16:15.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-11-21T19:37:29.000Z (about 2 months ago)
- Last Synced: 2024-11-25T11:41:50.153Z (about 1 month ago)
- Language: Java
- Size: 183 MB
- Stars: 33
- Watchers: 15
- Forks: 25
- Open Issues: 217
-
Metadata Files:
- Readme: README.docker.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
- open-sustainable-technology - OpenDCS - Open Data Collection System for Hydro/Meteorologic Data. (Hydrosphere / Ocean and Hydrology Data Access)
README
# OpenDCS Docker files
# LRGS
To setup a permanent instance of an LRGS do the following, replace `--name lrgs` with a name
appropriate to your installation.```
docker create volume lrgs_volume
docker run -d name lrgs -p 16003:16003 -v lrgs_volume:/lrgs_home -e LRGS_ADMIN_PASSWORD="the password you want" lrgs:latest```
16003 is the DDS protocol Port that the gui `rtstat` application can use. At this time there is no API and this is require for later configuration.
There are additional input sources, and the ability to add additional custom input sources that may require you to
expose additional ports.# Future
Additional containers will be available later
# Tags
7, 7.0, latest