Changes between Version 105 and Version 106 of CookBook join BDMAP_CCM
- Timestamp:
- Sep 1, 2010 3:23:28 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBook join BDMAP_CCM
v105 v106 13 13 14 14 == 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 file16 * attachment:ticket:20:BDMAP_CODIER.csv17 * ticket #2018 {{{ 15 - I had to make a utf8 file - 16 - attachment:ticket:20:BDMAP_CODIER.csv - 17 - ticket #20 - 18 - 19 19 #!sql 20 20 create schema csp; … … 41 41 WITH DELIMITER ';' 42 42 CSV HEADER ; 43 }}} 43 - 44 44 == 3. Import the shape file with correctly located electrofishing stations == 45 45 * here we set the directory where shapes are stored