A Python client for running Geocortex Reporting jobs.
Project description
Geocortex Reporting Client for Python
This Python library makes it easy to run Geocortex Reporting or Geocortex Printing jobs.
Requirements
- Python 3.6 or later
Installing the package
This package is published to PyPi, and can be installed using pip
:
pip install geocortex-reporting-client
Generating a report
The client exports a run
async function that will return a url to the report upon completion.
from geocortex.reporting.client import run
url = await run("itemid", [... other arguments])
Arguments
item_id
is required. All other arguments are optional.
Argument | Type | Description |
---|---|---|
item_id | str | The portal item ID of the Reporting or Printing item. |
portal_url | str | The URL of the ArcGIS Portal instance to use. Defaults to ArcGIS Online: "https://www.arcgis.com" |
token | str | The Portal access token to be used to access secured resources. If not provided requests to secured resources will fail. |
culture | str | The culture to use for localization. For example "en-US" . |
result_file_name | str | The name assigned to the output file. It is used as the suggested name when downloading the result. |
dpi | int | The DPI to use when rendering a map print. Defaults to 96 . |
use_polling | bool | When True , the job service will be polled periodically for results. When False , connect to the job service using WebSockets to listen for results. It's recommended to use WebSockets where possible. Defaults to False . |
**kwargs** | any | Other parameters to pass to the job. These are commonly used to parameterize your template. For example run("itemid", FeatureIds=[1, 2, 3]) |
Documentation
Find further documentation on the SDK on the Geocortex Developer Center
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file geocortex-reporting-client-1.1.0.tar.gz
.
File metadata
- Download URL: geocortex-reporting-client-1.1.0.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 582c930c6ea35ed093c3b7f54a13da3f9326cebac94116e79d441feb63f45630 |
|
MD5 | c7669798c02e55ca9ad34da69458a908 |
|
BLAKE2b-256 | 18797d5cf5b35bfff4314eae98e962eb2843a4b3a21f2265ab18d053d3c85c06 |
File details
Details for the file geocortex_reporting_client-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: geocortex_reporting_client-1.1.0-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ae2daca1b7c721dda5de3f412f9c15adfa77c0b3573a4aa98350ae661308c90 |
|
MD5 | df5aab0fe63690f03f784585a0349460 |
|
BLAKE2b-256 | 3bfb1936a7d0ea0e2e93f2c030ecc09098ed82cdc388acf19b3323807b0abc8d |