libpfapi 0.3.0
See the version list below for details.
dotnet add package libpfapi --version 0.3.0
NuGet\Install-Package libpfapi -Version 0.3.0
<PackageReference Include="libpfapi" Version="0.3.0" />
<PackageVersion Include="libpfapi" Version="0.3.0" />
<PackageReference Include="libpfapi" />
paket add libpfapi --version 0.3.0
#r "nuget: libpfapi, 0.3.0"
#addin nuget:?package=libpfapi&version=0.3.0
#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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
-
- 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.
Version | Downloads | Last updated |
---|---|---|
4.1.0 | 121 | 2/4/2025 |
4.0.2-alpha3 | 87 | 1/31/2025 |
4.0.2-alpha2 | 88 | 1/31/2025 |
4.0.2-alpha1 | 92 | 1/31/2025 |
4.0.2-alpha0 | 81 | 10/30/2024 |
4.0.1 | 119 | 9/26/2024 |
4.0.1-alpha1 | 85 | 9/24/2024 |
4.0.0 | 93 | 8/5/2024 |
4.0.0-alpha7 | 91 | 8/1/2024 |
4.0.0-alpha6 | 87 | 8/1/2024 |
4.0.0-alpha5 | 81 | 7/30/2024 |
4.0.0-alpha4 | 93 | 7/25/2024 |
4.0.0-alpha3 | 89 | 7/5/2024 |
4.0.0-alpha2 | 107 | 6/27/2024 |
4.0.0-alpha | 99 | 6/24/2024 |
0.5.4 | 123 | 5/16/2024 |
0.5.3 | 198 | 8/7/2023 |
0.5.2 | 186 | 6/21/2023 |
0.5.1 | 167 | 6/21/2023 |
0.5.0 | 369 | 1/24/2023 |
0.4.9 | 343 | 1/24/2023 |
0.4.8 | 333 | 1/24/2023 |
0.4.6 | 407 | 11/4/2022 |
0.4.5 | 448 | 8/18/2022 |
0.4.4 | 472 | 7/14/2022 |
0.4.3 | 432 | 7/12/2022 |
0.4.2 | 505 | 6/6/2022 |
0.4.1 | 467 | 5/27/2022 |
0.3.0 | 446 | 5/26/2022 |
0.2.0 | 427 | 5/25/2022 |
0.1.0 | 435 | 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.