BBBikeReader.remove_extracts¶
- classmethod BBBikeReader.remove_extracts(path_to_extract_dir, verbose)[source]¶
Remove data extracts.
- Parameters:
path_to_extract_dir (str | os.PathLike[str]) – pathname of the directory where data extracts are stored
verbose (bool | int) – whether to print relevant information in console as the function runs, defaults to
False
See examples for the methods
GeofabrikReader.read_shp()andBBBikeReader.read_shp().