comparison flys-backend/contrib/shpimporter/crosssectiontracks.py @ 5128:a020100ee6a1

SCHEME CHANGE: Merge branch dami into default. A summary on the scheme changes: HWS and Lines tables are dropped and will be replaced by HWS_Lines and HWS_Points. The catchment table removed and will be replaced by a WMS Service. Hydr_boundaries has an added reference to boundary_kind sectie_kind and sobek_kind objects. Dem has a new column srid.
author Andre Heinecke <aheinecke@intevation.de>
date Thu, 28 Feb 2013 11:48:17 +0100
parents c5187ab9f571
children 88e3473a3846
comparison
equal deleted inserted replaced
5126:e37b25628dd4 5128:a020100ee6a1
1 import ogr 1 try:
2 from osgeo import ogr
3 except ImportError:
4 import ogr
2 5
3 from importer import Importer 6 from importer import Importer
4 7
5 TABLE_NAME="cross_section_tracks" 8 TABLE_NAME="cross_section_tracks"
6 PATH="Geodaesie/Querprofile" 9 PATH="Geodaesie/Querprofile"

http://dive4elements.wald.intevation.org