Changes between Version 170 and Version 171 of GIS/Data
- Timestamp:
- 09/17/21 23:24:10 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/Data
v170 v171 1186 1186 * [http://eden.sahanafoundation.org/downloads/BT_Lx.7z BT_Lx.7z] 1187 1187 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]] 1188 L1s/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]] 1189 L3s have come from [wiki:GIS/OpenStreetMap][[BR]] 1189 1190 1190 1191 Use [http://7zip.org 7-Zip] to extract to your web2py folder & then install like this: … … 1208 1209 db.commit() 1209 1210 import_file = "BT_L2.csv" 1211 File = open(import_file, "r") 1212 resource.import_xml(File, format="csv", stylesheet=stylesheet) 1213 db.commit() 1214 import_file = "BT_L3.csv" 1210 1215 File = open(import_file, "r") 1211 1216 resource.import_xml(File, format="csv", stylesheet=stylesheet)