Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 2853:bd9e76e0b55d
Improved the python shapefile importer.
flys-backend/trunk@4313 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 27 Apr 2012 06:39:12 +0000 |
parents | 875a87b8489f |
children | 89b097c8ebd7 |
comparison
equal
deleted
inserted
replaced
2852:875a87b8489f | 2853:bd9e76e0b55d |
---|---|
1 2012-04-27 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * contrib/shpimporter/lines.py, | |
4 contrib/shpimporter/buildings.py, | |
5 contrib/shpimporter/importer.py, | |
6 contrib/shpimporter/fixpoints.py, | |
7 contrib/shpimporter/axis.py, | |
8 contrib/shpimporter/crosssectiontracks.py, | |
9 contrib/shpimporter/km.py: New classes for importing specific | |
10 shapefiles. Each of this imports defines its target db tablename and a | |
11 directory path to the shapefiles it should import. | |
12 | |
13 * contrib/shpimporter/uesg.py: Some modifications necessary to streamline | |
14 the import process of shapefiles. | |
15 | |
16 * contrib/shpimporter/shpimporter.py: Use all available imports for the | |
17 import process. | |
18 | |
1 2012-04-26 Ingo Weinzierl <ingo@intevation.de> | 19 2012-04-26 Ingo Weinzierl <ingo@intevation.de> |
2 | 20 |
3 * doc/schema/oracle-spatial.sql: Repaired broken schema. | 21 * doc/schema/oracle-spatial.sql: Repaired broken schema. |
4 | 22 |
5 2012-04-26 Ingo Weinzierl <ingo@intevation.de> | 23 2012-04-26 Ingo Weinzierl <ingo@intevation.de> |