Changes between Version 20 and Version 21 of INTEGRATING stations
- Timestamp:
- Jan 19, 2011 11:00:21 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
INTEGRATING stations
v20 v21 85 85 -- some other stations 86 86 copy wrbd.station_st(st_id,st_lake, st_location, st_eastings,st_northing,st_x,st_y,st_source)from 'c:/base/lake_stations_5_bis.csv' with csv delimiter as ';'; 87 UPDATE wrbd.station_st SET the_geom=ST_Transform(PointFromText('POINT(' || st_eastings || ' ' || st_northing || ')',29901),3035) where the_geom is null; 88 87 89 }}} 88 90