Changes between Version 9 and Version 10 of CookBook join BDMAP_CCM v2
- Timestamp:
- Nov 5, 2010 1:46:24 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBook join BDMAP_CCM v2
v9 v10 8 8 9 9 == 1. putting bd_carthage into postgis == 10 below an example on how to load from latin1 database to postgis 10 11 only hylcov_arc 11 12 {{{ … … 16 17 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d bd_carthage -h localhost -U postgres -p 5433 -f bd_carthage.sql 17 18 }}} 19 == 2. getting distance sea and distance source for bd_carthage == 20 21 get eda1.0 calculations (R console) 22 {{{ 23 load(paste(datawd,"/dataEDAcommun/chainage/parcours_source/noeud&troncon_final.RData",sep="")) 24 25 }}}