Re: [josm-dev] API for GPX files

2014-01-20 Thread Iván Sánchez Ortega
El Sábado, 18 de enero de 2014 16:58:35 Gerhardus Geldenhuis escribió:
 Essentially what I am trying to do is to split the data into different
 tracks depending on time difference between two data points and being able
 to easily visualize this without the need for additional clicking around
 would be fantastically helpful.
 
 I get the data as raw csv and then convert it to gpx.

What you really want is to install gpsbabel and then read the section titled 
split by distance in this page:

http://www.gpsbabel.org/htmldoc-1.4.4/filter_track.html


Cheers,
-- 
Iván Sánchez Ortega i...@sanchezortega.es


___
josm-dev mailing list
josm-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/josm-dev


[josm-dev] API for GPX files

2014-01-18 Thread Gerhardus Geldenhuis
Hi
I am playing around with gps data from a tracking company and need
something that can easily visualize gps tracks. Since I use JOSM very
frequently for OSM editing I thought it would be the logical choice.

I've read
http://josm.openstreetmap.de/wiki/Help/Preferences/RemoteControl
and there is no immediate obvious answer in there that I could see that
would help me to achieve the visualization.

Essentially what I am trying to do is to split the data into different
tracks depending on time difference between two data points and being able
to easily visualize this without the need for additional clicking around
would be fantastically helpful.

I get the data as raw csv and then convert it to gpx.

I would appreciate any pointers in the right direction.

( If I don't limit myself to gpx files, I guess I could create ways in JOSM
as a way to visualize )

Best Regards

-- 
Gerhardus Geldenhuis
___
josm-dev mailing list
josm-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] API for GPX files

2014-01-18 Thread Marko Mäkelä

On Sat, Jan 18, 2014 at 04:58:35PM +, Gerhardus Geldenhuis wrote:
I am playing around with gps data from a tracking company and need 
something that can easily visualize gps tracks.


Have you looked at OpenLayers, which is Javascript for the web browser?  
It lets you display GPX files on top of map tiles (such as Mapnik tiles 
or even some aerial imagery sources).


I did this some time ago for visualizing a route that I drew in JOSM. I 
highlighted some ways in JOSM and exported them as GPX. But, it sounds 
like you could skip the JOSM step altogether.


Another option is to somehow render the data to map tiles and display 
those as a transparent layer on top of the base map layer. There are 
several web pages like this, highlighting public transit routes, skiing 
routes, you name it.


On the server side it is very easy, you are just serving static files.  
Even the background map tiles would not have to be stored on your web 
server.


If you are looking for a non-networked solution, you could check 
MyTourbook, which is an open source Java application. It will display 
training data from bicycle computers on top of a map. The colour of the 
trace can visualize different things, such as the speed or the heart 
rate.


Best regards,

Marko

___
josm-dev mailing list
josm-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] API for GPX files

2014-01-18 Thread Richard Welty
On 1/18/14 11:58 AM, Gerhardus Geldenhuis wrote:
 Hi
 I am playing around with gps data from a tracking company and need
 something that can easily visualize gps tracks. Since I use JOSM very
 frequently for OSM editing I thought it would be the logical choice.


you may want to look at viking, it's a general purpose, open
source tool for viewing  manipulating GPS tracks. it runs on
most platforms.

http://sourceforge.net/projects/viking/

richard
-- 
rwe...@averillpark.net
 Averill Park Networking - GIS  IT Consulting
 OpenStreetMap - PostgreSQL - Linux
 Java - Web Applications - Search




signature.asc
Description: OpenPGP digital signature
___
josm-dev mailing list
josm-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] API for GPX files

2014-01-18 Thread Gerhardus Geldenhuis
Thanks for the replies.
I am trying to steer clear off too complex solutions that requires too much
supporting infrastructure, as it is only meant as a debugging tool and not
something that I want to make publicly available for viewing.

My solution at present is to create ways using josm remote which gives me a
great way of quickly checking the way(gpx track) compared to existing data
and/or imagery.

Regards




On 18 January 2014 17:20, Richard Welty rwe...@averillpark.net wrote:

 On 1/18/14 11:58 AM, Gerhardus Geldenhuis wrote:
  Hi
  I am playing around with gps data from a tracking company and need
  something that can easily visualize gps tracks. Since I use JOSM very
  frequently for OSM editing I thought it would be the logical choice.
 
 
 you may want to look at viking, it's a general purpose, open
 source tool for viewing  manipulating GPS tracks. it runs on
 most platforms.

 http://sourceforge.net/projects/viking/

 richard
 --
 rwe...@averillpark.net
  Averill Park Networking - GIS  IT Consulting
  OpenStreetMap - PostgreSQL - Linux
  Java - Web Applications - Search



 ___
 josm-dev mailing list
 josm-dev@openstreetmap.org
 https://lists.openstreetmap.org/listinfo/josm-dev




-- 
Gerhardus Geldenhuis
___
josm-dev mailing list
josm-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/josm-dev