All lots need to have the same ID as it was generated in the original ParkAPI by the geojson wrapper. (As discussed in issue #1)
In essence that means:
- start with legacy city name (e.g. frankfurt instead of frankfurt-am-main)
- no spaces
- use
utils/strings/name_to_legacy_id to convert the name strings
- new scrapers can use
utils/strings/name_to_id which allows - separators
branch: feature/legacy-ids