260 | | |
261 | | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 4326 -I Outline_of_ireland.shp Outline_of_ireland > Outline_of_ireland.sql |
262 | | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 4326 -I River_basin_districts.shp River_basin_districts > River_basin_districts.sql |
263 | | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903 -I Irish_catchments.shp Irish_catchments > Irish_catchments.sql |
264 | | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903 -I Irish_lakes.shp Irish_lakes > Irish_lakes.sql |
265 | | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903 -I Irish_water_bodies.shp Irish_water_bodies > Irish_water_bodies.sql |
266 | | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903 -I WFD_LakeSegment_WE.shp WFD_LakeSegment_WE > WFD_LakeSegment_WE.sql |
267 | | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903 -I WFD_LakeWaterBodies_WE.shp WFD_LakeWaterBodies_WE > WFD_LakeWaterBodies_WE.sql |
268 | | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903 -I WFD_RiverSegment_WE.shp WFD_RiverSegment_WE > WFD_RiverSegment_WE.sql |
269 | | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903 -I WFD_RiverSubBasins_WE.shp WFD_RiverSubBasins_WE > WFD_RiverSubBasins_WE.sql |
270 | | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903 -I WFD_RiverWaterBodies_WE.shp WFD_RiverWaterBodies_WE > WFD_RiverWaterBodies_WE.sql |
271 | | }}} |
| 260 | cd C:\eda\ireland |
| 261 | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 4326 -I -W LATIN1 Outline_of_ireland.shp Outline_of_ireland > Outline_of_ireland.sql |
| 262 | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 4326 -W LATIN1 -I River_basin_districts.shp River_basin_districts > River_basin_districts.sql |
| 263 | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903 -W LATIN1 -I Irish_catchments.shp Irish_catchments > Irish_catchments.sql |
| 264 | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903 -W LATIN1 -I Irish_lakes.shp Irish_lakes > Irish_lakes.sql |
| 265 | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903 -W LATIN1 -I Irish_water_bodies.shp Irish_water_bodies > Irish_water_bodies.sql |
| 266 | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903 -W LATIN1 -I WFD_LakeSegment_WE.shp WFD_LakeSegment_WE > WFD_LakeSegment_WE.sql |
| 267 | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903 -W LATIN1 -I WFD_LakeWaterBodies_WE.shp WFD_LakeWaterBodies_WE > WFD_LakeWaterBodies_WE.sql |
| 268 | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903 -W LATIN1 -I WFD_RiverSegment_WE.shp WFD_RiverSegment_WE > WFD_RiverSegment_WE.sql |
| 269 | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903 -W LATIN1 -I WFD_RiverSubBasins_WE.shp WFD_RiverSubBasins_WE > WFD_RiverSubBasins_WE.sql |
| 270 | REM ne marche pas |
| 271 | REM C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903 -W LATIN1 -I WFD_RiverWaterBodies_WE.shp WFD_RiverWaterBodies_WE > WFD_RiverWaterBodies_WE.sql |
| 272 | |
| 273 | C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -h localhost -U postgres -f Outline_of_ireland.sql |
| 274 | C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -h localhost -U postgres -c "alter table outline_of_ireland set schema wrbd" |
| 275 | C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -h localhost -U postgres -f River_basin_districts.sql |
| 276 | C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -h localhost -U postgres -c "alter table river_basin_districts set schema wrbd" |
| 277 | C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -h localhost -U postgres -f Irish_catchments.sql |
| 278 | C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -h localhost -U postgres -c "alter table irish_catchments set schema wrbd" |
| 279 | C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -h localhost -U postgres -f Irish_lakes.sql |
| 280 | C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -h localhost -U postgres -c "alter table irish_lakes set schema wrbd" |
| 281 | C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -h localhost -U postgres -f Irish_water_bodies.sql |
| 282 | C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -h localhost -U postgres -c "alter table irish_water_bodies set schema wrbd" |
| 283 | C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -h localhost -U postgres -f WFD_LakeSegment_WE.sql |
| 284 | C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -h localhost -U postgres -c "alter table wfd_lakesegment_we set schema wrbd" |
| 285 | C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -h localhost -U postgres -f WFD_RiverSegment_WE.sql |
| 286 | C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -h localhost -U postgres -c "alter table wfd_riversegment_we set schema wrbd" |
| 287 | C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -h localhost -U postgres -f WFD_RiverSubBasins_WE.sql |
| 288 | C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -h localhost -U postgres -c "alter table wfd_riversubbasins_we set schema wrbd" |
| 289 | |
| 290 | }}} |