Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 3654:59ca5dab2782
Shape importer: use python's OptionParse to read user specific configuration from command line.
flys-backend/trunk@5231 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 22 Aug 2012 11:55:55 +0000 |
parents | 20d249e1589f |
children | 8654e4480fc6 |
comparison
equal
deleted
inserted
replaced
3653:20d249e1589f | 3654:59ca5dab2782 |
---|---|
1 2012-08-22 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * contrib/shpimporter/shpimporter.py: Use OptionParse to read command line | |
4 options. Now, it is no longer necessary to adjust user specific settings | |
5 in python files. Users should adapt run.sh script for specific settings. | |
6 | |
7 * contrib/shpimporter/catchments.py, | |
8 contrib/shpimporter/boundaries.py, | |
9 contrib/shpimporter/hws.py, | |
10 contrib/shpimporter/importer.py, | |
11 contrib/shpimporter/uesg.py, | |
12 contrib/shpimporter/axis.py, | |
13 contrib/shpimporter/km.py, | |
14 contrib/shpimporter/floodplains.py, | |
15 contrib/shpimporter/lines.py, | |
16 contrib/shpimporter/gauges.py, | |
17 contrib/shpimporter/buildings.py, | |
18 contrib/shpimporter/fixpoints.py, | |
19 contrib/shpimporter/crosssectiontracks.py: Added new method getName(). | |
20 | |
21 * contrib/shpimporter/utils.py: Use shpimporter functions to print debug | |
22 messages. | |
23 | |
24 * contrib/shpimporter/run.sh: New shell script to run the shape importer | |
25 with a default configuration. | |
26 | |
1 2012-08-09 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 27 2012-08-09 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 28 |
3 * src/main/java/de/intevation/flys/model/FastAnnotations.java: | 29 * src/main/java/de/intevation/flys/model/FastAnnotations.java: |
4 Added toString() to Annotation. | 30 Added toString() to Annotation. |
5 | 31 |