The GISBlox Services CLI is a standalone tool for interacting with the GISBlox Services REST API. It enables no-code access to the API from the command-line. It will or already includes commands such as reprojecting coordinates and creating GeoJson.
An active subscription to the GISBlox Services API is required in order to access the API. Create your free starter plan in the GISBlox Account Center.
In order to build and test the GISBlox Services CLI, you need to have the following installed on your machine:
- .NET 5
- Visual Studio / Visual Studio Code
Open the solution file GISBlox.Services.CLI.sln
in Visual Studio and build it. Any NuGet dependency will be downloaded in the build process.
The gbs
executable in the bin
directory can be run directly.
The documentation on how to use the CLI can be found here.