_Reader.remove_extracts

classmethod _Reader.remove_extracts(path_to_extract_dir, verbose)

Remove data extracts.

Parameters
  • path_to_extract_dir (str or os.PathLike[str]) – pathname of the directory where data extracts are stored

  • verbose (bool or int) – whether to print relevant information in console as the function runs, defaults to False

See examples for the methods GeofabrikReader.read_shp_zip() and BBBikeReader.read_shp_zip().