Changes between Version 41 and Version 42 of WRBD


Ignore:
Timestamp:
Dec 3, 2010 3:56:31 PM (14 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WRBD

    v41 v42  
    260260 copy wrbd.station_st (st_id,st_waterbody,st_catchment,st_location, st_eastings,st_northing,st_x,st_y)  from 'D:/CelineJouanin/POSEProject/Ireland/DataIreland/8.Lakes_TWaters_Surveys_Stations.csv' with csv delimiter as ';' header;  
    261261copy wrbd.station_st (st_id,st_waterbody,st_catchment,st_location, st_eastings,st_northing,st_x,st_y) from 'C:/base/8.Lakes_TWaters_Surveys_Stations.csv' with csv delimiter as ';' header;  
     262-- I forgot to include st_source to differentiate 
     263 update  wrbd.station_st set st_source='WFD_Rivers_Surveys' where st_waterbody='River'; 
     264 update  wrbd.station_st set st_source='WFD_Rivers_Surveys' where st_waterbody='Lake'; 
     265 update  wrbd.station_st set st_source='WFD_Rivers_Surveys' where st_waterbody='Non-Freshwater'; 
     266  update  wrbd.station_st set st_waterbody='river' where st_waterbody='River'; 
    262267 
    263268}}}