Changes between Version 109 and Version 110 of GIS/Data
- Timestamp:
- 09/20/16 16:20:52 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified GIS/Data
v109 v110 799 799 * Cotabato City & Isabela City marked as being directly in their L1s not in the L2s that they're capitals of 800 800 801 NB The L4s are split into 2files as otherwise they may fail to import.801 NB The L4s are split into 3 files as otherwise they may fail to import. 802 802 803 803 Use [http://7zip.org 7-Zip] to extract to your web2py folder & then install like this: … … 833 833 db.commit() 834 834 import_file = "PH_L4_2.csv" 835 File = open(import_file, "r") 836 resource.import_xml(File, format="csv", stylesheet=stylesheet) 837 db.commit() 838 import_file = "PH_L4_3.csv" 835 839 File = open(import_file, "r") 836 840 resource.import_xml(File, format="csv", stylesheet=stylesheet)