Skip to content

esslingen mapping #205

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 66 additions & 0 deletions docs/mapping/esslingen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
### Esslingen

Esslingen provides its parking spaces as GeoJSON with polygons. Coordinates are in UTM32 and have to be transformed to
WSG84.

## Properties

| Field | Type | Cardinality | Mapping | Comment |
|--------------------------|-------------------------------|-------------|--------------------------|------------------------|
| Anzahl der Stellplätze | integer | 1 | capacity | |
| Ausrichtung | [Ausrichtung](#Ausrichtung) | 1 | orientation | |
| Bemerkungen | string | ? | description | |
| Beschränkung sonstig | string | ? | description | |
| fid | integer | 1 | uid | |
| Fläche | float | 1 | | |
| Frei für Parkausweis-Nr | string | 1 | description | |
| Parkerlaubnis zeitlich | string | ? | description | |
| Parkplatz-Typ | [ParkplatzTyp](#ParkplatzTyp) | 1 | purpose or restricted_to | See ParkplatzTyp below |
| Parkscheibe erforderlich | string | ? | description | |
| Parkschein erforderlich | string | ? | fee_description | |
| Überprüfungsdatum | integer | 1 | static_data_updated_at | |


### Ausrichtung


| Key | Mapping |
|----------------------|----------|
| längs | PARALLEL |
| quer | DIAGONAL |
| unbekannt | |


### ParkplatzTyp

| Key | Effect |
|-------------------------------------------------------------------------------------|---------------------------------|
| Parkplatz für die Öffentlichkeit ohne Beschränkungen | - |
| Parkplatz für die Öffentlichkeit mit Parkschein | - |
| Parkplatz für die Öffentlichkeit mit sonstigen Beschränkungen | - |
| Bewohner-Parkplatz | restricted_to.type = RESIDENT |
| Bewohner-Parkplatz sowie mit Parkschein auch für die Öffentlichkeit | - |
| Bewohner-Parkplatz sowie mit sonstigen Beschränkungen auch für die Öffentlichkeit | - |
| Bewohner-Parkplatz mit Beschränkungen | - |
| Behinderten-Parkplatz allgemein | restricted_to.type = DISABLED |
| Behinderten-Parkplatz beschränkt auf bestimmte Zeiten, sonst für die Öffentlichkeit | restricted_to.type = DISABLED |
| Behinderten-Parkplatz beschränkt auf bestimmte Zeiten, sonst nur für Bewohner | restricted_to.type = DISABLED |
| Behinderten-Parkplatz beschränkt auf bestimmte Zeiten, sonst für Taxi | restricted_to.type = DISABLED |
| Behinderten-Parkplatz für bestimmte Parkausweis-Nummer | restricted_to.type = DISABLED |
| Motorrad-Parkplatz | purpose = MOTORCYCLE |
| Carsharing-Stellplatz | restricted_to.type = CARSHARING |
| Taxi-Stellplatz | restricted_to.type = TAXI |
| Parkplatz für Elektrofahrzeuge während des Ladevorgangs | restricted_to.type = CHARGING |
| Wohnmobil-Parkplatz | restricted_to.type = CARAVAN |
| Omnibus-Parkplatz | restricted_to.type = BUS |
| Lkw-Parkplatz | restricted_to.type = TRUCK |
| Parkplatz privat betrieben für die Öffentlichkeit | - |
| Parkhaus oder Tiefgarage privat betrieben für die Öffentlichkeit | - |
| Wanderparkplatz | ignored |
| Privater Parkplatz | ignored |
| Behinderten-Parkplatz privat | ignored |
| Parkplatz für Elektrofahrzeuge während des Ladevorgangs privat | ignored |
| Parkplatz wegen Baustelle zurzeit nicht verfügbar | - |
| Parkplatz ungeklärt | ignored |
| Kein Parkplatz | ignored |
| null | ignored |