NAME

WWW::Bund::CLI::Cmd::Pegel - Pegel Online API commands

VERSION

version 0.001

SYNOPSIS

bund pegel                          # Show help
bund pegel stations                 # List all gauging stations
bund pegel station UUID             # Get station details
bund pegel waters                   # List all waters
bund pegel timeseries STATION TS    # Get timeseries metadata
bund pegel measurements STATION TS  # Get measurements

DESCRIPTION

CLI commands for Pegel Online API (water level gauges and measurements for German rivers and waterways). Uses WWW::Bund::CLI::Role::APICommand.

Alias: pegel maps to pegel_online.

See WWW::Bund::API::PegelOnline for library interface.

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-www-bund/issues.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHOR

Torsten Raudssus <torsten@raudssus.de>

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.