Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 3951:89ada0b9083f
Modified the schema for DGMs; added converter for CSV to SQL for DGM information.
flys-backend/trunk@5604 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 27 Sep 2012 07:24:07 +0000 |
parents | 82e931f88137 |
children | 5d8db3349b77 |
comparison
equal
deleted
inserted
replaced
3950:82e931f88137 | 3951:89ada0b9083f |
---|---|
1 2012-09-27 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/schema/postgresql-spatial.sql: | |
4 | |
5 * doc/schema/import-dems.sql: Added more information to fullfil the schema | |
6 for dems. | |
7 | |
8 * src/main/java/de/intevation/flys/utils/DgmSqlConverter.java: New converter | |
9 for CSV files with DGM information; results in a SQL file with INSERT | |
10 statements. | |
11 | |
12 * pom.xml: Added dependency to OpenCSV for reading CSV files. | |
13 | |
1 2012-09-24 Ingo Weinzierl <ingo@intevation.de> | 14 2012-09-24 Ingo Weinzierl <ingo@intevation.de> |
2 | 15 |
3 * contrib/shpimporter/importer.py: Fixed method name for ERROR log | 16 * contrib/shpimporter/importer.py: Fixed method name for ERROR log |
4 messages. | 17 messages. |
5 | 18 |