Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error parsing datetime string in BBBikeDownloader.get_subregion_catalogue() #30

Open
mikeqfu opened this issue Apr 30, 2024 · 0 comments
Assignees
Labels

Comments

@mikeqfu
Copy link
Owner

mikeqfu commented Apr 30, 2024

Related class/method:

  • BBBikeDownloader.get_subregion_catalogue()

Example error message "... Failed. Unknown datetime string format, unable to parse: last update: Sat Apr 27 20:13:20 2024 UTC, at position 0." resulting from running the following code:

>>> from pydriosm.downloader import BBBikeDownloader
>>> bbd = BBBikeDownloader()
>>> subrgn_name = 'birmingham'
>>> bham_dwnld_cat = bbd.get_subregion_catalogue(subrgn_name, confirmation_required=False, verbose=True)
Compiling the data of a download catalogue for "Birmingham" ... Failed. Unknown datetime string format, unable to parse: last update: Sat Apr 27 20:13:20 2024 UTC, at position 0.
@mikeqfu mikeqfu added the bug label Apr 30, 2024
@mikeqfu mikeqfu self-assigned this Apr 30, 2024
Repository owner deleted a comment from zzx1505815205 Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant