Changes between Version 113 and Version 114 of GIS/Data


Ignore:
Timestamp:
08/07/17 14:06:59 (7 years ago)
Author:
Fran Boon
Comment:

DE updated

Legend:

Unmodified
Added
Removed
Modified
  • GIS/Data

    v113 v114  
    13841384resource.import_xml(File, format="csv", stylesheet=stylesheet)
    13851385db.commit()
     1386import_file = "DE_L4.csv"
     1387File = open(import_file, "r")
     1388resource.import_xml(File, format="csv", stylesheet=stylesheet)
     1389db.commit()
    13861390gis.update_location_tree()
    13871391db.commit()