hydroflows.methods.coastal.get_coast_rp#
Method for fetching and processing COAST-RP dataset for a given region.
- class hydroflows.methods.coastal.get_coast_rp.GetCoastRP(region: Path, coastrp_catalog: Path, data_root: Path = PosixPath('data/input/forcing_data/waterlevel'), **params)[source]#
Method for fetching and processing COAST-RP dataset for a given region.
- Parameters:
region (Path) – Path to region geometry file. Centroid is used to look for closest station to be consistent with GetGTSMData method.
coastrp_fn (Path) – Path to full COAST-RP dataset.
data_root (Path, optional) – The folder root where output is stored, by default “data/input/forcing_data/waterlevel”
- pydantic model hydroflows.methods.coastal.get_coast_rp.Input[source]#
Input parameters for the
GetCoastRP
method.Create a new model by parsing and validating input data from keyword arguments.
Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.
self is explicitly positional-only to allow self as a field name.
- pydantic model hydroflows.methods.coastal.get_coast_rp.Output[source]#
Output parameters for the
GetCoastRP
method.Create a new model by parsing and validating input data from keyword arguments.
Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.
self is explicitly positional-only to allow self as a field name.
- Fields:
- pydantic model hydroflows.methods.coastal.get_coast_rp.Params[source]#
Params parameters for the
GetCoastRP
method.Create a new model by parsing and validating input data from keyword arguments.
Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.
self is explicitly positional-only to allow self as a field name.