Changes between Version 188 and Version 189 of UserGuidelines/GIS/Data
- Timestamp:
- 11/17/11 19:23:58 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/GIS/Data
v188 v189 330 330 Note that some countries have boundaries which change frequently and so datasets can often be a little out of date. 331 331 332 To import into Sahana Eden's gis_location table :332 To import into Sahana Eden's gis_location table (for consistency of naming/boundaries across basemap & dynamic data): 333 333 * Install Python GDAL bindings: GDAL-1.8.1.tar.gz 334 334 * Open a web2py CLI: … … 413 413 /etc/init.d/tomcat6 restart 414 414 }}} 415 416 To import into Sahana's gis_location table for consistency across basemap & queries (naming & boundaries):417 {{{418 apt-get install python-gdal419 cd ~web2py420 python web2py.py -S eden -M -R import_utf8.py421 }}}422 423 415 === Population Density === 424 416 ==== GPWv3 ====