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#
A DataSource is a parsed section of a DataCatalog. |
Raster Data Sources#
DataSource class for the RasterDataset type. |
Vector Data Sources#
DataSource for GeoDataFrames. |
|
DataSource class for the GeoDatasetSource type. |
Tabular Data Sources#
DataSource for DataFrames. |