libpfapi 0.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package libpfapi --version 0.3.0
NuGet\Install-Package libpfapi -Version 0.3.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="libpfapi" Version="0.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add libpfapi --version 0.3.0
#r "nuget: libpfapi, 0.3.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.
// Install libpfapi as a Cake Addin
#addin nuget:?package=libpfapi&version=0.3.0

// Install libpfapi as a Cake Tool
#tool nuget:?package=libpfapi&version=0.3.0

DotNet pathfinder API

The package provides utils to simplify the connection to Gilytics pathfinder server.

It's mostly aimed to help develop Gilytics ArcGis Pro plugin, but can be used in other situations.

A basic account is necessary to connect to the server, and an API token request to Gilytics.

Documentation

The package is provided as is with heavy function documentation, but a strong knowledge of pathfinder's functionality is necessary to make any good use of it.

A side project with examples on how to use the Library (via basic unit tests) is available, contact Gilytics for more information.

ChangeLog

v0.3.0 First almost complete release with LayerConfig setup allowed. Can handle the whole flow of * project create * Category create * BaseLayer upload * Layer create * Retrieve Scenario (not create, use the default one on the server) * Retrieve LayerConfig * Change LayerConfig (Vector,Raster) and push to server * Generate Resistance Map v0.1.0 First incomplete test release.

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 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
0.5.3 151 8/7/2023
0.5.2 145 6/21/2023
0.5.1 123 6/21/2023
0.5.0 307 1/24/2023
0.4.9 285 1/24/2023
0.4.8 280 1/24/2023
0.4.6 356 11/4/2022
0.4.5 390 8/18/2022
0.4.4 409 7/14/2022
0.4.3 394 7/12/2022
0.4.2 450 6/6/2022
0.4.1 410 5/27/2022
0.3.0 404 5/26/2022
0.2.0 377 5/25/2022
0.1.0 378 5/24/2022

v0.3.0
First almost complete release with LayerConfig setup allowed.
Can handle the whole flow of
* project create
* Category create
* BaseLayer upload
* Layer create
* Retrieve Scenario (not create, use the default one on the server)
* Retrieve LayerConfig
* Change LayerConfig (Vector,Raster) and push to server
* Generate Resistance Map
v0.1.0
First incomplete test release.