- Vous êtes ici : Accéder au Wiki GeoRezo » Accueil : Wiki GeoRezo » Les logiciels en géomatique » ShapeLib
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| main:logiciels:shapelib [2009/06/19 14:27] – Yves | main:logiciels:shapelib [2026/01/03 20:48] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 208: | Ligne 208: | ||
| ==== shpproj ==== | ==== shpproj ==== | ||
| - | * **Objectif :** Reprojete | + | * **Objectif :** Reprojette |
| * **Usage :** shpproj shp_file new_shp ( -i=in_proj_file | -i=" | * **Usage :** shpproj shp_file new_shp ( -i=in_proj_file | -i=" | ||
| - | * //param1 :// explain | ||
| - | * //param2 :// explain | ||
| - | === INPUT === | + | === Entré |
| + | L' | ||
| - | Input can come from one of three sources. | + | === Sortie === |
| + | La sortie peut provenir d'un des trois sources. | ||
| - | === OUTPUT | + | === Fichier de paramètres de projection |
| - | Output can come from one of three sources. A projection | + | Ce fichier **doit** se terminer avec l' |
| - | === PROJECTION PARAMETER FILE === | + | === Paramètres de projection |
| + | Les paramètres de projection sont les mêmes que ceux utilisés par proj et invproj. Utilisez | ||
| + | * proj -lP : pour voir les projections disponibles | ||
| + | * proj -lu : pour voir les unités disponibles | ||
| + | * proj -le : pour voir les ellipsoïdes disponibles | ||
| - | This file MUST end with the extension ".prj". It has the form of one projection parameter per line. Parameters can be in any order. The projection parameters are those used to define a PROJ.4 projection. | + | Ou visitez la page web du projet PROJ.4 sur http://www.remotesensing.org/proj pour plus de détails. |
| - | === PROJECTION PARAMETERS === | + | **Exemples :** |
| - | Are the same as used by proj and invproj. | + | Les exemples suivants projettent un fichier |
| - | + | ||
| - | use proj -lP to see available projections | + | |
| - | proj -lu to see available units | + | |
| - | proj -le to see available ellipsoid | + | |
| - | + | ||
| - | Or visit the PROJ.4 web page at http://www.remotesensing.org/ | + | |
| - | + | ||
| - | **Exemple :** | + | |
| - | the following example projects file rowtest | + | |
| shpproj rowtest row -i=" | shpproj rowtest row -i=" | ||
| - | | + | |
| shpproj rowtest row3 -o=" | shpproj rowtest row3 -o=" | ||
| - | | + | |
| shpproj rowtest row3 -o=" | shpproj rowtest row3 -o=" | ||
| - | | + | |
| shpproj rowtest row3 -i=myfile.prj -o=geographic | shpproj rowtest row3 -i=myfile.prj -o=geographic | ||
| shpproj rowtest row3 -is=myfile.prj | shpproj rowtest row3 -is=myfile.prj | ||

