Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1023 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 1023 Bytes

SharpGpx

Project Description

SharpGpx implements an object model for reading and writing GPX (GPS eXchange). An extremely common format, GPX is used to record data and exchange data from GPS units.

This is the .NET Standard version of this library. See here for the previous, .NET Framework version

Details

The library is developed under .NET Standard and has no external dependencies.

The library makes extensive use of XML Serialization. Extremely large files may fail to save or load.

Development

This library made use of a code generator based on the xsd.exe utility. The generator reads in an XML Schema Document (XSD) and generates C# classes from the schema. You shouldn't need to edit the GPX XSDs. If you do, you're basically tampering with the GPX standard.