| 213 | |
| 214 | {{{ |
| 215 | d: |
| 216 | cd D:\CelineJouanin\POSEProject\Ireland |
| 217 | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903 -I Irish_catchments.shp Irish_catchments > Irish_catchments.sql |
| 218 | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903 -I Irish_lakes.shp Irish_lakes > Irish_lakes.sql |
| 219 | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903 -I Irish_water_bodies.shp Irish_water_bodies > Irish_water_bodies.sql |
| 220 | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 4326 -I Outline_of_ireland.shp Outline_of_ireland > Outline_of_ireland.sql |
| 221 | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 4326 -I River_basin_districts.shp River_basin_districts > River_basin_districts.sql |
| 222 | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903 -I WFD_LakeSegment_WE.shp WFD_LakeSegment_WE > WFD_LakeSegment_WE.sql |
| 223 | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903 -I WFD_LakeWaterBodies_WE.shp WFD_LakeWaterBodies_WE > WFD_LakeWaterBodies_WE.sql |
| 224 | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903 -I WFD_RiverSegment_WE.shp WFD_RiverSegment_WE > WFD_RiverSegment_WE.sql |
| 225 | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903 -I WFD_RiverSubBasins_WE.shp WFD_RiverSubBasins_WE > WFD_RiverSubBasins_WE.sql |
| 226 | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903 -I WFD_RiverWaterBodies_WE.shp WFD_RiverWaterBodies_WE > WFD_RiverWaterBodies_WE.sql |
| 227 | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903 -I WFD_RiverWaterBodies_WE.shp WFD_RiverWaterBodies_WE > WFD_RiverWaterBodies_WE.sql |
| 228 | }}} |