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,767 11/30/2022
7.0.0-pre021 388 11/30/2022
7.0.0-pre020 375 11/29/2022
7.0.0-pre019 352 11/29/2022
7.0.0-pre018 7,688 2/25/2022
7.0.0-pre014 12,932 5/5/2020
7.0.0-pre013 635 5/5/2020
7.0.0-pre012 645 5/5/2020
7.0.0-pre011 591 4/29/2020
7.0.0-pre010 623 4/29/2020
7.0.0-pre009 643 3/19/2020
7.0.0-pre008 607 3/19/2020
7.0.0-pre007 589 3/18/2020
7.0.0-pre006 639 1/23/2020
7.0.0-pre005 600 1/23/2020
7.0.0-pre004 647 1/23/2020
7.0.0-pre003 633 1/17/2020
7.0.0-pre002 661 9/25/2019
7.0.0-pre001 686 8/28/2019
6.2.1-pre003 729 8/2/2019
6.2.1-pre002 703 7/29/2019
6.2.1-pre001 690 6/19/2019
6.2.0 40,946 5/31/2019
6.2.0-pre04 713 3/13/2019
6.2.0-pre03 765 2/25/2019
6.2.0-pre02 839 11/19/2018
6.2.0-pre01 881 11/19/2018
6.1.0 1,855 9/17/2018
6.0.2-pre03 936 9/11/2018
6.0.2-pre02 889 9/11/2018
6.0.2-pre01 1,037 6/4/2018
6.0.1 1,462 6/4/2018
6.0.0-pre15 1,127 5/31/2018
6.0.0-pre14 1,057 5/27/2018
6.0.0-pre11 1,025 5/25/2018
6.0.0-pre10 1,085 2/1/2018
6.0.0-pre09 1,182 1/3/2018
6.0.0-pre08 1,121 12/12/2017
6.0.0-pre07 1,108 12/12/2017
6.0.0-pre06 977 10/17/2017
6.0.0-pre05 1,009 10/17/2017
6.0.0-pre04 999 8/21/2017
6.0.0-pre03 1,060 8/17/2017
6.0.0-pre02 1,015 8/15/2017
6.0.0-pre01 1,052 8/15/2017
6.0.0-alpha 1,021 2/9/2017
5.0.8 1,664 3/21/2017
5.0.7 1,275 2/15/2017
5.0.7-rc1 1,105 1/5/2017
5.0.6 1,411 1/5/2017
5.0.6-rc1 1,102 1/3/2017
5.0.5-rc1 1,133 1/2/2017
5.0.4-rc1 989 12/31/2016
5.0.3-rc1 1,029 11/26/2016
5.0.2-rc1 1,356 10/31/2016
5.0.0-rc1 1,068 10/12/2016
2.2.11-beta 1,137 9/29/2016
2.2.10-beta 1,322 9/19/2016
2.2.9-beta 1,099 8/12/2016
2.2.8-beta 1,049 8/9/2016
2.2.7-beta 1,029 8/5/2016
2.2.6-beta 1,063 8/5/2016
2.2.5-beta 1,044 8/5/2016
2.2.4-beta 1,156 8/5/2016
2.2.3-beta 1,076 8/4/2016
2.2.2-beta 1,008 8/4/2016
2.1.1-alpha 1,125 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.