R/stream_network_geodatabase.R
read_stream_network_geodatabase.RdReads this package's versioned GeoPackage binding, not arbitrary legacy GIS data. Container integrity is always checked. With validate = TRUE, current WORKING checks (draft) or ACCEPTANCE checks (accepted) are returned in the `validation` attribute, without overwriting persisted history. Invalid accepted state raises an error. Draft findings do not prevent inspection/recovery.
read_stream_network_geodatabase(dsn, validate = TRUE, reaches = NULL)Named relation list; timestamps restored in UTC and nonspatial tables returned as tibbles. validate = FALSE is for inspection, not acceptance.