# DotSpatial **Repository Path**: pikaih/DotSpatial ## Basic Information - **Project Name**: DotSpatial - **Description**: Geographic information system library written for .NET - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2019-07-23 - **Last Updated**: 2023-12-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # What is DotSpatial? DotSpatial is a geographic information system library written for .NET Framework. It allows developers to incorporate spatial data, analysis and mapping functionality into their applications or to contribute GIS extensions to the community. DotSpatial provides a map control for .NET and several GIS capabilities including: * Display a map in a .NET Windows Forms. * Open shapefiles, grids, rasters and images. * Render symbology and labels. * Reproject on the fly. * Manipulate and display attribute data. * Scientific analysis. * Read GPS data. ### Questions & Documentation Please use the [discussion list](https://dotspatial.codeplex.com/discussions) to post any discussions related to the development or use of DotSpatial libraries. This is a great place to discuss potential features and to ask questions about how to use the libraries. Documentation and code samples: * [documentation page](https://dotspatial.codeplex.com/documentation) * [chm file with API documentation](https://github.com/DotSpatial/DotSpatial/tree/master/Source/Documentation/DotSpatial.chm) * [examples folder](https://github.com/DotSpatial/DotSpatial/tree/master/Source/Examples). Still have questions? Maybe someone already [asked them](https://github.com/DotSpatial/DotSpatial/issues?utf8=✓&q=label%3Aquestion). ### Contribute See [Contributing](.github/CONTRIBUTING.md) for information about how to contribute! ### Links * Continious integration build [![Build status](https://ci.appveyor.com/api/projects/status/7tof6s7m07qdad3b/branch/master?svg=true)](https://ci.appveyor.com/project/mogikanin/dotspatial/branch/master) * [Changelog](https://github.com/DotSpatial/DotSpatial/blob/master/Changelog.md) * [Latest available build from master branch](https://ci.appveyor.com/api/projects/mogikanin/dotspatial/artifacts/Source/bin/Release.zip?branch=master) * [Continious Integration builds Nuget feed](https://ci.appveyor.com/nuget/dotspatial) ### License It's MIT. The original DotSpatial (dotspatial.codeplex.com) was released under the LGPL, the new version hosted on GitHub is released under the MIT license. ### NuGet packages You can download the latest stable release via NuGet. Package | --------| [ DotSpatial.Serialization](https://www.nuget.org/packages/DotSpatial.Serialization) | [ DotSpatial.Data](https://www.nuget.org/packages/DotSpatial.Data) | [ DotSpatial.Data.Forms](https://www.nuget.org/packages/DotSpatial.Data.Forms) | [ DotSpatial.Topology](https://www.nuget.org/packages/DotSpatial.Topology) | [ DotSpatial.Projections](https://www.nuget.org/packages/DotSpatial.Projections) | [ DotSpatial.Projections.Forms](https://www.nuget.org/packages/DotSpatial.Projections.Forms) | [ DotSpatial.Analysis](https://www.nuget.org/packages/DotSpatial.Analysis) | [ DotSpatial.Compatibility](https://www.nuget.org/packages/DotSpatial.Compatibility) | [ DotSpatial.Controls](https://www.nuget.org/packages/DotSpatial.Controls) | [ DotSpatial.Extensions](https://www.nuget.org/packages/DotSpatial.Extensions) | [ DotSpatial.Modeling.Forms](https://www.nuget.org/packages/DotSpatial.Modeling.Forms) | [ DotSpatial.Symbology](https://www.nuget.org/packages/DotSpatial.Symbology) | [ DotSpatial.Symbology.Forms](https://www.nuget.org/packages/DotSpatial.Symbology.Forms) | [ DotSpatial.Mono](https://www.nuget.org/packages/DotSpatial.Mono) | [ DotSpatial.Positioning](https://www.nuget.org/packages/DotSpatial.Positioning) | [ DotSpatial.Positioning.Forms](https://www.nuget.org/packages/DotSpatial.Positioning.Forms) | [ DotSpatial.Positioning.Design](https://www.nuget.org/packages/DotSpatial.Positioning.Design) |