Changes between Version 31 and Version 32 of GIS/Data
- Timestamp:
- 04/03/14 11:08:12 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/Data
v31 v32 15 15 * [http://eden.sahanafoundation.org/downloads/AF_Lx.7z AF_Lx.7z] 16 16 17 These have come originally from [https://cod.humanitarianresponse.info COD] with Dari/Pashto names and better Romanised names from Wikipedia.[[BR]]17 These have come originally from [https://cod.humanitarianresponse.info COD] with Pashto names and better Romanised names from Wikipedia.[[BR]] 18 18 19 19 Use [http://7zip.org 7-Zip] to extract to your web2py folder & then install like this: … … 37 37 db.commit() 38 38 filename = "AF_L2.csv" 39 File = open(filename, "r") 40 resource.import_xml(File, format="csv", stylesheet=stylesheet) 41 db.commit() 42 filename = "AF_L3.csv" 39 43 File = open(filename, "r") 40 44 resource.import_xml(File, format="csv", stylesheet=stylesheet)