Aspose.GIS 23.12.0

dotnet add package Aspose.GIS --version 23.12.0
NuGet\Install-Package Aspose.GIS -Version 23.12.0
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="Aspose.GIS" Version="23.12.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.GIS --version 23.12.0
#r "nuget: Aspose.GIS, 23.12.0"
#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 Aspose.GIS as a Cake Addin
#addin nuget:?package=Aspose.GIS&version=23.12.0

// Install Aspose.GIS as a Cake Tool
#tool nuget:?package=Aspose.GIS&version=23.12.0

GIS Data Manipulation & Conversion APIs for .NET

Version 23.12.0 Nuget

banner

Product Page | Docs | Demos | API Reference | Examples | Blog | Releases | Free Support | Temporary License

Aspose.GIS for .NET API helps developers render maps, read, write & convert geographic information fetched from vector-based geospatial data formats without needing any other GIS software. The GIS .NET API supports working with Shapefile, GeoJSON, ESRI File Geodatabase (FileGDB), Geography Markup Language (GML), Keyhole Markup Language (KML), Scalable Vector Graphics (SVG), and many others.

It allows you to read and write GIS data, convert GIS file formats, and render maps to SVG format. You can also create and analyze feature geometries as well as create basic geometries, such as Point, MultiPoint, Line, Multiline, and Polygon from scratch. The API supports to build non-linear (curve) geometries, linearize non-linear geometries, and control precision mode of calculations.

GIS API Features

  • Render maps to PNG, JPEG, BMP, or SVG.
  • Iterate through layer features.
  • Read layer features by index.
  • Fetch metadata about vector layers.
  • Create new layers and datasets as well as work with a multi-layer dataset.
  • Convert vector data to popular file formats.
  • Perform re-projection during data conversion.
  • Adjust feature attributes while converting.
  • Customize the styling of each geometry type.
  • Perform complex drawings by combining several symbolizers.
  • Apply layer rendering rules to control feature visual representation.
  • Use value attributes to calculate the styling parameters of a feature.
  • Perform vector analysis & manipulate geometries.
  • Support for Spatial Reference Systems.

Read & Write GIS Formats

ESRI Shapefile: SHP, SHX, DBF, QIX, CPG
GeoJSON: JSON, GeoJSON
ESRI File Geodatabase: GDB
Google Earth: KML
GPS Exchange Format: GPX
TopoJSON: JSON, TopoJSON
MapInfo Tab Format: TAB, DAT, DBF, MAP, ID

Read GIS Formats

Geography Markup Language: GML
MapInfo Interchange Format: MIF
OpenStreetMap: OSM
Raster: GeoTIFF, ESRI ASCII
Web Tiles: XYZ Tiles
Databases: Post GIS, MS SQL

Map Rendering Formats

Images: SVG, PNG, JPEG, JPG, BMP

Platform Independence

Aspose.GIS for .NET API's uniform model is based on a 100% managed code. This API can be used to develop several different types of .NET apps including ASP.NET, WinForms, and Windows Services. It is easy to use & deploy, and provides the ideal solution to work with geospatial information with .NET Framework 4.7, .NET Standard 2.0 & Xamarin platforms.

Get Started

Are you ready to give Aspose.GIS for .NET a try? Simply execute Install-Package Aspose.GIS from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.GIS for .NET and want to upgrade the version, please execute Update-Package Aspose.GIS to get the latest version.

Render a map from a shapefile to SVG format with C# Code

// For complete examples and data files, please go to https://github.com/aspose-gis/Aspose.GIS-for-.NET
using (var map = new Map(800, 400))
{
    map.Add(VectorLayer.Open(dataDir + "land.shp", Drivers.Shapefile));
    map.Render(dataDir + "land_out.svg", Renderers.Svg);
}

Product Page | Docs | Demos | API Reference | Examples | Blog | Releases | Free Support | Temporary License

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 is compatible.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.7

    • No dependencies.
  • .NETStandard 2.0

  • net5.0

    • No dependencies.
  • net6.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Aspose.GIS:

Package Downloads
Aspose.Total

Aspose.Total for .NET is the most complete package of all .NET file format APIs offered by Aspose. It empowers developers to create, edit, render, print and convert between a wide range of popular document formats within any .NET, C#, ASP.NET and VB.NET applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
23.12.0 3,926 12/17/2023
23.11.0 3,133 11/26/2023
23.9.0 9,654 9/26/2023
23.8.0 4,812 8/28/2023
23.7.0 6,557 7/23/2023
23.6.0 4,237 6/29/2023
23.5.0 1,069 6/4/2023
23.4.0 5,664 4/24/2023
23.3.0 6,372 3/26/2023
23.2.0 4,692 2/26/2023
23.1.0 7,503 1/30/2023
22.11.0 13,844 12/4/2022
22.10.0 7,212 10/29/2022
22.9.0 13,411 9/24/2022
22.8.0 16,484 8/26/2022
22.7.0 8,310 7/27/2022
22.6.0 10,015 6/21/2022
22.5.0 9,346 5/21/2022
22.3.0 18,701 3/28/2022
22.1.0 12,498 1/18/2022
21.12.0 6,578 12/18/2021
21.11.0 12,082 11/25/2021
21.10.0 10,605 10/13/2021
21.9.0 9,646 9/12/2021
21.8.0 9,366 8/9/2021
21.7.0 10,167 7/7/2021
21.6.0 3,238 6/16/2021
21.5.0 7,424 5/18/2021
21.4.0 18,884 4/1/2021
21.3.0 6,050 3/2/2021
21.2.0 7,068 2/3/2021
21.1.0 3,268 1/18/2021
20.12.0 2,558 12/8/2020
20.11.0 9,143 11/18/2020
20.10.0 2,953 10/15/2020
20.9.0 2,526 9/7/2020
20.8.0 3,291 8/4/2020
20.7.0 2,716 7/8/2020
20.6.0 8,023 6/9/2020
20.5.0 20,716 5/21/2020
20.4.0 10,082 4/6/2020
20.3.0 2,378 3/11/2020
20.2.0 2,635 2/18/2020
20.1.0 4,957 1/28/2020
19.12.0 2,614 12/24/2019
19.11.0 2,583 11/13/2019
19.10.0 3,938 10/23/2019
19.9.0 1,268 9/30/2019
19.8.2 971 9/4/2019
19.8.1 929 9/2/2019
19.8.0 1,792 8/22/2019
19.7.1 1,011 7/26/2019
19.7.0 1,024 7/16/2019
19.6.1 1,118 6/28/2019
19.6.0 1,126 6/7/2019
19.5.0 5,100 5/8/2019
19.4.0 3,593 4/12/2019
19.3.0 1,196 3/15/2019
19.2.0 1,129 2/7/2019
19.1.0 1,144 1/10/2019
18.12.1 1,133 12/13/2018
18.12.0 1,249 12/3/2018
18.11.1 1,105 11/16/2018
18.11.0 1,092 11/9/2018
18.10.0 1,193 10/8/2018
18.9.0 1,228 9/11/2018
18.8.0 1,405 8/6/2018
18.7.0 1,378 7/11/2018
18.6.0 1,364 6/15/2018
18.5.0 1,315 5/21/2018
18.4.0 1,477 4/25/2018
18.3.0 1,418 3/26/2018
18.2.0 1,483 2/13/2018