hydromt.data_catalog.drivers.GeoDatasetOptions#

pydantic model hydromt.data_catalog.drivers.GeoDatasetOptions[source]#

Options for GeoDatasetVectorDriver.

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.

field preprocess: str | None = None#

Name of preprocessor to apply on geodataset after reading. Available preprocessors include: round_latlon, to_datetimeindex, remove_duplicates, harmonise_dims. See their docstrings for details.

get_preprocessor() Callable[[Dataset], Dataset][source]#

Get the preprocessor function.