J4JSoftware.GeoProcessorWPF 1.2.1

dotnet add package J4JSoftware.GeoProcessorWPF --version 1.2.1
NuGet\Install-Package J4JSoftware.GeoProcessorWPF -Version 1.2.1
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="J4JSoftware.GeoProcessorWPF" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add J4JSoftware.GeoProcessorWPF --version 1.2.1
#r "nuget: J4JSoftware.GeoProcessorWPF, 1.2.1"
#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.
// Install J4JSoftware.GeoProcessorWPF as a Cake Addin
#addin nuget:?package=J4JSoftware.GeoProcessorWPF&version=1.2.1

// Install J4JSoftware.GeoProcessorWPF as a Cake Tool
#tool nuget:?package=J4JSoftware.GeoProcessorWPF&version=1.2.1

GeoProcessorWPF

After you've properly configured the app you can select a file to process by clicking the ... control to the right of the Input File field. This will display a normal Windows file selection dialog which you can use to choose a file to process.

The app only knows how to process GPX, KML and KMZ files.

The app can output its results to either a KML or KMZ file. KMZ files are simply compressed/zipped KML files, so they're smaller but you can't examine them in a text editor.

After you select a file the Process File button becomes enabled. You can select the snap-to-route processor to use with the Route Snapping Processor dropdown. Only processors which have a defined API key (or don't require one) will be available as choices.

If the output file exists you'll be asked to confirm you want to overwrite it. Assuming you do, or if it doesn't already exist, a new window will open tracking the processing.

A count of points processed and various messages will then appear. Don't be surprised if the Points Processed doesn't match the number of points written to the output file. That's normal, because the snap-to-route processor adds additional points to make the final route "smooth" and match (mostly) actual roads.

You can abort the effort by clicking the Abort button. It may take a second or two for the processing to shut down.

Product Compatible and additional computed target framework versions.
.NET net5.0-windows7.0 is compatible.  net6.0-windows was computed.  net7.0-windows was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.1 711 9/29/2021

added nuget readme