question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Some nitpicks about exported GPX

See original GitHub issue

When looking at the GPX output from c:geo for a single cache, I found a few things which may be there for a reason I don’t know.

  • the <gpx> tag contains a string xmlns:cgeo="http://www.cgeo.org/wptext/1/0" that cannot be resolved; I’d expect a XML parser to complain about this
  • cache attributes do not use the same strings as GS do (e.g. “Available at all times” vs “Available 24/7”)
  • log IDs: higher IDs correspond to older entries due to incrementing “down the list”, while GS hands out higher IDs for newer entries - this has only been partially handled in issue #4023
  • cache placement and log dates use “midnight UTC” for the (unknown by design) time; GSAK seems to use 8 a.m. UTC - this may possily result in different dates when corrected to user time zone (for example, when using GCstatistic)

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
rsudevcommented, Feb 22, 2017

The first item is not a problem. The uri denoting the namespace is not necessarily an existing web resource. It just uniquely identifies an xml namespace we use to place some extra information specific for c:geo. Regarding the attribute, there might be a change at GS we missed or it is possibly a crossover from the opencaching attrbute naming, not sure. Regarding the last point, I don’t think that we really stand a chance of sensible results if the (essentially timeless) log dates are converted to an arbitrary timezone as date-time (8 a.m. will not save you in Australia) and assigning midnight as a time value is IMO the most conventional way to display that the time doesn’t count.

0reactions
pstorchcommented, Mar 23, 2017

The xml namespace URI is just a name. It is not mandatory that there is a downloadable xsd document at that address.

From https://www.w3schools.com/xml/xml_namespaces.asp:

Note: The namespace URI is not used by the parser to look up information.

The purpose of using an URI is to give the namespace a unique name.

However, companies often use the namespace as a pointer to a web page containing namespace information.
Read more comments on GitHub >

github_iconTop Results From Across the Web

Exporting all attributes from a GPX file - GIS Stack Exchange
1 Answer 1 ... I would try GPS Babel or QGIS. GPS Babel can convert the GPX to a KML or CSV file,...
Read more >
Why Does My Mix Sound Bad After Exporting? - FL Studio
"Why does my mix sound bad after exporting it from FL Studio?" In this video, I talk about why this might be happening...
Read more >
Beeline app GPX export - YouTube
Beeline app GPX export. 104 views 1 month ago ... Hike Planning & Navigation on a Smart Phone [Don't make these Mistakes ]....
Read more >
10 Common IFC Export Mistakes to avoid - part 2 - Bim Corner
Checking if there are not too many properties is easy : just open the IFC viewer and EIR document and do a quick...
Read more >
Exporting GPS data from a database into GPX or KML in android
I want to export the gps data from the tables into GPX or KML format. I can't really find any tutorials nor explanations...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found