Changes between Version 110 and Version 111 of GIS/Data


Ignore:
Timestamp:
11/30/16 17:52:00 (8 years ago)
Author:
Fran Boon
Comment:

PH_Lx updated with new region: NIR

Legend:

Unmodified
Added
Removed
Modified
  • GIS/Data

    v110 v111  
    779779These have come originally from [http://gadm.org GADM] but have had these changes:
    780780* L1s inserted by [http://www.philgis.org/freegisdata.htm PhilGIS] so their L1s become L2s, etc
     781* New region created: NIR [Negros Island Region]
    781782* Lakes removed from L3s (available in PH_Lakes.csv if-desired)
    782783* Davao Occidental has been created from Davao del Sur: http://en.wikipedia.org/wiki/Davao_Occidental
     
    799800 * Cotabato City & Isabela City marked as being directly in their L1s not in the L2s that they're capitals of
    800801
    801 NB The L4s are split into 3 files as otherwise they may fail to import.
     802NB The L4s are split into 4 files as otherwise they may fail to import.
    802803
    803804Use [http://7zip.org 7-Zip] to extract to your web2py folder & then install like this:
     
    837838db.commit()
    838839import_file = "PH_L4_3.csv"
     840File = open(import_file, "r")
     841resource.import_xml(File, format="csv", stylesheet=stylesheet)
     842db.commit()
     843import_file = "PH_L4_4.csv"
    839844File = open(import_file, "r")
    840845resource.import_xml(File, format="csv", stylesheet=stylesheet)