Skip to main content

vrt_lss_agro

  • API version: 7.42.3498
  • Package version: 7.42.3498
  • Build date: 2026-09-07T18:25:12.719106128+03:00[Europe/Moscow]
  • Generator version: 7.17.0

Requirements.

Python 3.9+

Installation & Usage

pip install

If the python package is hosted on a repository, you can install directly using:

pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)

Then import the package:

import vrt_lss_agro

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import vrt_lss_agro

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import vrt_lss_agro
from vrt_lss_agro.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://api.edge7.veeroute.cloud
# See configuration.py for a list of all supported configuration parameters.
configuration = vrt_lss_agro.Configuration(
    host = "https://api.edge7.veeroute.cloud"
)

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

# Configure Bearer authorization (JWT): ApiKeyAuth
configuration = vrt_lss_agro.Configuration(
    access_token = os.environ["BEARER_TOKEN"]
)


# Enter a context with an instance of the API client
with vrt_lss_agro.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = vrt_lss_agro.PlanApi(api_client)
    process_code = 'process_code_example' # str | Unique process identifier.

    try:
        # Cancel calculation
        api_instance.cancel_plan_calculation(process_code)
    except ApiException as e:
        print("Exception when calling PlanApi->cancel_plan_calculation: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://api.edge7.veeroute.cloud

Class Method HTTP request Description
PlanApi cancel_plan_calculation DELETE /agro/plan/calculation-async/{process_code} Cancel calculation
PlanApi delete_plan_result DELETE /agro/plan/result/{process_code} Result removal
PlanApi read_algo_data GET /agro/plan/data/{process_code} Algo data
PlanApi read_plan_result GET /agro/plan/result/{process_code} Getting the result
PlanApi read_plan_state GET /agro/plan/state/{process_code} Calculation state
PlanApi run_plan_calculation POST /agro/plan/calculation Planning (SYNC)
PlanApi run_plan_calculation_async POST /agro/plan/calculation-async Planning (ASYNC)
PlanApi run_plan_clip POST /agro/plan/clip/{clip_key} Clipping (SYNC)
PlanApi run_plan_validation POST /agro/plan/validation Data validation
SystemApi check GET /agro/system/check Checking the availability
SystemApi file GET /agro/file/{filename} Getting the documentation
SystemApi version GET /agro/system/version Getting the service version

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

ApiKeyAuth

  • Type: Bearer authentication (JWT)

Author

support@veeroute.com

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vrt_lss_agro-7.42.3498-py3-none-any.whl (225.3 kB view details)

Uploaded Python 3

File details

Details for the file vrt_lss_agro-7.42.3498-py3-none-any.whl.

File metadata

File hashes

Hashes for vrt_lss_agro-7.42.3498-py3-none-any.whl
Algorithm Hash digest
SHA256 247b49eb842654b8a1a5fb1f6a11ce39cad690206cb2212f75b29bde44692ebc
MD5 19f813804ea46826a5daf5c7ca742317
BLAKE2b-256 22f1be71d11adba6c4814f1365e34f650155728f8a287411873d2e08c93490f2

See more details on using hashes here.

Release history Release notifications | RSS feed

7.42.3500

1 file

This release

7.42.3498 This release

1 file

7.41.3481

1 file

7.40.3475

1 file

7.39.3350

1 file

7.38.3336

1 file

7.37.3331

1 file

7.36.3317

1 file

7.35.3290

1 file

7.34.3275

1 file

7.33.3222

1 file

7.32.3215

1 file

7.31.3182

1 file

7.30.3153

1 file

7.29.3120

1 file

7.28.3096

1 file

7.26.3024

1 file

7.25.3009

1 file

7.24.2983

1 file

7.24.2977

1 file

7.23.2926

1 file

7.23.2924

1 file

7.22.2904

1 file

7.21.2852

1 file

7.21.2849

1 file

7.20.2789

1 file

7.19.2779

1 file

7.18.2755

1 file

7.17.2697

1 file

7.16.2673

1 file

7.15.2652

1 file

7.14.2618

1 file

7.13.2613

1 file

7.12.2609

1 file

7.11.2593

1 file

7.10.2580

1 file

7.9.2527

1 file

7.8.2508

1 file

7.7.2501

1 file

7.6.2491

1 file

7.5.2472

1 file

7.4.2469

1 file

7.3.2463

1 file

7.2.2444

1 file

7.1.2439

1 file

7.0.2395

1 file

6.20.2258

1 file

6.20.2252

1 file

6.19.2236

1 file

6.18.2232

1 file

6.17.2224

1 file

6.16.2177

1 file

6.16.2174

1 file

6.15.2142

1 file

6.14.2133

1 file

6.13.2112

1 file

6.12.2101

1 file

6.11.2097

1 file

6.10.2076

1 file

6.9.2071

1 file

6.8.2055

1 file

6.7.2022

1 file

6.6.2006

1 file

6.5.1990

1 file

6.4.1962

1 file

6.3.1926

1 file

6.2.1912

1 file

6.1.1902

1 file

5.12.1836

1 file

5.12.1831

1 file

5.11.1826

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page