Reading and writing files#
Readers#
|
Open and combine geometry location GIS file and timeseries file in a xr.Dataset. |
|
Open multiple csv files as single Dataset. |
|
Open multiple gdal-readable files as single Dataset with geospatial attributes. |
|
Read a netcdf file. |
|
Read netcdf files at <root>/<file> and return as dict of xarray.Dataset. |
|
Open a gdal-readable file with rasterio based on. |
|
Read and merge raster tiles. |
|
Open timeseries csv or parquet file and parse to xarray.DataArray. |
|
Open fiona-compatible geometry, csv, parquet, excel or xy file and parse it. |
|
Read point geometry files from csv, parquet, xy or excel table files. |
|
Read toml file and return as dict. |
|
Read HydroMT workflow yaml file. |
|
Read yaml file and return as dict. |
Writers#
|
Write xarray.Dataset and/or xarray.DataArray to netcdf file. |
|
Write the model region to a file. |
|
Write a dictionary to a toml formatted file. |
|
Write geopandas.GeoDataFrame with Point geometries to point xy files. |
|
Write a dictionary to a yaml formatted file. |