GeoConvert 0.10.0
dotnet add package GeoConvert --version 0.10.0
NuGet\Install-Package GeoConvert -Version 0.10.0
<PackageReference Include="GeoConvert" Version="0.10.0" />
<PackageVersion Include="GeoConvert" Version="0.10.0" />
<PackageReference Include="GeoConvert" />
paket add GeoConvert --version 0.10.0
#r "nuget: GeoConvert, 0.10.0"
#:package GeoConvert@0.10.0
#addin nuget:?package=GeoConvert&version=0.10.0
#tool nuget:?package=GeoConvert&version=0.10.0
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 | Versions 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. |
-
net10.0
- System.IO.Hashing (>= 10.0.8)
-
net11.0
- System.IO.Hashing (>= 10.0.8)
-
net8.0
- System.IO.Hashing (>= 10.0.8)
-
net9.0
- System.IO.Hashing (>= 10.0.8)
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 |