Advertisement
Guest User

gnafLoader

a guest
Jul 17th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. D:\DemoFolder\G-NAF\gnaf-loader>python load-gnaf.py --gnaf-tables-path="D:\DemoFolder\G-NAF\Downloads\MAY16_GNAF_PipeSeparatedValue_20160523140820\G-NAF\G-NAF MAY 2016" --admin-bdys-path="D:\DemoFolder\G-NAF\Downloads" --states VIC --pgdb="gnaf_May16" --pguser="postgres" --pgpassword="admin"
  2.  
  3. Running on Postgres 9.5.3 and PostGIS 2.2.2 (with GEOS 3.5.0-CAPI-1.9.0)
  4.  
  5. Part 1 of 4 : Start raw GNAF load : 2016-07-15 15:12:23.959000
  6.         - Step 1 of 6 : tables dropped : 0:00:00.002000
  7.         - Step 2 of 6 : database NOT vacuumed
  8.         - Step 3 of 6 : tables created : 0:00:00.117000
  9.                 - Loading state VIC
  10.         - Step 4 of 6 : tables populated : 0:01:59.229000
  11.         - Step 5 of 6 : indexes created: 0:00:46.547000
  12.         - Step 6 of 6 : primary & foreign keys NOT created
  13. Part 1 of 4 : Raw GNAF loaded! : 0:02:50.651000
  14.  
  15. Part 2 of 4 : Start raw admin boundary load : 2016-07-15 15:15:14.610000
  16.         - Step 1 of 3 : raw admin boundaries loaded : 0:00:36.511000
  17.         - Step 2 of 3 : admin boundaries prepped : 0:00:14.593000
  18.         - Step 3 of 3 : admin boundaries for analysis created : 0:00:10.940000
  19. Part 2 of 4 : Raw admin boundaries loaded! : 0:01:02.061000
  20.  
  21.  
  22. D:\DemoFolder\G-NAF\gnaf-loader>python load-gnaf.py --gnaf-tables-path="D:\DemoFolder\G-NAF\Downloads\MAY16_GNAF_PipeSeparatedValue_20160523140820\G-NAF\G-NAF MAY 2016" --admin-bdys-path="D:\DemoFolder\G-NAF\Downloads" --pgdb="gnaf_May16" --pguser="postgres" --pgpassword="somepassword"
  23.  
  24. Running on Postgres 9.5.3 and PostGIS 2.2.2 (with GEOS 3.5.0-CAPI-1.9.0)
  25.  
  26. Part 1 of 4 : Start raw GNAF load : 2016-07-15 15:38:56.139000
  27.         - Step 1 of 6 : tables dropped : 0:00:00.002000
  28.         - Step 2 of 6 : database NOT vacuumed
  29.         - Step 3 of 6 : tables created : 0:00:00.131000
  30.                 - Loading state ACT
  31.                 - Loading state NSW
  32.                 - Loading state NT
  33.                 - Loading state OT
  34.                 - Loading state QLD
  35.                 - Loading state SA
  36.                 - Loading state TAS
  37.                 - Loading state VIC
  38.                 - Loading state WA
  39.         - Step 4 of 6 : tables populated : 0:16:13.075000
  40.         - Step 5 of 6 : indexes created: 0:06:03.473000
  41.         - Step 6 of 6 : primary & foreign keys NOT created
  42. Part 1 of 4 : Raw GNAF loaded! : 0:22:16.699000
  43.  
  44. Part 2 of 4 : Start raw admin boundary load : 2016-07-15 16:01:12.840000
  45.         - Step 1 of 3 : raw admin boundaries loaded : 0:05:59.779000
  46.         - Step 2 of 3 : admin boundaries prepped : 0:03:14.909000
  47.         - Step 3 of 3 : admin boundaries for analysis created : 0:01:24.158000
  48. Part 2 of 4 : Raw admin boundaries loaded! : 0:10:38.852000
  49.  
  50. Part 3 of 4 : Start create reference tables : 2016-07-15 16:11:51.693000
  51.         - Step  1 of 14 : create reference tables : 0:00:00.468000
  52.         - Step  2 of 14 : localities populated : 0:00:00.709000
  53.         - Step  3 of 14 : locality aliases populated : 0:00:00.709000
  54.         - Step  4 of 14 : locality neighbours populated : 0:00:00.213000
  55.         - Step  5 of 14 : streets populated : 0:00:21.562000
  56.         - Step  6 of 14 : street aliases populated : 0:00:00.903000
  57.         - Step  7 of 14 : addresses populated : 0:37:11.565000
  58.         - Step  8 of 14 : principal alias lookup populated : 0:03:32.527000
  59.         - Step  9 of 14 : primary secondary lookup populated : 0:03:10.621000
  60.         - Step 10 of 14 : Melbourne split : 0:01:22.884000
  61.         - Step 11 of 14 : localities finalised : 0:07:00.425000
  62.         - Step 12 of 14 : addresses finalised : 0:04:53.826000
  63.         - Step 13 of 14 : postcode boundaries created : 0:02:58.123000
  64.         - Step 14 of 14 : create primary & foreign keys and indexes : 0:16:00.171000
  65. Part 3 of 4 : Reference tables created! : 1:16:34.736000
  66.  
  67. Part 4 of 4 : Start boundary tagging addresses : 2016-07-15 17:28:26.429000
  68.         - Step 1 of 3 : gnaf addresses tagged with admin boundary IDs: 0:05:18.834000
  69.         - Step 2 of 3 : invalid matches deleted & bdy tag indexes created : 0:04:28.107000
  70.         - Step 3 of 3 : gnaf bdy tag table created : 0:34:59.715000
  71. Part 4 of 4 : Addresses boundary tagged: 0:44:46.675000
  72. Total time : : 2:34:18.399000
  73.  
  74. D:\DemoFolder\G-NAF\gnaf-loader>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement