... the user friendly GPS tool


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dringend How Do
#1
hi, brauche ganz dringend eine kurze bedienungsanleitung für folgendes problem:

habe unzählige gpx-dateien auf dem rechner, die ich in .tcx bzw .crs konvertieren will. offline. geht das? und wenn ja - wie gehe ich vor? es wäre super, könnte gaaanz schnell jemand helfen, sonst stehe ich gleich hilflos im wald...
Reply
#2
Versuche es mit GPXBabel. Das ist ein Kommandozeilenprogramm, das auch vom RouteConverter intern verwendet wird. Die Kommandozeile ist für 'Mausschupser' ;-) etwas gewöhnungsbedürftig, aber die Dokumentation ist recht brauchbar.
Ggf. musst Du noch ein Batchprogramm drumherum schreiben.

Schöne Grüße
Jacques
Reply
#3
danke für die antwort - aber ich kann damit nix anfangen, da ich reiner anwender bin und sonst nix. gpsies funktioniert für mich prima, datei hochladen, konvertieren, prima. leider nur online. programme schreiben etc ist für mich nicht nicht drin - gibts keine einfache alternative
Reply
#4
Hallo hanswurst,

es gibt eine Kommandozeilenversion von RouteConverter - keine Angst, so schwer ist das nicht. Ich zeige Dir mal, wie das geht:

Wenn Du 'Windows-R' drückst, dann 'cmd' eintippst bekommst Du eine Fenster, in das Du Befehle tippen kannst - die Konsole/Eingabeaufforderung/Kommandozeile.

Lade dann RouteConverterCmdLine.jar herunter und wechsle in das Verzeichnis, wohin Du es heruntergeladen hast:

Code:
c:\> cd c:\Users\cpesch\Desktop\Speicher>

Tippst Du dann

Code:
c:\Users\cpesch\Desktop\>java -jar
RouteConverterCmdLine.jar

erscheint die Hilfe:

Code:
Started RouteConverter on windows with Java 1.6.0_13                                                
Usage: java -jar RouteConverterCmdLine.jar <source file> <target format> <target file>              
Supported formats:                                                                                  
AlanTrackLogFormat for Alan Map 500 Tracklog (*.trl)                                                
AlanWaypointsAndRoutesFormat for Alan Map 500 Waypoints and Routes (*.wpr)                          
ColumbusV900Format for Columbus V900 (*.csv)                                                        
CoPilot6Format for CoPilot 6 (*.trp)                                                                
CoPilot7Format for CoPilot 7 (*.trp)                                                                
TourFormat for Falk Navigator (*.tour)                                                              
GarminMapSource5Format for Garmin MapSource 5.x (*.mps)                                            
GarminMapSource6Format for Garmin MapSource 6.x (*.gdb)                                            
GarminPcx5Format for Garmin PCX5 (*.wpt)                                                            
GarminPoiFormat for Garmin POI (*.gpi)                                                              
GarminPoiDbFormat for Garmin POI Database (*.xcsv)                                                  
GeoCachingFormat for Geocaching.com/EasyGPS (*.loc)                                                
GlopusFormat for Glopus (*.tk)                                                                      
Kml20Format for Google Earth 3 (*.kml)                                                              
Kmz20Format for Google Earth 3 Compressed (*.kmz)                                                  
Kml21Format for Google Earth 4 (*.kml)                                                              
Kmz21Format for Google Earth 4 Compressed (*.kmz)                                                  
Kml22BetaFormat for Google Earth 4.2 (*.kml)                                                        
Kmz22BetaFormat for Google Earth 4.2 Compressed (*.kmz)                                            
Kml22Format for Google Earth 5 (*.kml)                                                              
Kmz22Format for Google Earth 5 Compressed (*.kmz)                                                  
GoogleMapsFormat for Google Maps URL (*.url)                                                        
GoPalRouteFormat for GoPal Route (*.xml)                                                            
GoPalTrackFormat for GoPal Track (*.trk)                                                            
Gpx10Format for GPS Exchange Format 1.0 (*.gpx)                                                    
Gpx11Format for GPS Exchange Format 1.1 (*.gpx)                                                    
GpsTunerFormat for GPS Tuner (*.trk)                                                                
Igo8TrackFormat for IGO8 Track (*.trk)                                                              
KlickTelRouteFormat for klickTel Routenplaner 2009 (*.krt)                                          
MagellanExploristFormat for Magellan Explorist (*.log)                                              
MagellanMapSendFormat for Magellan MapSend (*.wpt)                                                  
MagellanRouteFormat for Magellan Route (*.rte)                                                      
MagicMapsIktFormat for MagicMaps Project (*.ikt)                                                    
MagicMapsPthFormat for MagicMaps Tour (*.pth)                                                      
MagicMaps2GoFormat for MagicMaps2Go (*.txt)                                                        
MTP0607Format for Map&Guide Tourenplaner 2006/2007 (*.bcr)                                          
MTP0809Format for Map&Guide Tourenplaner 2008/2009 (*.bcr)                                          
NavigatingPoiWarnerFormat for Navigating POI-Warner (*.asc)                                        
Nmn4Format for Navigon Mobile Navigator 4 (*.rte)                                                  
Nmn5Format for Navigon Mobile Navigator 5 (*.rte)                                                  
Nmn6Format for Navigon Mobile Navigator 6 (*.rte)                                                  
Nmn6FavoritesFormat for Navigon Mobile Navigator 6 Favorites (*.storage)                            
Nmn7Format for Navigon Mobile Navigator 7 (*.freshroute)                                            
NmeaFormat for NMEA 0183 Sentences (*.nmea)                                                        
NokiaLandmarkExchangeFormat for Nokia Landmark Exchange (*.lmx)                                    
OziExplorerRouteFormat for OziExplorer Route (*.rte)                                                
OziExplorerTrackFormat for OziExplorer Track (*.plt)                                                
OziExplorerWaypointFormat for OziExplorer Waypoint (*.wpt)                                          
Route66Format for Route 66 POI (*.csv)                                                              
TomTom5RouteFormat for Tom Tom 5 Route (*.itn)                                                      
TomTom8RouteFormat for Tom Tom 8 Route (*.itn)                                                      
TomTomPoiFormat for Tom Tom POI (*.ov2)                                                            
OvlFormat for Top50 OVL ASCII (*.ovl)                                                              
Crs1Format for Training Center 1 Course (*.crs)                                                    
ViaMichelinFormat for ViaMichelin (*.xvm)

