DevToys.Geo
1.2.0
dotnet add package DevToys.Geo --version 1.2.0
NuGet\Install-Package DevToys.Geo -Version 1.2.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="DevToys.Geo" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DevToys.Geo" Version="1.2.0" />
<PackageReference Include="DevToys.Geo" />
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 DevToys.Geo --version 1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DevToys.Geo, 1.2.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 DevToys.Geo@1.2.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=DevToys.Geo&version=1.2.0
#tool nuget:?package=DevToys.Geo&version=1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
DevToys Geo
A set of Geo Extensions for DevToys. Currently, the following tools are available:
- GeoJSON <> WKT: Convert GeoJSON to WKT and vice versa.
- Coordinate Converter: Convert coordinates between Decimal Degrees (DD), Degrees Minutes Seconds (DMS), and Degrees Decimal Minutes (DDM) formats.
- CRS Transformer: Transform geometries between 8,000+ coordinate reference systems (EPSG codes). Supports GeoJSON and WKT input formats with searchable EPSG selection.
License
This extension is licensed under the MIT License - see the LICENSE file for details.
Installation
- Download the
DevToys.GeoNuGet package from NuGet.org. - Install the extension using one of these methods:
- Via DevToys UI: Open DevToys, go to
Manage extensions, click onInstall an extensionand select the downloaded NuGet package. - Manual installation: Extract the
.nupkgfile (it's a ZIP archive) to the plugins folder:- Windows:
%LocalAppData%/DevToys/Plugins/ - macOS:
~/Library/com.devtoys/Plugins/ - Linux:
~/.local/share/devtoys/Plugins/
- Windows:
- Via DevToys UI: Open DevToys, go to
| 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 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- DevToys.Api (>= 2.0.8-preview)
- NetTopologySuite (>= 2.5.0)
- NetTopologySuite.IO.GeoJSON (>= 4.0.0)
- ProjNet (>= 2.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.