Changes between Version 109 and Version 110 of GIS/Data


Ignore:
Timestamp:
09/20/16 16:20:52 (9 years ago)
Author:
Fran Boon
Comment:

PH_L4 split into 3 files

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified GIS/Data

    v109 v110  
    799799 * Cotabato City & Isabela City marked as being directly in their L1s not in the L2s that they're capitals of
    800800
    801 NB The L4s are split into 2 files as otherwise they may fail to import.
     801NB The L4s are split into 3 files as otherwise they may fail to import.
    802802
    803803Use [http://7zip.org 7-Zip] to extract to your web2py folder & then install like this:
     
    833833db.commit()
    834834import_file = "PH_L4_2.csv"
     835File = open(import_file, "r")
     836resource.import_xml(File, format="csv", stylesheet=stylesheet)
     837db.commit()
     838import_file = "PH_L4_3.csv"
    835839File = open(import_file, "r")
    836840resource.import_xml(File, format="csv", stylesheet=stylesheet)