libpfapi 0.4.3
See the version list below for details.
dotnet add package libpfapi --version 0.4.3
NuGet\Install-Package libpfapi -Version 0.4.3
<PackageReference Include="libpfapi" Version="0.4.3" />
paket add libpfapi --version 0.4.3
#r "nuget: libpfapi, 0.4.3"
// Install libpfapi as a Cake Addin
#addin nuget:?package=libpfapi&version=0.4.3
// Install libpfapi as a Cake Tool
#tool nuget:?package=libpfapi&version=0.4.3
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.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 | Versions |
---|---|
.NET Framework | net48 net481 |
-
- Newtonsoft.Json (>= 13.0.1)
- System.Net.Http (>= 4.3.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
v0.4.3
Adjusted some errors with GetTokenAsync and included XML documentation.
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.