Drivers#
Base#
|
Base class for different drivers. |
RasterDataset#
|
Abstract Driver to read GeoDataFrames. |
|
Read in any compatible data source to an xarray Dataset. |
|
Write out a RasterDataset to file. |
RasterDatasetXarrayDriver#
|
Driver for RasterDataset using the xarray library: |
|
Read zarr data to an xarray DataSet. |
|
Write the RasterDataset to a local file using zarr. |
RasterioDriver#
|
Driver for RasterDataset using the rasterio library: |
|
Read data using rasterio. |
|
Write out a RasterDataset using rasterio. |
GeoDataFrame#
|
Abstract Driver to read GeoDataFrames. |
|
Read in any compatible data source to a geopandas GeoDataFrame. |
|
Write out a GeoDataFrame to file. |
PyogrioDriver#
|
Driver for GeoDataFrame using the pyogrio library: |
|
Read data using pyogrio. |
|
Write out a GeoDataFrame to file using pyogrio. |
GeoDataFrameTableDriver#
|
Driver for GeoDataFrame from tabular formats: |
|
Read tabular data using a combination of the pandas and geopandas libraries. |
|
Write out a GeoDataFrame to file. |
DataFrame#
|
Abstract Driver to read DataFrames. |
|
Read in any compatible data source to a pandas DataFrame. |
|
Write out a DataFrame to file. |
PandasDriver#
|
Driver for DataFrames using the pandas library: |
|
Read in any compatible data source to a pandas DataFrame. |
|
Write out a DataFrame to file. |
GeoDataset#
|
Abstract Driver to read GeoDatasets. |
|
Read in any compatible data source to an xarray Dataset. |
|
Write out a GeoDataset to file. |
GeoDatasetXarrayDriver#
|
Driver for GeoDataset using the xarray library: |
|
Read zarr data to an xarray DataSet. |
|
Write the GeoDataset to a local file using zarr. |
GeoDatasetVectorDriver#
|
Driver for GeoDataset using hydromt vector: |
|
Read tabular datafiles like csv or parquet into to an xarray DataSet. |
|
Not implemented. |
Dataset#
|
Abstract Driver to read Datasets. |
|
Read in any compatible data source to an xarray Dataset. |
|
Write out a Dataset to file. |
DatasetXarrayDriver#
|
Driver for Dataset using xarray: |
|
Read zarr data to an xarray DataSet. |
|
Write the Dataset to a local file using zarr. |
Preprocessing#
Harmonise lon-lat-time dimensions. |
|
Remove duplicates from the 'time' index. |
|
|
Round the x and y dimensions to latlon. |
Convert the 'time' index to datetimeindex. |