Mercurial > dive4elements > river
diff flys-backend/ChangeLog @ 2798:5a654f2e35bc
Added a python tool to import shapefiles into database.
flys-backend/trunk@4127 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 07 Mar 2012 20:37:03 +0000 |
parents | e41d03bf9807 |
children | 501f00e355eb |
line wrap: on
line diff
--- a/flys-backend/ChangeLog Wed Mar 07 20:27:20 2012 +0000 +++ b/flys-backend/ChangeLog Wed Mar 07 20:37:03 2012 +0000 @@ -1,4 +1,13 @@ -2012-03-06 Ingo Weinzierl <ingo@intevation.de> +2012-03-07 Ingo Weinzierl <ingo@intevation.de> + + * contrib/shpimporter/shpimporter.py, + contrib/shpimporter/utils.py, + contrib/shpimporter/uesg.py: A python based tool for importing + shapefiles into a database. This tool is based on python because it + makes use of GDAL OGR to read shapefiles and write features into + database. + +2012-03-07 Ingo Weinzierl <ingo@intevation.de> * doc/schema/postgresql-spatial.sql: Adapted the PostgreSQL schema for floodmaps.