Changes between Version 108 and Version 109 of GIS/Data
- Timestamp:
- 04/07/16 17:07:14 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/Data
v108 v109 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 2 files as otherwise they may fail to import. 802 801 803 Use [http://7zip.org 7-Zip] to extract to your web2py folder & then install like this: 802 804 {{{ … … 826 828 resource.import_xml(File, format="csv", stylesheet=stylesheet) 827 829 db.commit() 828 import_file = "PH_L4.csv" 830 import_file = "PH_L4_1.csv" 831 File = open(import_file, "r") 832 resource.import_xml(File, format="csv", stylesheet=stylesheet) 833 db.commit() 834 import_file = "PH_L4_2.csv" 829 835 File = open(import_file, "r") 830 836 resource.import_xml(File, format="csv", stylesheet=stylesheet)