| 1 | back to first page [..][[BR]] |
| 2 | |
| 3 | == Station and district for mapfond and mapstation = |
| 4 | {{{ |
| 5 | C:\"Program Files"\PostgreSQL\8.4\bin\pgsql2shp -f "D:\CelineJouanin\exports_shape\station_western" -p 5432 -u postgres -P noisette16! -g the_geom -r -k eda2.0 wrbd.wrbd_station_ccm_500 |
| 6 | |
| 7 | C:\"Program Files"\PostgreSQL\8.4\bin\pgsql2shp -f "D:\CelineJouanin\exports_shape\district_Western" -p 5432 -u postgres -P noisette16! -g the_geom -r -k eda2.0 "select * from rbd_f1v3.emu where name_engl='Western'" |
| 8 | |
| 9 | |
| 10 | C:\"Program Files"\PostgreSQL\8.4\bin\pgsql2shp -f "D:\CelineJouanin\exports_shape\district_Bretagne" -p 5432 -u postgres -P noisette16! -g the_geom -r -k eda2.0 "select * from uga2010.uga where libelle='Bretagne'" |
| 11 | |
| 12 | |
| 13 | C:\"Program Files"\PostgreSQL\8.4\bin\pgsql2shp -f "D:\CelineJouanin\exports_shape\district_Rhone" -p 5432 -u postgres -P noisette16! -g the_geom -r -k eda2.0 "select * from uga2010.uga where libelle='Rhone-Mediterranee'" |
| 14 | |
| 15 | |
| 16 | C:\"Program Files"\PostgreSQL\8.4\bin\pgsql2shp -f "D:\CelineJouanin\exports_shape\station_Bretagne" -p 5432 -u postgres -P noisette16! -g the_geom -r -k eda2.0 "select * from bd_map.bdmap_ccm_gid b where gid in (select gid from ccm21.riversegments where wso1_id in (select wso1_id from europe.wso1 where area='Bretagne'))" |
| 17 | |
| 18 | C:\"Program Files"\PostgreSQL\8.4\bin\pgsql2shp -f "D:\CelineJouanin\exports_shape\station_Rhone" -p 5432 -u postgres -P noisette16! -g the_geom -r -k eda2.0 "select * from bd_map.bdmap_ccm_gid b where gid in (select gid from ccm21.riversegments where wso1_id in (select wso1_id from europe.wso1 where area='RhoneMediterranee'))" |
| 19 | }}} |