Skip to content

MichaelFCoyle/SharpGPX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Read and write GPX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published