Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LRGS/OPENDCS integration. #5

Open
petersilva opened this issue Jun 28, 2023 · 3 comments
Open

LRGS/OPENDCS integration. #5

petersilva opened this issue Jun 28, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@petersilva
Copy link
Contributor

petersilva commented Jun 28, 2023

We have internal servers that Download GOES DCS data for Canadian AWS
they pollpublic facing LRGS servers, using the OpenDCS toolkit, pull them down,
then advertise local copies, 1 ob per file. for our consumers.

https://github.com/opendcs/opendcs/

acronyms:

  • GOES - Geostationary Orbiting Environment Satellite... American sattelites that hover over North America, and that Canada has some permissions to use for
  • DCS- Data Communications Service
@petersilva
Copy link
Contributor Author

@kurt2x comments welcome here... I will add the example to sr3-examples.

@petersilva
Copy link
Contributor Author

in the current Sundew integration,

  • using dcpGetMessages (OpenDCS Component.) you need to ask for each station you want an ob for.
  • we query three remote LRGS servers.
  • Each server is queried with half of all the stations of interest. (so we are asking two servers for every data point.)
  • if one server fails, we should still get all data from the remaining two.

currently build with manual scripts that people have not run in 10 years, and likely don't remember/never knew about...

Building the sr3 stuff, builds the proper dispatch/distribution on each start up.

@petersilva
Copy link
Contributor Author

@junhu3 does this description sound familiar to you?

@petersilva petersilva transferred this issue from MetPX/sarracenia Jul 15, 2023
@petersilva petersilva added the enhancement New feature or request label Jul 15, 2023
petersilva added a commit that referenced this issue Jul 17, 2023
petersilva added a commit that referenced this issue Jul 17, 2023
render message as-is (binary) otherwise do the normal substitutions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant