Files
secondo/bin/Scripts/replayNrwImportShape.SEC

26 lines
649 B
Plaintext
Raw Permalink Normal View History

2026-01-23 17:03:45 +08:00
# Importing NRW Data
close database
create database nrw
open database nrw
replaySHPImport(../Data/NRW/roads.shp,Roads,GeoData,Partitioning)
replaySHPImport(../Data/NRW/waterways.shp,Waterways,GeoData,Partitioning)
replaySHPImport(../Data/NRW/railways.shp,Railways,GeoData,Partitioning)
replaySHPImport(../Data/NRW/points.dbf,Points,GeoData,Partitioning)
replaySHPImport(../Data/NRW/places.dbf,Places,GeoData,Partitioning)
replaySHPImport(../Data/NRW/natural.dbf,Natural,GeoData,Partitioning)
replaySHPImport(../Data/NRW/buildings.dbf,Buildings,GeoData,Partitioning)
replaySHPImport(../Data/NRW/landuse.dbf,Landuse,GeoData,Partitioning)