Wenn Du eine Datei von irgendwas nach "Training Center 1 Course (*.crs)" konvertieren möchtest, tippst Du:

Code:
c:\Users\cpesch\Desktop\Speicher>java -jar RouteConverterCmdLine.jar AHA.gpx Crs1Format AHA.crs

und erhältst folgende Ausgabe und eine Datei AHA.crs im "Training Center 1 Course (*.crs)"-Format in demselben Verzeichnis wie die AHA.gpx:

Code:
Started RouteConverter on windows with Java 1.6.0_13                                                
Reading 'c:\Users\cpesch\Desktop\Speicher\AHA.gpx'                                                  
Detected 'GPS Exchange Format 1.1 (*.gpx)' file with 1 route(s) and [13] positions                  
Writing 'Training Center 1 Course (*.crs)' file with with 1 routes and [13] positions              
Wrote 'c:\Users\cpesch\Desktop\Speicher\AHA.crs'

In meinem nächsten Posting zeige ich dann, wie man das verwenden kann, um mehrere Dateien auf einmal zu konvertieren.
--
Christian
Reply
#5
(11.09.2009, 17:42)routeconverter Wrote: In meinem nächsten Posting zeige ich dann, wie man das verwenden kann, um mehrere Dateien auf einmal zu konvertieren.

Das sieht dann zum Beispiel so aus:

Code:
@echo off
set sub=yes
set type=gpx

setlocal EnableDelayedExpansion
if /i %sub%==yes (set switch=/s) else (set switch=)

dir /b /a-d %switch% *.%type% > "%temp%\dir.txt"
findstr "%% ^ &" "%temp%\dir.txt" > nul && goto Error

for /F "delims=" %%a in ('type "%temp%\dir.txt"') do (
  set Name1=%%a
  set Name2=!Name1:gpx=crs!
  java -jar RouteConverterCmdLine.jar "!Name1!" Crs1Format "!Name2!"
)

:Exit
echo.
echo Press Space to continue.
pause > nul
del "%temp%\dir.txt"
goto :eof

:Error
echo.
echo Warnung: The follow file names contain characters which this
echo          batch program cannot process.
findstr "%% ^ &" "%temp%\dir.txt"
goto :Exit

Hilft Dir das weiter?


Attached Files
.zip   gpx2crs.zip (Size: 620 bytes / Downloads: 712)
--
Christian
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)