Open-source spatial framework for .NET

Maps, geometry and earth measurement — in C#.

Maptor is a set of .NET libraries for spatial data: an OGC geometry model with analysis algorithms, readers and writers for the common GIS formats, coordinate reference systems, database adapters, and a WPF map control with layers, symbology and tile basemaps.

Install dotnet add package IRI.Maptor.Core.Spatial

Core spatial engine. Other packages follow the same IRI.Maptor.* naming.

What is inside

Geometry and algorithms

OGC geometries, Delaunay and Voronoi, convex hull, simplification, KdTree and RTree indexes, graph algorithms, spatial machine learning.

Data I/O

Shapefile, GeoJSON, TopoJSON, KML, GPX, WKT/WKB, DXF, SVG, PDF export, GeoParquet, PMTiles, MBTiles, GeoPackage, and OGC services (WMS, WFS, GML, SLD).

Databases

SQL Server Spatial, PostgreSQL/PostGIS, SQLite, Esri Personal Geodatabase, EF Core spatial mapping.

WPF map control

An interactive MapViewer with layers, symbology, tile basemaps, markers, drawing and measuring tools, and a localization system covering 15 cultures with right-to-left support.