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#
|
RasterDatasetXarrayDriver. |
|
Read zarr data to an xarray DataSet. |
|
Write the RasterDataset to a local file using zarr. |
RasterioDriver#
|
Driver using rasterio for RasterDataset. |
|
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 to read GeoDataFrames using the pyogrio package. |
|
Read data using pyogrio. |
|
Write out a GeoDataFrame to file using pyogrio. |
GeoDataFrameTableDriver#
|
Driver for reading in GeoDataFrames 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#
|
GeoDatasetXarrayDriver. |
|
Read zarr data to an xarray DataSet. |
|
Write the GeoDataset to a local file using zarr. |
GeoDatasetVectorDriver#
|
VectorGeodatasetDriver for vector data. |
|
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#
|
DatasetXarrayDriver. |
|
Read zarr data to an xarray DataSet. |
|
Write the Dataset to a local file using zarr. |