GeoIO Python SDK
Project description
MOSS GeoIO SDK
Description
This is the Python SDK to interact with M.O.S.S. Computer Grafik Systeme GmbH GeoIO
Installation
This package kann be installed using pip
python -m pip install moss_geoio_sdk
Usage
import sys
from pathlib import Path
import logging
from moss.geoio_sdk.geoio_service import GeoIO
from moss.geoio_sdk.model.user import User
user_name = "username"
user_password = "password"
geoIO_url = "https://geoio.server.your.domain:8443/mcm-geoio"
my_logger = logging.getLogger("my_logger")
logging.basicConfig(stream=sys.stdout, level=logging.DEBUG)
geoIO = GeoIO(
geoIO_url, user_name, user_password, Path("c:/temp/geoio_sdk"), my_logger
)
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
moss_geoio_sdk-0.1.11.tar.gz
(11.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file moss_geoio_sdk-0.1.11.tar.gz.
File metadata
- Download URL: moss_geoio_sdk-0.1.11.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.10.16 Linux/6.8.0-51-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6660d376fae6a2cd31e0f460146e44f5246a0a7434996a657e40eec09e9034e
|
|
| MD5 |
63555e95d0ba50446e2db63a69a98946
|
|
| BLAKE2b-256 |
4f8b85e1261b063b17f3e5fbc9e87a2bacd419627688a945a2267a5c4ebbadd6
|
File details
Details for the file moss_geoio_sdk-0.1.11-py3-none-any.whl.
File metadata
- Download URL: moss_geoio_sdk-0.1.11-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.10.16 Linux/6.8.0-51-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
546be080b241b58549e0cc2bad7c6d8ad5ead819adead4561b05f155f181f456
|
|
| MD5 |
80ecdb18a70cb8a6dfa71db3ce5263a0
|
|
| BLAKE2b-256 |
025fa57f924a42d5db1e8c9fd38fe9286ca8496a331135cb9f73b98fc3966eba
|