Changes between Version 1 and Version 2 of Bretagne dams


Ignore:
Timestamp:
Feb 4, 2011 4:09:18 PM (14 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Bretagne dams

    v1 v2  
    11 
    22== Integrating dams from britany to the ROE == 
     3 
     4= Recuperation des fichiers mapinfo = 
     5{{{ 
     6-- conversion mapinfo to shapefile 
     7C:\OSGeo4W\bin\ogr2ogr -f "ESRI Shapefile" Obstacles_Prioritaires-BZH_V2011.shp Obstacles_Prioritaires-BZH_V2011.TAB 
     8-- conversion shapefile to postgis 
     9C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -W LATIN1 Obstacles_Prioritaires-BZH_V2011 obstacle_prioritaire>Obstacles_Prioritaires-BZH_V2011.sql 
     10-- lancement de la commande sql de crétation de la table 
     11C:\"Program Files"\PostgreSQL\8.4\bin\psql -d essai -h localhost -U postgres -p 5433 -f Obstacles_Prioritaires-BZH_V2011.sql 
     12}}}