Retrieves Ontario water and weather monitoring station point locations from
the LIO Open Data REST service (LIO_Open08/30).
Arguments
- simplify
Logical. If
TRUE(the default), requests generalized geometry from the service. Monitoring stations are point features, so simplification has no visible effect but is kept for consistency with the other LIO retrievers.- refresh
Logical. If
TRUE, bypasses any cached copy and re-fetches from the live API. Defaults toFALSE.- max_age
Numeric or
NULL. Maximum acceptable cache age in days; older entries are re-fetched. Defaults toNULL.