40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
################################################################################
|
|
### Controls the import of OSM data from shape files
|
|
################################################################################
|
|
### Description:
|
|
### - Please, see tu_shp_import.sh for further details.
|
|
###
|
|
### Preconditions:
|
|
### - none
|
|
###
|
|
### Postconditions:
|
|
### - existing database containing all imported and processed city data
|
|
###
|
|
### Author:
|
|
### - Thomas Uchdorf, thomas.uchdorf(at)fernuni-hagen.de
|
|
################################################################################
|
|
|
|
@@../Algebras/OSM/Scripts/TuPreprocessImport.sec;
|
|
|
|
@@../Algebras/OSM/Scripts/TuImportOsmDataFromOsmFile.sec;
|
|
|
|
# Skipping modifications due to the use of a different shp-file-format
|
|
#@@../Algebras/OSM/Scripts/TuAdjustDataToGfFormat.sec;
|
|
|
|
@@../Algebras/OSM/Scripts/TuPostprocessImportedOsmData.sec;
|
|
|
|
@@../Algebras/OSM/Scripts/TuDetermineSections.sec;
|
|
|
|
@@../Algebras/OSM/Scripts/TuCreateGraph.sec;
|
|
|
|
@@../Algebras/OSM/Scripts/TuPrepareNetworkCreation.sec;
|
|
|
|
#@@../Algebras/OSM/Scripts/TuCreateNetworkStep1.sec;
|
|
|
|
#@@../Algebras/OSM/Scripts/TuCreateNetworkStep2.sec;
|
|
|
|
#@@../Algebras/OSM/Scripts/TuCreateNetworkStep3.sec;
|
|
|
|
@@../Algebras/OSM/Scripts/TuCreateNetworkStep4.sec;
|
|
|