libpfapi 0.4.9

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

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

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.4.9

  • Fix null handling bug for ScenarioConfig and LayerConfig.

v0.4.7 and 0.4.8

Added missing options for LayerConfig setup, alongside new internal data upload mode.

  • ScenarioConfig points accept assigning Null (disables that point)
  • BaseLayer.NewFromFileAsync() uses the new pathfinder approach to upload data
  • Accepts uploading files up to 500M
  • LayerConfig.cs added missing modes.

v0.4.6

Capabilities class handler that returns the current logged user capabilities.

v0.4.5

New endpoint handling for single uploading of BaseLayers. A new baselayer can be uploaded and referenced by ID with a single call (adapted for new pathfinder server functionality)

v0.4.4

Library adapted to be able to run under MONO and .net48.

  • Code changes to support both modes.
  • Theoretically usable too with net6. (not built for it)
  • Changed unit tests to NUnit for compatibility.

v0.4.3

Documentation generator included

v0.4.2

Code cleanup, no api changes (.2 not necessary)

v0.4.1

Basic Bugfixes on login flow

  • GetTokenAsync fixed

v0.4.0

Added missing capabilities for some models alongside renaming functions following conventions

  • Big rename of Async functions (all those functions now ending with the Async sufix)
  • Cancel task functions
  • BaseLayer within project Listing functionality
  • NewCategory and NewScenario functionality
  • Delete functionality for the main models (Project, Layer, Scenario, Category)
  • LayerConfig uses Lists instead of Arrays

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 155 8/7/2023
0.5.2 146 6/21/2023
0.5.1 124 6/21/2023
0.5.0 311 1/24/2023
0.4.9 289 1/24/2023
0.4.8 284 1/24/2023
0.4.6 356 11/4/2022
0.4.5 391 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 411 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.4.9
   * Fix null handling value bug in Scenario Config and Layer Config

v0.4.7 and v0.4.8

Added missing options for LayerConfig setup, alongside new internal data upload
mode.

* ScenarioConfig points accept assigning Null (disables that point)
* BaseLayer.NewFromFileAsync() uses the new pathfinder approach to upload data
* Accepts uploading files up to 500M
* LayerConfig.cs added missing modes.
v0.4.6
Capabilities endpoint handler (can retrieve which algorithms are available)
v0.4.5
Added new capability to create a BaseLayer in the server from a single file.
v0.4.4
Adapted the whole library to support mono, changed tests to NUnit.
v0.4.3
XML documentation generation.
v0.4.2
Small cleanups on code.
v0.4.1
Bugfix on GetTokenAsync
v0.4.0
Added missing capabilities for some models alongside renaming functions following conventions

* Big rename of Async functions (all those functions now ending with the `Async` sufix)
* Cancel task functions
* BaseLayer within project Listing functionality
* NewCategory and NewScenario functionality
* Delete functionality for the main models (Project, Layer, Scenario, Category)
* LayerConfig uses Lists instead of Arrays
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.