Import Česká spořitelna
Jump to navigation
Jump to search
About
The purpose of this import is to add missing and update existing branches and ATMs of Česká spořitelna. The import is valid only for the Czech Republic and contains (Dec 2015) 668 branches and 1569 ATMs.
Source tag: ceska_sporitelna_gpx
Data
Available on http://www.csas.cz website in GPX format.
- Branches: http://www.csas.cz/banka/content/inet/internet/cs/gps_poi_garmin.xml
- Atms: http://www.csas.cz/banka/content/inet/internet/cs/gps_ATM_poi_garmin.xml
Data primitives: points
Licence: Unknown
Data content
- GPS coordinates
- Name
- Address (will be not imported)
- Opening hours
Example
<wpt lat="50.22032910188083" lon="12.19066256432047">
<name>Aš</name>
<cmt>Hlavní 2852/57, 35201, Aš Provozní doba: Po: 09:00 - 12:30, 13:30 - 17:00, Út: 09:00 - 12:30, 13:30 - 15:00, St: 09:00 - 12:30, 13:30 - 17:00, Čt: 09:00 - 12:30, 13:30 - 15:00, Pá: 09:00 - 12:30, 13:30 - 16:00, So: zavřeno, Ne: zavřeno</cmt>
<desc>Hlavní 2852/57, 35201, Aš Provozní doba: Po: 09:00 - 12:30, 13:30 - 17:00, Út: 09:00 - 12:30, 13:30 - 15:00, St: 09:00 - 12:30, 13:30 - 17:00, Čt: 09:00 - 12:30, 13:30 - 15:00, Pá: 09:00 - 12:30, 13:30 - 16:00, So: zavřeno, Ne: zavřeno</desc>
<sym>mypoi</sym>
<type>mypoi</type>
</wpt>
Known data issues
- GPS coordinates are not accurate. They usually point to the center of the building or outside of the building.
- In some cases, some POIs share the same coordinates. E.g.: Several branches for different type of customers.
- There are no IDs in dataset. Future updates could be not automated.
Import process
- Import is manual, using POI-Importer
- Gpx files are converted to geojson format by shell script
prepare_import_files.sh
at https://github.com/mkyral/osm/tree/master/import/ceska_sporitelna - Users will check datasets on dedicated POI-Importer page, they will upload the selected POIs to JOSM, merge them with existing OSM data and upload to OSM.
prepare_import_files.sh
- Generates txt, csv, osm and geojson files
- Opening hours are optimized – days with the same OH are merged; the value 24/7 is used if applicable.
Changes on POI-Importer
- Czech translation
- Ability to display import note that will be not imported on
I'll try to merge my changes to upstream
Data mapping
Bank branch
OSM tag | data | Note |
---|---|---|
amenity | bank | constant |
bic | GIBACZPX | constant |
brand | Česká spořitelna | constant |
name | Česká spořitelna, + <name> | constant + <name> tag |
operator | Česká spořitelna | constant |
description | Mobilní pobočka | Only for some mobile branches, derived from <name> |
contact:website | http://www.csas.cz | constant |
source | ceska_sporitelna_gpx | constant |
opening_hours | Mo,... | derived from "Provozní doba:" |
ATM
OSM tag | data | Note |
---|---|---|
amenity | atm | constant |
network | Česká spořitelna | constant |
name | <name> | <name> tag |
operator | Česká spořitelna | constant |
description | Mobilní pobočka | Only for some mobile branches, derived from <name> |
contact:website | http://www.csas.cz | constant |
source | ceska_sporitelna_gpx | constant |
opening_hours | Mo,... | derived from "Provozní doba:" |