Seenthis
•
 
Identifiants personnels
  • [mot de passe oublié ?]

 
  • #g
  • #gp
RSS: #gpx

#gpx

  • #gpx-files
  • @cy_altern
    cy_altern @cy_altern CC BY-SA 28/06/2019

    gpxRando
    ▻https://gpxrando.fr

    Appli web pour l’édition de fichiers GPX via les outils de Géoportail + génération de « tableau de marche » pour les randonnées.
    (ça n’est pas explicitement dit mais c’est une appli opensource : le code peut être obtenu auprès du développeur...)

    Documentation utilisateurs :
    – ▻http://gpx2tdm.free.fr/spip/spip.php?article13
    – ▻http://gpx2tdm.free.fr/spip/spip.php?article9

    #gpx #outil_web

    cy_altern @cy_altern CC BY-SA
    Écrire un commentaire
  • @cy_altern
    cy_altern @cy_altern CC BY-SA 25/08/2016

    GPX Simplifier / Optimizer online
    ▻http://labs.easyblog.it/maps/gpx-simplify-optimizer

    Optimiseur de tracés GPX, KLM... : permet l’optimisation de la taille des tracés par simplification des données (sans forcément réduire le nombre de points)
    (voir aussi ▻http://www.mapshaper.org pour un outil plus complet à partir de fichier geoJSON)

    #gpx #outil #optimisation

    cy_altern @cy_altern CC BY-SA
    Écrire un commentaire
  • @cy_altern
    cy_altern @cy_altern CC BY-SA 2/08/2016

    MyGPSFiles
    ▻http://www.mygpsfiles.com/app

    Un lecteur de traces #GPS en ligne complet :
    – import de fichiers #GPX
    – profil d’altitude synchronisé avec le parcours sur la carte
    – visualisation sur #IGN 25 000ème
    – possibilité de superposition de plusieurs traces
    – affichage plein écran
    – outils d’édition de traces super pratiques (en particulier le suivi de traces existantes) : voir ▻http://www.mygpsfiles.com/fr/#featuresEdit
    – partage par lien temporaire avec possibilité de cibler une trace ou un point
    – interface conviviale avec choix et dimensionnement des fenètres
    Bref, à peu près tout ce qu’offrait #visuGPX avant de passer en version payante... et plus encore !

    #webapp #trace #vtt

    cy_altern @cy_altern CC BY-SA
    Écrire un commentaire
  • @b_b
    b_b @b_b PUBLIC DOMAIN 1/12/2015

    Validate #gpx file in Linux « Random thoughts along the roadside…
    ▻http://www.virtualroadside.com/blog/index.php/2008/06/30/validate-gpx-file-in-linux

    xmllint --noout --schema http://www.topografix.com/GPX/1/0/gpx.xsd testfile.gpx

    #map

    b_b @b_b PUBLIC DOMAIN
    Écrire un commentaire
  • @liotier
    liotier @liotier CC BY-SA 19/08/2014
    11
    @fil
    @gastlag
    @02myseenthis01
    @b_b
    @grego
    @7h36
    @marcimat
    @rastapopoulos
    @touti
    @kent1
    @whilelm
    11

    ►http://cycle.travel/map is a #bicycle route finder that finds good routes very fast - I am impressed. Unsurprisingly based on #OSRM with #Openstreetmap data.

    #vélo #cartes

    liotier @liotier CC BY-SA
    • @cdb_77
      CDB_77 @cdb_77 20/08/2014
      @albertocampiphoto

      cc @albertocampiphoto

      CDB_77 @cdb_77
    • @b_b
      b_b @b_b PUBLIC DOMAIN 20/08/2014

      J’avais aussi repéré quelques sites pour un pote qui cherchait des projets orientés rando :

      ▻http://h2096617.stratoserver.net/brouter-web : interface permettant de dessiner le trajet à la main étape par étape, graphique de dénivelé, export en #gpx, #kml et #csv, possibilité d’utiliser un profil de routes personnalisé, possibilité de d’ajouter des points intermédiaires par glisser/déposer.

      ▻https://www.komoot.de très bien, super interface, toutes les fonctionnalités attendues pour ce genre d’utilisation, mais c’est un service nécessitant de créer un compte.

      ▻http://graphhopper.com/maps trajets voiture/vélo/pédestre, export gpx, graphique de dénivelé, mais pas moyen de dessiner le trajet ou d’y ajouter des points intermédiaires par glisser/déposer.

      b_b @b_b PUBLIC DOMAIN
    • @liotier
      liotier @liotier CC BY-SA 20/08/2014

      Graphhopper produit à mon avis des routes nettement moins bonnes que Komoot et ►http://cycle.travel/map - outre le calculateur de routage, ce genre d’outil est différencié par son paramétrage.

      Komoot le plus riche fonctionnellement - mais nettement plus fastidieux. C’était mon préféré... Mais plus maintenant !

      liotier @liotier CC BY-SA
    • @reka
      Reka @reka CC BY-NC-SA 20/08/2014

      #vélo #bicyclette #cartographie #visualisation

      Reka @reka CC BY-NC-SA
    Écrire un commentaire
  • @fil
    Fil @fil 4/02/2014
    3
    @kent1
    @severo
    @b_b
    3

    #leaflet-omnivore by @mapbox
    ▻https://github.com/mapbox/leaflet-omnivore

    #Leaflet supports the #GeoJSON format by default. What if you have something else? That’s where omnivore comes in.

    var map = L.mapbox.map('map', 'examples.map-9ijuk24y')
       .setView([38, -102.0], 5);

    omnivore.csv('a.csv').addTo(map);
    omnivore.gpx('a.gpx').addTo(map);
    omnivore.kml('a.kml').addTo(map);
    omnivore.wkt('a.wkt').addTo(map);
    omnivore.geojson('a.geojson').addTo(map);

    Fil @fil
    • @rastapopoulos
      RastaPopoulos @rastapopoulos CC BY-NC 4/02/2014
      @b_b

      Yeaaaaah ça a l’air trop cool ! À remplacer pour KML et GPX dans le GIS de #SPIP : ping @b_b ?

      RastaPopoulos @rastapopoulos CC BY-NC
    • @kent1
      kent1 @kent1 ART LIBRE 4/02/2014

      #kml #gpx #wkt #api #cartographie

      kent1 @kent1 ART LIBRE
    • @supergeante
      Supergéante @supergeante 4/02/2014

      J’adore la poésie:D

      gpx kml wkt
      gis ping geojson

      Supergéante @supergeante
    • @b_b
      b_b @b_b PUBLIC DOMAIN 5/02/2014
      @rastapopoulos

      Super :)

      @rastapopoulos oui ça utilise la lib togeojson que j’avais déjà repéré il y a quelques temps par ici : ▻http://seenthis.net/messages/126895

      b_b @b_b PUBLIC DOMAIN
    • @b_b
      b_b @b_b PUBLIC DOMAIN 5/02/2014

      Juste pour préciser, togeojson ne prend pas en charge les styles des kmls, on perdrait donc les couleurs et marqueurs persos des kmls si on basculait GIS là dessus...

      b_b @b_b PUBLIC DOMAIN
    • @kent1
      kent1 @kent1 ART LIBRE 1/02/2016

      #topojson (parce que je l’utilise pour ça)

      kent1 @kent1 ART LIBRE
    Écrire un commentaire
  • @severo
    severo @severo PUBLIC DOMAIN 3/10/2013
    5
    @b_b
    @rastapopoulos
    @reka
    @fil
    @7h36
    5

    Play with data | 7 tools to convert between different data formats

    ▻http://jeanabbiateci.fr/play-with-data

    http://jeanabbiateci.fr/play-with-data/img/3.jpg

    #conversion #data

    • #XML
    • #XML
    severo @severo PUBLIC DOMAIN
    • @rastapopoulos
      RastaPopoulos @rastapopoulos CC BY-NC 3/10/2013

      #json #xml #csv #geojson #kml #gpx

      RastaPopoulos @rastapopoulos CC BY-NC
    • @severo
      severo @severo PUBLIC DOMAIN 3/10/2013

      #gpx

      severo @severo PUBLIC DOMAIN
    Écrire un commentaire
  • @b_b
    b_b @b_b PUBLIC DOMAIN 25/06/2013
    2
    @rastapopoulos
    @cy_altern
    2

    MrMufflon/#leaflet.#elevation
    ▻https://github.com/MrMufflon/Leaflet.Elevation

    A Leaflet #plugin to view an interactive height profile of polylines lines using d3. This plugin is under development.

    Support for : #geojson / #gpx-files using leaflet-gpx

    b_b @b_b PUBLIC DOMAIN
    • @rastapopoulos
      RastaPopoulos @rastapopoulos CC BY-NC 26/06/2013

      #cartographie

      RastaPopoulos @rastapopoulos CC BY-NC
    • @cy_altern
      cy_altern @cy_altern CC BY-SA 5/02/2020

      Plugin leaflet pour générer des profils d’altitudes à partir d’un tracé GPX.

      #SPIP #GIS #GPX #altitude

      cy_altern @cy_altern CC BY-SA
    Écrire un commentaire
  • @nhoizey
    Nicolas Hoizey @nhoizey CC BY-NC-SA 2/06/2008

    Fish-Track » KMLToGPX Converter 2.0 Released
    ►http://www.fish-track.com/?page_id=3

    Convert kml files to gpx on your desktop with the KMLTOGPX converter software.

    #GPS #géolocalisation #GPX #MKL #KMZ #conversion #logiciel #mac #windows

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire
  • @nhoizey
    Nicolas Hoizey @nhoizey CC BY-NC-SA 31/03/2008

    GeoSetter for Windows
    ►http://www.geosetter.de/en

    GeoSetter is a freeware tool for Windows for showing and changing geo data of image files (e.g. images taken by digital cameras).

    #geosetter #logiciel #windows #géolocalisation #gps #photo #exif #geotagging #GPX #carte

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire
  • @nhoizey
    Nicolas Hoizey @nhoizey CC BY-NC-SA 28/03/2008

    G p s P a s S i o n
    ►http://www.gpspassion.com/fr/articles.asp?id=219

    Le géocodage de photos consiste à ajouter une position GPS (latitude/longitude) à une photo pour mémoriser l’endroit exact où elle a été prise

    #géocodage #logiciel #gps #photo #geotagging #géolocalisation #GPX

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire
  • @nhoizey
    Nicolas Hoizey @nhoizey CC BY-NC-SA 16/05/2007

    Graphical gpslog fixer
    ►http://www.hybelkaninfarmen.org/gpsfix/index.php

    This is a tool to correct those “way of” points. You can delete points or move them around.

    #gps #correction #trac #point #localisation #google_maps #gpx

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire
  • @nhoizey
    Nicolas Hoizey @nhoizey CC BY-NC-SA 25/04/2007

    LoadMyTracks
    ►http://www.cluetrust.com/LoadMyTracks.html

    LoadMyTracks is a piece of software that will communicate with GPS devices from many manufacturers to send and receive data. It can also be used to translate data between the popular GPX and KML (Google Earth) formats.

    #mac #logiciel #gps #GPX #kml #google_earth #transfert #Garmin #geotagging #orientation #waypoint #trace

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

Thèmes liés

  • technology: gps
  • #logiciel
  • #geotagging
  • #géolocalisation
  • #kml
  • #mac
  • #windows
  • #photo
  • #cartographie
  • #trace
  • #conversion
  • #géocodage
  • #geosetter
  • #exif
  • #carte
  • #point
  • #correction
  • #trac
  • #localisation
  • #google_maps
  • #google_earth
  • #transfert
  • #garmin
  • #orientation
  • #waypoint
  • #csv
  • #spip
  • #mkl
  • #kmz
  • #gpx
  • #geojson
  • #vélo