Skip to content

Commit

Permalink
Clean up of unused code.
Browse files Browse the repository at this point in the history
Deleted Makefiles. Cleared out references to Domsat in docs were practical.
Deleted native domsat code.
Removed commented out code relating to Domsat.
  • Loading branch information
MikeNeilson committed May 25, 2023
1 parent ea91f2e commit 1735fa9
Show file tree
Hide file tree
Showing 54 changed files with 36 additions and 4,967 deletions.
4 changes: 2 additions & 2 deletions docs/source/cwms-interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ LRGS and DECODES Usage by USACE
`Figure 2-1 <#anchor-2>`__ shows data-flow for hydro-met data collection
by a typical Corps office:

- The LRGS receives data from a satellite link (DOMSAT, NOAAPORT, DRGS,
Internet, LRIT, etc.)
- The LRGS receives data from a satellite link (NOAAPORT, DRGS,
Internet, HRIT, etc.)
- DECODES is a client application that pulls raw data from the LRGS and
decodes it into engineering units. Many districts run DECODES on the
same machine as the LRGS, but as shown, it does not need to be done
Expand Down
4 changes: 2 additions & 2 deletions docs/source/decoding-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ Transport Media

Transport Media define how the data from this platform is retrieved. The
data may need to be decoded differently depending on whether it was
received over DOMSAT, DRGS, or EDL file, even though it came from the
received over HRIT, DRGS, or EDL file, even though it came from the
same platform.

The example shown shows two transport media for GOES-Self-Timed on
Expand Down Expand Up @@ -940,7 +940,7 @@ As it is executing, the script keeps track of three things:

- The current position within the message data

The message header (e.g. 37-byte DOMSAT header) is not processed by the
The message header (e.g. GOES header, first row of CSV, etc) is not processed by the
script. The data pointer is initialized to the first actual message
byte.

Expand Down
174 changes: 30 additions & 144 deletions docs/source/lrgs-userguide.rst

Large diffs are not rendered by default.

11 changes: 1 addition & 10 deletions docs/source/routesched-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ Socket Stream Data Source
-------------------------

A socket stream data source opens a socket and reads a one-way stream of
data containing raw DCP messages. Some DRGS and DOMSAT product provide
data containing raw DCP messages. Some DRGS and HRIT product provide
such a stream.

Accepted properties for SocketStreamDataSource are:
Expand Down Expand Up @@ -551,15 +551,6 @@ lengthAdj = -4

delimiter = \\r\n

The DataWise DOMSAT system reports a length that is one greater than the
number actually present. It terminates each message with 3 sets of
carriage-return/linefeed. The proper settings for a DataWise DOMSAT
socket stream are:

lengthAdj = 0

delimiter = \\r\n\r\n\r\n

**How messages are parsed**

The socket is opened. The input software expects the stream to start
Expand Down
2 changes: 0 additions & 2 deletions install/lrgs/lrgs.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ drgsRecvConfig=$LRGSHOME/drgsconf.xml
htmlStatusSeconds=10
ddsListenPort=16003
ddsRequireAuth=false
enableDomsatRecv=false
loadDomsat=false
2 changes: 1 addition & 1 deletion src/main/java/decodes/datasource/NoHeaderPMParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
Concrete subclass of PMParser for parsing performance measurements
out of a file with no header. Sets header length to 0 and message length
to the endire raw message.
to the entire raw message.
Used when parsing files and medium ID has been given via some other means.
Also sets the MESSAGE_TIME to current time.
*/
Expand Down
229 changes: 0 additions & 229 deletions src/main/java/decodes/db/Makefile

This file was deleted.

43 changes: 0 additions & 43 deletions src/main/java/decodes/dbimport/Makefile

This file was deleted.

Loading

0 comments on commit 1735fa9

Please sign in to comment.