Changes between Version 31 and Version 32 of GIS/Data


Ignore:
Timestamp:
04/03/14 11:08:12 (11 years ago)
Author:
Fran Boon
Comment:

+AF_L3

Legend:

Unmodified
Added
Removed
Modified
  • GIS/Data

    v31 v32  
    1515* [http://eden.sahanafoundation.org/downloads/AF_Lx.7z AF_Lx.7z]
    1616
    17 These have come originally from [https://cod.humanitarianresponse.info COD] with Dari/Pashto names and better Romanised names from Wikipedia.[[BR]]
     17These have come originally from [https://cod.humanitarianresponse.info COD] with Pashto names and better Romanised names from Wikipedia.[[BR]]
    1818
    1919Use [http://7zip.org 7-Zip] to extract to your web2py folder & then install like this:
     
    3737db.commit()
    3838filename = "AF_L2.csv"
     39File = open(filename, "r")
     40resource.import_xml(File, format="csv", stylesheet=stylesheet)
     41db.commit()
     42filename = "AF_L3.csv"
    3943File = open(filename, "r")
    4044resource.import_xml(File, format="csv", stylesheet=stylesheet)