Changes between Version 110 and Version 111 of GIS/Data
- Timestamp:
- 11/30/16 17:52:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/Data
v110 v111 779 779 These have come originally from [http://gadm.org GADM] but have had these changes: 780 780 * L1s inserted by [http://www.philgis.org/freegisdata.htm PhilGIS] so their L1s become L2s, etc 781 * New region created: NIR [Negros Island Region] 781 782 * Lakes removed from L3s (available in PH_Lakes.csv if-desired) 782 783 * Davao Occidental has been created from Davao del Sur: http://en.wikipedia.org/wiki/Davao_Occidental … … 799 800 * Cotabato City & Isabela City marked as being directly in their L1s not in the L2s that they're capitals of 800 801 801 NB The L4s are split into 3files as otherwise they may fail to import.802 NB The L4s are split into 4 files as otherwise they may fail to import. 802 803 803 804 Use [http://7zip.org 7-Zip] to extract to your web2py folder & then install like this: … … 837 838 db.commit() 838 839 import_file = "PH_L4_3.csv" 840 File = open(import_file, "r") 841 resource.import_xml(File, format="csv", stylesheet=stylesheet) 842 db.commit() 843 import_file = "PH_L4_4.csv" 839 844 File = open(import_file, "r") 840 845 resource.import_xml(File, format="csv", stylesheet=stylesheet)