OsmSharp.Geo 6.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package OsmSharp.Geo --version 6.0.1
NuGet\Install-Package OsmSharp.Geo -Version 6.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OsmSharp.Geo" Version="6.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OsmSharp.Geo --version 6.0.1
#r "nuget: OsmSharp.Geo, 6.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OsmSharp.Geo as a Cake Addin
#addin nuget:?package=OsmSharp.Geo&version=6.0.1

// Install OsmSharp.Geo as a Cake Tool
#tool nuget:?package=OsmSharp.Geo&version=6.0.1

OsmSharp.Geo enables using OSM-data in NTS.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.0-pre022 1,410 11/30/2022
7.0.0-pre021 358 11/30/2022
7.0.0-pre020 330 11/29/2022
7.0.0-pre019 321 11/29/2022
7.0.0-pre018 5,641 2/25/2022
7.0.0-pre014 12,341 5/5/2020
7.0.0-pre013 599 5/5/2020
7.0.0-pre012 594 5/5/2020
7.0.0-pre011 573 4/29/2020
7.0.0-pre010 608 4/29/2020
7.0.0-pre009 590 3/19/2020
7.0.0-pre008 562 3/19/2020
7.0.0-pre007 584 3/18/2020
7.0.0-pre006 624 1/23/2020
7.0.0-pre005 585 1/23/2020
7.0.0-pre004 627 1/23/2020
7.0.0-pre003 597 1/17/2020
7.0.0-pre002 630 9/25/2019
7.0.0-pre001 659 8/28/2019
6.2.1-pre003 699 8/2/2019
6.2.1-pre002 661 7/29/2019
6.2.1-pre001 658 6/19/2019
6.2.0 31,822 5/31/2019
6.2.0-pre04 684 3/13/2019
6.2.0-pre03 746 2/25/2019
6.2.0-pre02 823 11/19/2018
6.2.0-pre01 844 11/19/2018
6.1.0 1,837 9/17/2018
6.0.2-pre03 876 9/11/2018
6.0.2-pre02 820 9/11/2018
6.0.2-pre01 1,011 6/4/2018
6.0.1 1,419 6/4/2018
6.0.0-pre15 1,108 5/31/2018
6.0.0-pre14 1,010 5/27/2018
6.0.0-pre11 995 5/25/2018
6.0.0-pre10 1,054 2/1/2018
6.0.0-pre09 1,135 1/3/2018
6.0.0-pre08 1,095 12/12/2017
6.0.0-pre07 1,103 12/12/2017
6.0.0-pre06 946 10/17/2017
6.0.0-pre05 963 10/17/2017
6.0.0-pre04 981 8/21/2017
6.0.0-pre03 1,019 8/17/2017
6.0.0-pre02 1,001 8/15/2017
6.0.0-pre01 1,022 8/15/2017
6.0.0-alpha 988 2/9/2017
5.0.8 1,624 3/21/2017
5.0.7 1,220 2/15/2017
5.0.7-rc1 1,046 1/5/2017
5.0.6 1,356 1/5/2017
5.0.6-rc1 1,059 1/3/2017
5.0.5-rc1 1,100 1/2/2017
5.0.4-rc1 971 12/31/2016
5.0.3-rc1 1,008 11/26/2016
5.0.2-rc1 1,307 10/31/2016
5.0.0-rc1 1,035 10/12/2016
2.2.11-beta 1,108 9/29/2016
2.2.10-beta 1,275 9/19/2016
2.2.9-beta 1,064 8/12/2016
2.2.8-beta 1,010 8/9/2016
2.2.7-beta 1,014 8/5/2016
2.2.6-beta 1,030 8/5/2016
2.2.5-beta 998 8/5/2016
2.2.4-beta 1,118 8/5/2016
2.2.3-beta 1,056 8/4/2016
2.2.2-beta 984 8/4/2016
2.1.1-alpha 1,094 8/4/2016

OsmSharp 6.0.1 Release Notes
----------------------------

This is a mayor release upgrading 5.x to 6.x because of some important breaking changes. The most important being the upgrade of lat/lons on nodes from floats to doubles. We also setup some documentation [here](http://docs.itinero.tech/docs/osmsharp/index.html).

New features:

- Changed lat/lon to doubles instead of floats.
- Writing compressed PBF.
- Added other concepts apart from Nodes, Ways and Relations like Users to be better able to handle interactions with the OSM-API.
- OsmSharp now includes .NET standard support, we now support `netstandard1.3` and `netstandard2.0`. We removed the PCL profiles because it was only there for Xamarin but that is now convered by .NET standard.
- OsmSharp.Geo for now only supports .NET Framework 4.5 and up. Support for .NET standard is coming as soon as [NTS](https://github.com/NetTopologySuite/NetTopologySuite) releases a stable with support.
- Support for extra root attributes in OSM-XML.
- Better support for changesets:
  - Applying changesets to OSM streams.
  - Compressing multiple changesets to their minimized equivalent.
- Better support for non-seekable streams.
- MIT license.