Différences entre les versions de « Utilisateur:Jluc/carte »
De Entre Amis
m |
|||
Ligne 1 : | Ligne 1 : | ||
+ | == A-t-on encore besioon de Carto Explorer ? == | ||
+ | |||
Des liens pour oublier Carto Explorer : | Des liens pour oublier Carto Explorer : | ||
* [http://www.passionnement-montagne.fr/carte.htm www.passionnement-montagne.fr/carte.htm] ; | * [http://www.passionnement-montagne.fr/carte.htm www.passionnement-montagne.fr/carte.htm] ; | ||
Ligne 6 : | Ligne 8 : | ||
Pour le Royaume Uni : [http://wtp2.appspot.com/wheresthepath.htm http://wtp2.appspot.com/wheresthepath.htm] ; | Pour le Royaume Uni : [http://wtp2.appspot.com/wheresthepath.htm http://wtp2.appspot.com/wheresthepath.htm] ; | ||
+ | == Utilisation de GPSBabel == | ||
Transformer un fichier kml en route : | Transformer un fichier kml en route : | ||
gpsbabel -t -i kml -f "Armentières.kml" -x transform,rte=trk -o gpx -F "Armentières.gpx" | gpsbabel -t -i kml -f "Armentières.kml" -x transform,rte=trk -o gpx -F "Armentières.gpx" | ||
+ | |||
+ | Transformer une trace en une route | ||
+ | gpsbabel -t -i gpx -f "matrace.gpx" -x transform,rte=trk,del -o gpx -F "maroute.gpx" |
Version du 14 avril 2011 à 16:42
A-t-on encore besioon de Carto Explorer ?
Des liens pour oublier Carto Explorer :
- www.passionnement-montagne.fr/carte.htm ;
- production d'un fichier gpx à partir des cartes IGN du geoportail ou de Google Maps : http://www.skitour.fr/maps/ign/gpx-online.php ;
- le résultat : http://hauts-de-seine.jimdo.com/itin%C3%A9raires/ ;
Pour le Royaume Uni : http://wtp2.appspot.com/wheresthepath.htm ;
Utilisation de GPSBabel
Transformer un fichier kml en route :
gpsbabel -t -i kml -f "Armentières.kml" -x transform,rte=trk -o gpx -F "Armentières.gpx"
Transformer une trace en une route
gpsbabel -t -i gpx -f "matrace.gpx" -x transform,rte=trk,del -o gpx -F "maroute.gpx"