comparison flys-backend/contrib/shpimporter/fixpoints.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 edba92337204
comparison
equal deleted inserted replaced
5126:e37b25628dd4 5128:a020100ee6a1
1 import ogr, osr 1 try:
2 from osgeo import ogr, osr
3 except ImportError:
4 import ogr, osr
2 5
3 from importer import Importer 6 from importer import Importer
4 7
5 TABLE_NAME="fixpoints" 8 TABLE_NAME="fixpoints"
6 PATH="Geodaesie/Festpunkte" 9 PATH="Geodaesie/Festpunkte"

http://dive4elements.wald.intevation.org