comparison backend/contrib/import_river.sh @ 6651:8782ba5cb222 double-precision

Importer scripts: add default encoding to correctly read gew-files
author Tom Gottfried <tom@intevation.de>
date Wed, 24 Jul 2013 18:39:42 +0200
parents 25912df0facf
children 89f856e24d27
comparison
equal deleted inserted replaced
6642:b1fa193fa5db 6651:8782ba5cb222
35 IMPORTER_MAINVALUE_TYPES=QWTD- 35 IMPORTER_MAINVALUE_TYPES=QWTD-
36 IMPORTER_ANNOTATION_TYPES="conf/annotation-types.xml" 36 IMPORTER_ANNOTATION_TYPES="conf/annotation-types.xml"
37 37
38 38
39 MIN_MEMORY="8024m" 39 MIN_MEMORY="8024m"
40
41 # Default encoding. Change here if necessary
42 export LC_ALL=de_DE@euro
40 43
41 if [ -z "$OPTIONAL_LIBS" ]; then 44 if [ -z "$OPTIONAL_LIBS" ]; then
42 OPTIONAL_LIBS="$(dirname $0)/opt" 45 OPTIONAL_LIBS="$(dirname $0)/opt"
43 fi 46 fi
44 47

http://dive4elements.wald.intevation.org