Changes between Version 49 and Version 50 of GIS/Data
- Timestamp:
- 08/13/14 11:13:52 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/Data
v49 v50 520 520 stylesheet = os.path.join(request.folder, "static", "formats", "s3csv", "gis", "location.xsl") 521 521 import_file = "TJ_L0.csv" 522 File = open(import_file, "r") 523 resource.import_xml(File, format="csv", stylesheet=stylesheet) 524 db.commit() 525 import_file = "TJ_L1.csv" 522 526 File = open(import_file, "r") 523 527 resource.import_xml(File, format="csv", stylesheet=stylesheet)