Files
secondo/Algebras/OSM/Scripts/TuCustomShpImport.sec
2026-01-23 17:03:45 +08:00

38 lines
1.1 KiB
Plaintext

################################################################################
### Controls the import of OSM data from custom 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/TuImportOsmDataFromShpFiles.sec;
@@../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;