ThinkGeo.Core
15.0.0-beta034
dotnet add package ThinkGeo.Core --version 15.0.0-beta034
NuGet\Install-Package ThinkGeo.Core -Version 15.0.0-beta034
<PackageReference Include="ThinkGeo.Core" Version="15.0.0-beta034" />
<PackageVersion Include="ThinkGeo.Core" Version="15.0.0-beta034" />
<PackageReference Include="ThinkGeo.Core" />
paket add ThinkGeo.Core --version 15.0.0-beta034
#r "nuget: ThinkGeo.Core, 15.0.0-beta034"
#:package ThinkGeo.Core@15.0.0-beta034
#addin nuget:?package=ThinkGeo.Core&version=15.0.0-beta034&prerelease
#tool nuget:?package=ThinkGeo.Core&version=15.0.0-beta034&prerelease
ThinkGeo.Core is the cross-platform .NET geospatial engine that powers every ThinkGeo product. It can be used headless for server-side processing, or paired with a ThinkGeo UI package to render maps in your application.
Capabilities:
- Vector data: Shapefile, GeoPackage, GeoJSON, KML, WFS, plus extensions for FileGeoDatabase / Oracle / PostgreSQL / SQL Server.
- Raster data: GeoTIFF, JPEG2000, plus extensions for ECW / MrSID via ThinkGeo.Gdal.
- Web tile services: WMS, WMTS, XYZ, vector tile (MVT), Bing / Google tile providers.
- Geometry operations, spatial queries, projection (PROJ-backed).
- Styling, label placement, cartographic rendering via SkiaSharp.
Targets: .NET Framework 4.6.2+ and .NET Standard 2.1 (covers .NET Core 3.1, .NET 5 / 6 / 7 / 8 / 9).
Platforms: Windows, Linux, macOS.
Pair with a UI package for your platform:
- Desktop: ThinkGeo.UI.Wpf, ThinkGeo.UI.WinForms
- Web: ThinkGeo.UI.Blazor, ThinkGeo.UI.WebApi
- Mobile: ThinkGeo.UI.Maui, ThinkGeo.UI.Android, ThinkGeo.UI.iOS
- Server-side tile / map services: ThinkGeo.GisServer
Commercial product with a free 30-day evaluation. Sign up at https://helpdesk.thinkgeo.com/register and download ProductCenter to start.
Documentation: https://docs.thinkgeo.com/
| Product | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| .NET Framework | net462 is compatible. net463 was computed. net47 was computed. 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 | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
- Microsoft.Data.Sqlite (>= 9.0.10)
- NetTopologySuite (>= 2.6.0)
- SkiaSharp (>= 3.119.1)
- SkiaSharp.NativeAssets.Linux (>= 3.119.1)
- System.Text.Json (>= 9.0.10)
NuGet packages (27)
Showing the top 5 NuGet packages that depend on ThinkGeo.Core:
| Package | Downloads |
|---|---|
|
ThinkGeo.Gdal
ThinkGeo.Gdal is a layer extension to ThinkGeo.Core that exposes the wide range of raster and vector formats supported by GDAL/OGR 3.11. Common formats: - Raster: GeoTIFF, JPEG2000, HDF4/5, netCDF, ECW (via Hexagon SDK), MrSID (via Extensis DSDK). - Vector: KML, GeoPackage, GeoJSON, GML, S57 (nautical), Shapefile. - Web: WMS, WMTS via GDAL drivers. Targets: .NET Framework 4.6.2+ and .NET Standard 2.1 (covers .NET Core 3.1, .NET 5 / 6 / 7 / 8 / 9). Platforms: Windows x64 / x86, Linux x64. Depends on ThinkGeo.Core plus ThinkGeo.Gdal.Dependency.Windows or ThinkGeo.Gdal.Dependency.Linux for the native binaries. Pair with a UI package for your platform — see ThinkGeo.Core for the full list. Note: the bundled ECW and MrSID plugins ship under vendor SDK terms (free for read/decode; ThinkGeo's integration uses only decode). See the dependency package's LICENSE.txt for the per-component breakdown. Commercial product with a free 30-day evaluation. Sign up at https://helpdesk.thinkgeo.com/register and download ProductCenter to start. Documentation: https://docs.thinkgeo.com/ |
|
|
ThinkGeo.UI.Wpf
ThinkGeo.UI.Wpf is the WPF MapView control for the ThinkGeo product line. It renders ThinkGeo.Core layers in a desktop window and exposes pan / zoom, popups, spatial drawing, projection management, and more. Targets: .NET Framework 4.6.2+ and .NET 8 (Windows). Platforms: Windows x64 / x86. Depends on ThinkGeo.Core. Pair with the ThinkGeo data extension packages (Gdal, FileGeoDatabase, Oracle, PostgreSql, SqlServer, NauticalCharts, Cad) to consume their formats. Commercial product with a free 30-day evaluation. Sign up at https://helpdesk.thinkgeo.com/register and download ProductCenter to start. Documentation: https://docs.thinkgeo.com/ |
|
|
ThinkGeo.Printers
ThinkGeo.Printers is a layer extension to ThinkGeo.Core that lets you compose printable page layouts on top of a map and export to PDF or image at the resolution you choose. Printer layers included: - PagePrinter — physical page background (size, orientation, margins). - MapPrinter — embed the live map at a chosen scale. - LegendPrinter — auto-generated legend for the layers on the map. - ScaleBarPrinter, ScaleLinePrinter, ScaleTextPrinter — three styles of scale indicator. - LabelPrinter — free-form text annotations. - DataGridPrinter — render attribute tables next to the map. - ImagePrinter — embed external images (logos, north arrows, ...). - MagneticDeclinationPrinter — declination annotation. Targets: .NET Framework 4.6.2+ and .NET Standard 2.1 (covers .NET Core 3.1, .NET 5 / 6 / 7 / 8 / 9). Platforms: Windows, Linux, macOS. Depends on ThinkGeo.Core. Pair with a UI package for your platform — see ThinkGeo.Core for the full list. Commercial product with a free 30-day evaluation. Sign up at https://helpdesk.thinkgeo.com/register and download ProductCenter to start. Documentation: https://docs.thinkgeo.com/ |
|
|
ThinkGeo.UI.iOS
ThinkGeo.UI.iOS is the native iOS MapView control for the ThinkGeo product line. It renders ThinkGeo.Core layers on iOS with pan / zoom, popups, spatial drawing, and projection management. Targets: .NET 9 and .NET 10 (net{9,10}-ios). Platforms: iOS (iPhone, iPad). Depends on ThinkGeo.Core. Pair with the ThinkGeo data extension packages (Gdal, NauticalCharts, etc.) for additional formats. Consider ThinkGeo.UI.Maui if you need a single shared codebase across iOS / Android / Windows / Mac Catalyst. Commercial product with a free 30-day evaluation. Sign up at https://helpdesk.thinkgeo.com/register and download ProductCenter to start. Documentation: https://docs.thinkgeo.com/ |
|
|
ThinkGeo.UI.XamarinForms
The ThinkGeo UI Control for Xamarin, based on .NET Standard 2.1. This package allows you to add maps and perform GIS spatial operations within your Android application. It provides classes to work with most GIS data formats, display popups, allow spatial drawing, manage projections, perform spatial operation and much more. Supported Platforms: Android, iOS This is a commercial product with a free 30-day evaluation. Start your evaluation by signing up at https://helpdesk.thinkgeo.com/register and downloading the ProductCenter application. Docs and Product Guides: https://docs.thinkgeo.com/ Visit Our Website: https://thinkgeo.com ThinkGeo Cloud APIs: https://cloud.thinkgeo.com Other ThinkGeo Products: - ThinkGeo UI Components - ThinkGeo Desktop ThinkGeo Mobile ThinkGeo Web - ThinkGeo Servers and Services - ThinkGeo World Streets ThinkGeo World Imagery ThinkGeo Routing ThinkGeo Geocoder ThinkGeo Reverse Geocoder ThinkGeo Elevation |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 15.0.0-beta034 | 0 | 5/6/2026 |
| 15.0.0-beta033 | 107 | 5/6/2026 |
| 15.0.0-beta032 | 145 | 5/6/2026 |
| 15.0.0-beta031 | 174 | 5/5/2026 |
| 15.0.0-beta030 | 180 | 5/5/2026 |
| 15.0.0-beta029 | 207 | 5/5/2026 |
| 15.0.0-beta028 | 289 | 5/5/2026 |
| 15.0.0-beta027 | 438 | 4/30/2026 |
| 15.0.0-beta026 | 573 | 4/29/2026 |
| 15.0.0-beta025 | 605 | 4/28/2026 |
| 15.0.0-beta024 | 618 | 4/27/2026 |
| 15.0.0-beta023 | 618 | 4/26/2026 |
| 15.0.0-beta022 | 643 | 4/23/2026 |
| 15.0.0-beta021 | 754 | 4/22/2026 |
| 15.0.0-beta020 | 617 | 4/21/2026 |
| 15.0.0-beta019 | 627 | 4/21/2026 |
| 15.0.0-beta018 | 624 | 4/21/2026 |
| 15.0.0-beta017 | 613 | 4/21/2026 |
| 15.0.0-beta016 | 633 | 4/20/2026 |
| 14.5.1 | 750 | 4/12/2026 |