Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 3655:8654e4480fc6
Shape importer: added command line option dry_run to supress database transactions.
flys-backend/trunk@5235 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 22 Aug 2012 13:04:05 +0000 |
parents | 59ca5dab2782 |
children | 6603aeeda6e3 |
comparison
equal
deleted
inserted
replaced
3654:59ca5dab2782 | 3655:8654e4480fc6 |
---|---|
1 2012-08-22 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * contrib/shpimporter/axis.py: Use log methods of shpimporter and | |
4 removed print() calls. | |
5 | |
6 * contrib/shpimporter/importer.py: Evaluate command line option 'dry_run'. | |
7 Do not commit database transaction if it is activated. | |
8 | |
9 * contrib/shpimporter/shpimporter.py: Added new command line option | |
10 'dry_run' to supress database transactions. | |
11 | |
1 2012-08-22 Ingo Weinzierl <ingo@intevation.de> | 12 2012-08-22 Ingo Weinzierl <ingo@intevation.de> |
2 | 13 |
3 * contrib/shpimporter/shpimporter.py: Use OptionParse to read command line | 14 * contrib/shpimporter/shpimporter.py: Use OptionParse to read command line |
4 options. Now, it is no longer necessary to adjust user specific settings | 15 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. | 16 in python files. Users should adapt run.sh script for specific settings. |