Changes between Version 108 and Version 109 of GIS/Data


Ignore:
Timestamp:
04/07/16 17:07:14 (8 years ago)
Author:
Fran Boon
Comment:

PH_L4 split into 2 files

Legend:

Unmodified
Added
Removed
Modified
  • GIS/Data

    v108 v109  
    799799 * Cotabato City & Isabela City marked as being directly in their L1s not in the L2s that they're capitals of
    800800
     801NB The L4s are split into 2 files as otherwise they may fail to import.
     802
    801803Use [http://7zip.org 7-Zip] to extract to your web2py folder & then install like this:
    802804{{{
     
    826828resource.import_xml(File, format="csv", stylesheet=stylesheet)
    827829db.commit()
    828 import_file = "PH_L4.csv"
     830import_file = "PH_L4_1.csv"
     831File = open(import_file, "r")
     832resource.import_xml(File, format="csv", stylesheet=stylesheet)
     833db.commit()
     834import_file = "PH_L4_2.csv"
    829835File = open(import_file, "r")
    830836resource.import_xml(File, format="csv", stylesheet=stylesheet)