# NetTopologySuite.IO.GPX **Repository Path**: mirrors_NetTopologySuite/NetTopologySuite.IO.GPX ## Basic Information - **Project Name**: NetTopologySuite.IO.GPX - **Description**: GPX I/O for NetTopologySuite - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README NetTopologySuite.IO.GPX ======================= Adds reading and writing capabilities to convert between [GPX (*.gpx) files](https://www.topografix.com/gpx_for_users.asp) and [NetTopologySuite features](https://github.com/NetTopologySuite/NetTopologySuite.Features). Or, if you'd like, you could use this to simply read / write the data exactly as stored in the GPX files using a rich, strongly-typed, unambiguous data model. Targets .NET Standard 2.0. ## Documentation Documentation is currently being published as [GitHub Pages](https://nettopologysuite.github.io/NetTopologySuite.IO.GPX/index.html). ## Release Notes See [`doc/release-notes.md`](doc/release-notes.md). ## Project status | License | Travis | AppVeyor | NuGet | MyGet (pre-release) | | ------- | ------ | -------- | ----- | ------------------- | | [![License](https://img.shields.io/github/license/NetTopologySuite/NetTopologySuite.IO.GPX.svg)](https://github.com/NetTopologySuite/NetTopologySuite.IO.GPX/blob/develop/LICENSE.md) | [![Travis](https://travis-ci.org/NetTopologySuite/NetTopologySuite.IO.GPX.svg?branch=develop)](https://travis-ci.org/NetTopologySuite/NetTopologySuite.IO.GPX) | [![AppVeyor](https://ci.appveyor.com/api/projects/status/vbat0vo7yisud5sx/branch/develop?svg=true)](https://ci.appveyor.com/project/airbreather/nettopologysuite-io-gpx) | [![NuGet](https://img.shields.io/nuget/v/NetTopologySuite.IO.GPX.svg)](https://www.nuget.org/packages/NetTopologySuite.IO.GPX/) | [![MyGet](https://img.shields.io/myget/nettopologysuite/vpre/NetTopologySuite.IO.GPX.svg?style=flat)](https://myget.org/feed/nettopologysuite/package/nuget/NetTopologySuite.IO.GPX) |