Skip to content
forked from samcragg/sharpkml

SharpKML is an implementation of the Open Geospatial Consortium (OGC) KML 2.2 standard developed in C#, able to read/write both KML files and KMZ files.

License

Notifications You must be signed in to change notification settings

Niiest/sharpkml

This branch is 14 commits behind samcragg/sharpkml:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

859a4da · Jan 4, 2021
Jan 4, 2021
Jan 4, 2021
Jan 4, 2021
Apr 29, 2019
May 8, 2020
Jul 29, 2018
Jul 28, 2018
Jan 4, 2021
Nov 4, 2017
Jul 29, 2018
Jul 29, 2016
Nov 17, 2013
Aug 20, 2020

Repository files navigation

Project Description

MIT licensed NuGet Build status

SharpKML is an implementation of the Open Geospatial Consortium (OGC) KML 2.2 standard developed in C#, able to read/write both KML files and KMZ files.

The library has been based on Google's C++ implementation of the standard (libkml), however, instead of using the SWIG bindings the code has been written from scratch to give a more C# feel, by using properties, extension methods and the built in XML handling of the .NET framework.

Getting Started

The easiest way to use the library is to install the SharpKml.Core NuGet package, however, you can also download the binaries/source code from this project page.

Check out the Getting Started page for some useful documentation.

About

SharpKML is an implementation of the Open Geospatial Consortium (OGC) KML 2.2 standard developed in C#, able to read/write both KML files and KMZ files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.4%
  • PowerShell 1.1%
  • Shell 0.5%