Changes between Version 14 and Version 15 of WRBD


Ignore:
Timestamp:
Dec 2, 2010 2:06:11 PM (14 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WRBD

    v14 v15  
    258258d: 
    259259cd D:\CelineJouanin\POSEProject\Ireland 
    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 }}} 
     260cd C:\eda\ireland 
     261C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 4326 -I -W LATIN1 Outline_of_ireland.shp Outline_of_ireland > Outline_of_ireland.sql 
     262C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 4326  -W LATIN1 -I River_basin_districts.shp River_basin_districts > River_basin_districts.sql 
     263C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903  -W LATIN1 -I Irish_catchments.shp Irish_catchments > Irish_catchments.sql 
     264C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903  -W LATIN1 -I Irish_lakes.shp Irish_lakes > Irish_lakes.sql 
     265C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903  -W LATIN1 -I Irish_water_bodies.shp Irish_water_bodies > Irish_water_bodies.sql 
     266C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903  -W LATIN1 -I WFD_LakeSegment_WE.shp WFD_LakeSegment_WE > WFD_LakeSegment_WE.sql 
     267C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903  -W LATIN1 -I WFD_LakeWaterBodies_WE.shp WFD_LakeWaterBodies_WE > WFD_LakeWaterBodies_WE.sql 
     268C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903  -W LATIN1 -I WFD_RiverSegment_WE.shp WFD_RiverSegment_WE > WFD_RiverSegment_WE.sql 
     269C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 29903  -W LATIN1 -I WFD_RiverSubBasins_WE.shp WFD_RiverSubBasins_WE > WFD_RiverSubBasins_WE.sql 
     270REM ne marche pas 
     271REM 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 
     273C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -h localhost -U postgres -f Outline_of_ireland.sql 
     274C:\"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" 
     275C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -h localhost -U postgres -f River_basin_districts.sql 
     276C:\"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" 
     277C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -h localhost -U postgres -f Irish_catchments.sql 
     278C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -h localhost -U postgres -c "alter table irish_catchments set schema wrbd" 
     279C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -h localhost -U postgres -f Irish_lakes.sql 
     280C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -h localhost -U postgres -c "alter table irish_lakes set schema wrbd" 
     281C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -h localhost -U postgres -f Irish_water_bodies.sql 
     282C:\"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" 
     283C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -h localhost -U postgres -f WFD_LakeSegment_WE.sql 
     284C:\"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" 
     285C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -h localhost -U postgres -f WFD_RiverSegment_WE.sql 
     286C:\"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" 
     287C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -h localhost -U postgres -f WFD_RiverSubBasins_WE.sql 
     288C:\"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}}}