comparison flys-backend/contrib/shpimporter/floodplains.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="floodplain" 8 TABLE_NAME="floodplain"
6 PATH="Hydrologie/Hydr.Grenzen" 9 PATH="Hydrologie/Hydr.Grenzen"

http://dive4elements.wald.intevation.org