GeoConvert 0.10.0

dotnet add package GeoConvert --version 0.10.0
                    
NuGet\Install-Package GeoConvert -Version 0.10.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="GeoConvert" Version="0.10.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GeoConvert" Version="0.10.0" />
                    
Directory.Packages.props
<PackageReference Include="GeoConvert" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add GeoConvert --version 0.10.0
                    
#r "nuget: GeoConvert, 0.10.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.
#:package GeoConvert@0.10.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=GeoConvert&version=0.10.0
                    
Install as a Cake Addin
#tool nuget:?package=GeoConvert&version=0.10.0
                    
Install as a Cake Tool

GeoConvert

Convert maps between geospatial formats, with no third-party dependencies — only the .NET base class libraries. Also renders a bounding box to a PNG image.

Supported formats: GeoJSON, TopoJSON, Shapefile, FlatGeobuf, KML/KMZ, GPX, WKT, WKB, CSV, GeoParquet, and PNG (write-only raster).

// Formats are inferred from the file extensions.
GeoConverter.Convert("cities.geojson", "cities.kml");
GeoConverter.Convert("roads.shp", "roads.fgb");
// Or read into the common feature model, then write a different format.
var collection = GeoConverter.Read("roads.shp");
GeoConverter.Write(collection, "roads.fgb");

A geoconvert command line tool is also available as a separate package: GeoConvert.Cli.

See the GitHub repo for full documentation, samples, per-format limits, and PNG rendering options.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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 is compatible.  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 is compatible.  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.  net11.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on GeoConvert:

Package Downloads
MapBundle

Core runtime for MapBundle. Loads bundled map data (borders, cities, waterways) that ships as FlatGeobuf in the MapBundle.World and MapBundle.[Region] packages. Data is derived from OpenStreetMap (© OpenStreetMap contributors, ODbL).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.10.0 0 6/2/2026
0.9.1 0 6/2/2026
0.9.0 0 6/2/2026
0.8.2 47 6/2/2026
0.8.1 38 6/2/2026
0.8.0 43 6/1/2026
0.6.0 62 5/30/2026
0.5.1 73 5/28/2026
0.5.0 70 5/28/2026
0.4.0 71 5/28/2026
0.3.0 86 5/27/2026
0.2.0 89 5/27/2026
0.1.9 104 5/26/2026
0.1.8 88 5/26/2026
0.1.7 87 5/26/2026
0.1.6 93 5/26/2026
0.1.4 100 5/25/2026
0.1.3 95 5/25/2026
0.1.2 85 5/25/2026
0.1.1 98 5/25/2026
Loading failed