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

add providers oberschwabenmobil, gmuend_bewegt #193

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

ThorstenFroehlinghaus
Copy link
Member

new moqo providers

Copy link
Collaborator

@hbruch hbruch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please add your changes to the CHANGELOG.md before merging.

Comment on lines +150 to +151
if address:
station['address'] = address
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are address / their components really optional? Above, you access them via [], are the properties contained but empty?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oberschwaben Mobil has a station "RV-Nordstadt" with geocoordinates, but without any address information. The attributes town, zipcode, street, streetnumber are available, but they are = "".

@ThorstenFroehlinghaus ThorstenFroehlinghaus merged commit 9f9ee74 into main Dec 11, 2024
2 checks passed
@ThorstenFroehlinghaus ThorstenFroehlinghaus deleted the oberschwabenmobil_gmuendbewegt branch December 11, 2024 14:44
Comment on lines -61 to -62
if provider in ['flinkster']:
return FlinksterProvider(feed_config)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

An oversight in the review: you removed the flinkster option here, but kept the import, the config and the FlinksterProvider itself. Either it should be removed completely or kept here as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants