Changes between Version 105 and Version 106 of CookBook join BDMAP_CCM


Ignore:
Timestamp:
Sep 1, 2010 3:23:28 PM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook join BDMAP_CCM

    v105 v106  
    1313 
    1414== 2. Load the codier_csp table (it is also necessary for R treatments),the following code will create the table and copy it from the csv file (here located in base) == 
    15     I had to make a utf8 file 
    16   * attachment:ticket:20:BDMAP_CODIER.csv 
    17   * ticket #20 
    18 {{{ 
     15    - I had to make a utf8 file - 
     16  -  attachment:ticket:20:BDMAP_CODIER.csv -  
     17  -  ticket #20 -  
     18-  
    1919#!sql 
    2020create schema csp; 
     
    4141WITH DELIMITER ';' 
    4242    CSV HEADER ; 
    43 }}} 
     43-  
    4444== 3. Import the shape file with correctly located electrofishing stations == 
    4545  * here we set the directory where shapes are stored