Changes between Version 170 and Version 171 of GIS/Data


Ignore:
Timestamp:
09/17/21 23:24:10 (3 years ago)
Author:
Fran Boon
Comment:

BT_L3

Legend:

Unmodified
Added
Removed
Modified
  • GIS/Data

    v170 v171  
    11861186* [http://eden.sahanafoundation.org/downloads/BT_Lx.7z BT_Lx.7z]
    11871187
    1188 These have come originally from [https://data.humdata.org/dataset/bhutan-administrative-boundaries-levels-0-2 HDX] with Dzongkha names and alternate names from Wikipedia.[[BR]]
     1188L1s/L2s have come originally from [https://data.humdata.org/dataset/bhutan-administrative-boundaries-levels-0-2 HDX] with Dzongkha names and alternate names from Wikipedia and DMIS.[[BR]]
     1189L3s have come from [wiki:GIS/OpenStreetMap][[BR]]
    11891190
    11901191Use [http://7zip.org 7-Zip] to extract to your web2py folder & then install like this:
     
    12081209db.commit()
    12091210import_file = "BT_L2.csv"
     1211File = open(import_file, "r")
     1212resource.import_xml(File, format="csv", stylesheet=stylesheet)
     1213db.commit()
     1214import_file = "BT_L3.csv"
    12101215File = open(import_file, "r")
    12111216resource.import_xml(File, format="csv", stylesheet=stylesheet)