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 | 81,439 | 4/18/2024 |
6.0.0 | 332,366 | 2/5/2023 |
5.2.0 | 811,333 | 1/4/2021 |
5.1.3 | 99,508 | 8/20/2020 |
5.1.2 | 31,502 | 6/27/2020 |
5.1.1 | 185,154 | 3/7/2020 |
5.1.0 | 113,487 | 10/31/2019 |
5.0.1 | 211,026 | 4/29/2019 |
5.0.0 | 27,677 | 3/1/2019 |
5.0.0-alpha1 | 2,446 | 12/10/2018 |
4.1.0 | 27,212 | 2/11/2019 |
4.0.1 | 255,701 | 11/13/2018 |
4.0.0 | 27,630 | 8/19/2018 |
3.4.0 | 34,058 | 8/9/2018 |
3.3.0 | 5,848 | 7/29/2018 |
3.2.0 | 3,470 | 7/14/2018 |
3.1.0 | 14,491 | 4/29/2018 |
3.0.5 | 3,970 | 4/18/2018 |
3.0.4 | 22,739 | 3/8/2018 |
3.0.3 | 2,879 | 2/27/2018 |
3.0.2 | 7,254 | 2/4/2018 |
3.0.1 | 37,198 | 11/4/2017 |
3.0.0 | 128,472 | 7/30/2016 |
2.1.3 | 32,936 | 4/25/2016 |
2.1.1 | 20,955 | 3/7/2016 |
2.1.0 | 119,933 | 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.