Différences entre les versions de « Utilisateur:Jluc/carte »
De Entre Amis
m (Jluc a déplacé la page Utilisateur:Jlq/carte vers Utilisateur:Jluc/carte : Page déplacée automatiquement lorsque l’utilisateur « Jlq » est devenu « Jluc ») |
|||
(9 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
+ | __NOTOC__ | ||
+ | == A-t-on encore besoin 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] ; | ||
− | * production d'un fichier gpx à partir des cartes IGN du geoportail ou de Google Maps : [http://www. | + | * production d'un fichier gpx à partir des cartes IGN du geoportail ou de Google Maps : [http://www.visugpx.com VisuGPX] ; |
* le résultat : [http://hauts-de-seine.jimdo.com/itin%C3%A9raires/ http://hauts-de-seine.jimdo.com/itin%C3%A9raires/] ; | * le résultat : [http://hauts-de-seine.jimdo.com/itin%C3%A9raires/ http://hauts-de-seine.jimdo.com/itin%C3%A9raires/] ; | ||
+ | * le site [http://www.openrunner.com/ OpenRunner] ; | ||
+ | * le site [http://www.circuits-de-france.com/ Circuits de France] ; | ||
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 == | ||
+ | Voir la [http://www.gpsbabel.org/htmldoc-1.4.2/Data_Filters.html documentation] de GPSBabel. | ||
+ | |||
+ | === Exemples === | ||
Transformer un fichier kml en route : | Transformer un fichier kml en route : | ||
− | gpsbabel -t -i kml -f " | + | gpsbabel -t -i kml -f "matrace.kml" -x transform,rte=trk -o gpx -F "maroute.gpx" |
+ | |||
+ | Transformer une trace en une route | ||
+ | gpsbabel -t -i gpx -f "matrace.gpx" -x transform,rte=trk,del -o gpx -F "maroute.gpx" | ||
+ | |||
+ | Simplifier une trace, ou une route | ||
+ | gpsbabel -t -i gpx -f "maGrandeTrace.gpx" -x simplify,count=100 -o gpx -F "maPetiteTrace.gpx" | ||
+ | |||
+ | == Utilisation de VisuGPX == | ||
+ | * le site de [http://www.visugpx.com VisuGPX] ; | ||
+ | * l'[http://www.sarima.fr/dev/mediawiki/visugpx/ extension VisuGPX] pour [http://www.mediawiki.org MediaWiki] par Jean-Michel ; |
Version actuelle datée du 19 avril 2021 à 10:42
A-t-on encore besoin 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 : VisuGPX ;
- le résultat : http://hauts-de-seine.jimdo.com/itin%C3%A9raires/ ;
- le site OpenRunner ;
- le site Circuits de France ;
Pour le Royaume Uni : http://wtp2.appspot.com/wheresthepath.htm ;
Utilisation de GPSBabel[ ]
Voir la documentation de GPSBabel.
Exemples[ ]
Transformer un fichier kml en route :
gpsbabel -t -i kml -f "matrace.kml" -x transform,rte=trk -o gpx -F "maroute.gpx"
Transformer une trace en une route
gpsbabel -t -i gpx -f "matrace.gpx" -x transform,rte=trk,del -o gpx -F "maroute.gpx"
Simplifier une trace, ou une route
gpsbabel -t -i gpx -f "maGrandeTrace.gpx" -x simplify,count=100 -o gpx -F "maPetiteTrace.gpx"
Utilisation de VisuGPX[ ]
- le site de VisuGPX ;
- l'extension VisuGPX pour MediaWiki par Jean-Michel ;