Skip to content

Commit

Permalink
Merge pull request #31 from ParkenDD/fix-register-neckarsulm_bike-and…
Browse files Browse the repository at this point in the history
…-reutlingen_bike-properly

fix: register neckarsulm_bike and reutlingen_bike properly
  • Loading branch information
the-infinity authored May 3, 2024
2 parents 6626a6f + 914378d commit d7ec66d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.3.1

Released 2024-05-03

Fixes:
* Register neckarsulm_bike and reutlingen_bike properly

## 0.3.0

Released 2024-05-02
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class NeckarsulmBikePushConverter(CsvConverter):
proj: pyproj.Proj = pyproj.Proj(proj='utm', zone=32, ellps='WGS84', preserve_units=True)

source_info = SourceInfo(
uid='neckarsulm',
uid='neckarsulm_bike',
name='Stadt Neckarsulm: Fahrad-Abstellanlagen',
public_url='https://www.neckarsulm.de',
has_realtime_data=False,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ReutlingenBikePushConverter(CsvConverter):
reutlingen_bike_row_validator = DataclassValidator(ReutlingenBikeRowInput)

source_info = SourceInfo(
uid='reutlingen',
uid='reutlingen_bike',
name='Stadt Reutlingen: Fahrrad-Abstellanlagen',
public_url='https://www.reutlingen.de',
has_realtime_data=False,
Expand Down
2 changes: 2 additions & 0 deletions src/parkapi_sources/parkapi_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
PbwPullConverter,
PforzheimPushConverter,
PumBwPushConverter,
ReutlingenBikePushConverter,
ReutlingenPushConverter,
StuttgartPushConverter,
UlmPullConverter,
Expand Down Expand Up @@ -53,6 +54,7 @@ class ParkAPISources:
PforzheimPushConverter,
PumBwPushConverter,
ReutlingenPushConverter,
ReutlingenBikePushConverter,
StuttgartPushConverter,
UlmPullConverter,
VrsParkAndRidePushConverter,
Expand Down

0 comments on commit d7ec66d

Please sign in to comment.