Befehle

Alle Befehle, Argumente und Optionen von mudab 0.0.5, direkt aus der CLI gelesen.

Die Beschreibungen der Befehle, Argumente und Optionen stammen direkt aus der CLI und sind englisch.

Globale Optionen

Diese Optionen gelten für jeden Befehl.

OptionBeschreibungStandard
-V, --version output the version number
--base-url <url> API base URL https://geoportal.bafg.de/mudab/rest/BaseController/FilterElements
--timeout <ms> time limit per request in ms, whole response included (0 = no timeout)
--user-agent <ua> User-Agent header value
--max-retries <n> retries for transient 429/503 responses (0..10)
--max-response-bytes <n> cap response body size in bytes (0 = unlimited; default 100 MiB)
--compact print JSON on a single line instead of pretty-printed

mudab stations

List measurement stations (STATION_SMALL)

mudab stations [options]

Optionen

OptionBeschreibungStandard
--from <n> skip this many rows (range.from)
--count <n> max rows to return (default 100)
--all return the whole table (omit the range — can be very large; not combinable with --from/--count)

mudab project-stations

List project stations (PROJECTSTATION_SMALL)

mudab project-stations [options]

Optionen

OptionBeschreibungStandard
--from <n> skip this many rows (range.from)
--count <n> max rows to return (default 100)
--all return the whole table (omit the range — can be very large; not combinable with --from/--count)

mudab measurements

List individual station measurements (MV_STATION_MSMNT) — a very large table

mudab measurements [options]

Optionen

OptionBeschreibungStandard
--from <n> skip this many rows (range.from)
--count <n> max rows to return (default 100)
--all return the whole table (omit the range — can be very large; not combinable with --from/--count)

mudab plc-stations

List HELCOM PLC stations (V_PLC_STATION)

mudab plc-stations [options]

Optionen

OptionBeschreibungStandard
--from <n> skip this many rows (range.from)
--count <n> max rows to return (default 100)
--all return the whole table (omit the range — can be very large; not combinable with --from/--count)

mudab plc-parameters

List parameters measured at PLC stations (V_GEMESSENE_PARA_PLC)

mudab plc-parameters [options]

Optionen

OptionBeschreibungStandard
--from <n> skip this many rows (range.from)
--count <n> max rows to return (default 100)
--all return the whole table (omit the range — can be very large; not combinable with --from/--count)

mudab plc-measurements

List measured values at PLC stations (V_MESSWERTE_PLC)

mudab plc-measurements [options]

Optionen

OptionBeschreibungStandard
--from <n> skip this many rows (range.from)
--count <n> max rows to return (default 100)
--all return the whole table (omit the range — can be very large; not combinable with --from/--count)

mudab parameters

List measured parameters (MV_PARAMETER)

mudab parameters [options]

Optionen

OptionBeschreibungStandard
--compartment <c> restrict to a compartment's parameter endpoint Werte: biologie, biota, wasser, sediment
--from <n> skip this many rows (range.from)
--count <n> max rows to return (default 100)
--all return the whole table (omit the range — can be very large; not combinable with --from/--count)

mudab compartments

Print the compartment (COMPT_DS) code table — works offline, no request

mudab compartments [options]