Import of transport infrastructure data from GIP.at
See: GIPrva.pdf
Proof of concept achieved
Visual Studio 2017 or VS2019 + SQL Server Integration Services Projects Extension, SQL Server
In Visual Studio start window: "Clone a repository"
Git repository URL: https://github.com/robhubi/GIPrva.git
Solution File: "Import GIP RVA.sln"
- Add a new database "GIPrva" to your SQL Server
- Start script "createAllTbls.sql"
The values are accessible via the connection managers of the SSIS packages:
- For Flat File Connection Managers: Map path to CSV tables to drive letter "G"
- Edit Flat File Connection Managers: Edit path to SQL scripts
- Edit (project) OLE DB connection Manager: Server name; Authentication, database name = "GIPrva"
- download "A - Routing export: ZIP archive with the individual IDF tables" from http://open.gip.gv.at/ogd/A_routingexport_ogd_split.zip
- unpack
- in VS: open solution "GIPrva_DBproj2". Enter the password to decrypt the sensitive data.
- right click on SSIS package "SSIS_MASTER.dtsx" - Execute Package