Changes between Version 18 and Version 19 of Ireland clc


Ignore:
Timestamp:
Jan 31, 2012 4:47:44 PM (13 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ireland clc

    v18 v19  
    2929}}} 
    3030 
     31 
     32{{{ 
     33riverbasin districts from EU, download them at my ftp/cedric/elvira 
     34OPEN COMMAND batch cmd 
     35CREATE SCHEMA 
     36psql -U postgres -c "create schema european_wise2008" eda2 
     37RESTORE TABLE 
     38psql -U postgres -f "european_wise2008.rbd_f1v3.sql" eda2 
     39}}} 
     40 
    3141{{{ 
    3242#!sql 
     
    4858    ON ST_Intersects(sub.the_geom,r.the_geom) ; 
    4959}}} 
    50 {{{ 
    51 riverbasin districts from EU, download them at my ftp/cedric/elvira 
    52 OPEN COMMAND batch cmd 
    53 CREATE SCHEMA 
    54 psql -U postgres -c "create schema european_wise2008" eda2 
    55 RESTORE TABLE 
    56 psql -U postgres -f "european_wise2008.rbd_f1v3.sql" eda2 
    57 }}} 
    58  
    5960{{{ 
    6061#!sql