Data Sources#

The Hydromt data sources module provides access to various types of datasets. Each data source wraps data I/O behavior with standardized interfaces, providing consistent read and metadata operations across raster, vector, and tabular data.

Base Classes#

DataSource

A DataSource is a parsed section of a DataCatalog.

Raster Data Sources#

RasterDatasetSource

DataSource class for the RasterDataset type.

Vector Data Sources#

GeoDataFrameSource

DataSource for GeoDataFrames.

GeoDatasetSource

DataSource class for the GeoDatasetSource type.

Tabular Data Sources#

DataFrameSource

DataSource for DataFrames.