types#
Module Attributes
Any Path Type (derived from Pathlib and CloudpathLib) |
|
Same as |
|
Xarray's DataArray or Dataset |
|
Numpy array or masked array |
|
Shapely Polygon or MultiPolygon |
|
Any Rasterio Dataset Type (both Reader, Writer) |
|
Any object potentially describing a raster: - its path, - its xarray representation (Dataset or DataArray), - its rasterio representation (DatasetReader or Writer) - or its array + metadata (np.ndarray + dict) |
|
Any object potentially describing a vector: - its path, - its GeoDataFrame |
Functions
|
Is the object an iterable? |
|
Convert the object to a list if this object is not iterable |