hydromt.data_catalog.drivers.PyogrioDriver.read#
- PyogrioDriver.read(uris: List[str], *, mask: GeoDataFrame | GeoSeries | None = None, variables: List[str] | None = None, handle_nodata: NoDataStrategy = NoDataStrategy.RAISE, **kwargs) GeoDataFrame [source]#
Read data using pyogrio.
Warning
The ‘predicate’ and ‘metadata’ keyword arguments are unused in this method and are only present in the method’s signature for compatibility with other functions.