SharpKml.Core
3.0.0
See the version list below for details.
dotnet add package SharpKml.Core --version 3.0.0
NuGet\Install-Package SharpKml.Core -Version 3.0.0
<PackageReference Include="SharpKml.Core" Version="3.0.0" />
paket add SharpKml.Core --version 3.0.0
#r "nuget: SharpKml.Core, 3.0.0"
// Install SharpKml.Core as a Cake Addin #addin nuget:?package=SharpKml.Core&version=3.0.0 // Install SharpKml.Core as a Cake Tool #tool nuget:?package=SharpKml.Core&version=3.0.0
SharpKML is an implementation of the Open Geospatial Consortium KML 2.2
standard developed in C#, able to read and write KML and KMZ files.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (15)
Showing the top 5 NuGet packages that depend on SharpKml.Core:
Package | Downloads |
---|---|
Terradue.Tep
Package Description |
|
SharpKml.Kmz
This is a legacy package that extends SharkKml.Core 2.x to allow the reading and writing of KMZ archives for projects targeting .NET 4 - SharpKml.Core 3.x onwards supports KMZ files without this package. |
|
Mapzania.Sdk
Mapping and geo-spatial functionality in your .NET software solutions. |
|
Ecommunity.Mobile
Ecommunity.Mobile library |
|
Boerman.FlightAnalysis
The Boerman.FlightAnalysis package contains algorithms to analyze flight movements and extract information like departure time and airfield, arrival time and airfield, total air time and more. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on SharpKml.Core:
Repository | Stars |
---|---|
SharpMap/SharpMap
An easy-to-use mapping library for use in web and desktop applications
|
Version | Downloads | Last updated |
---|---|---|
6.1.0 | 90,039 | 4/18/2024 |
6.0.0 | 340,769 | 2/5/2023 |
5.2.0 | 816,395 | 1/4/2021 |
5.1.3 | 100,087 | 8/20/2020 |
5.1.2 | 31,611 | 6/27/2020 |
5.1.1 | 186,306 | 3/7/2020 |
5.1.0 | 113,749 | 10/31/2019 |
5.0.1 | 211,861 | 4/29/2019 |
5.0.0 | 27,680 | 3/1/2019 |
5.0.0-alpha1 | 2,450 | 12/10/2018 |
4.1.0 | 27,284 | 2/11/2019 |
4.0.1 | 258,005 | 11/13/2018 |
4.0.0 | 27,748 | 8/19/2018 |
3.4.0 | 34,085 | 8/9/2018 |
3.3.0 | 5,852 | 7/29/2018 |
3.2.0 | 3,474 | 7/14/2018 |
3.1.0 | 14,530 | 4/29/2018 |
3.0.5 | 3,974 | 4/18/2018 |
3.0.4 | 22,783 | 3/8/2018 |
3.0.3 | 2,883 | 2/27/2018 |
3.0.2 | 7,258 | 2/4/2018 |
3.0.1 | 37,208 | 11/4/2017 |
3.0.0 | 129,056 | 7/30/2016 |
2.1.3 | 32,994 | 4/25/2016 |
2.1.1 | 20,988 | 3/7/2016 |
2.1.0 | 120,335 | 8/2/2015 |
Dropped support for .NET 4 and Silverlight in order to leverage the
ZipArchive functionality of .NET 4.5.
Added support for KMZ files without requiring two packages or other dependencies.