This library provides functions which can be used for developing GRASS GIS addons.
Project description
mundialis GRASS GIS helper library
This library provides functions which can be used for developing GRASS GIS addons and which are used by mundialis.
The library usage needs to be in a GRASS GIS session, so that the the module grass can be imported.
Installation
pip install grass-gis-helpers
Small example
Small example how the library can be used inside a GRASS GIS session:
from grass_gis_helpers import general
general.set_nprocs(2)
DEV setup
pip-tools is required for DEV setup:
# only once
pip3 install pip-tools
then install grass-gis-helpers from the local repository:
pip3 install -e .
Project details
Release history Release notifications | RSS feed
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
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 grass_gis_helpers-2.3.5.tar.gz.
File metadata
- Download URL: grass_gis_helpers-2.3.5.tar.gz
- Upload date:
- Size: 29.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c622cbd7f04f7023713af963435c06ca5a44f2415e897d33f06875b1e97dd48
|
|
| MD5 |
6215511bf40765749423964db9ca7376
|
|
| BLAKE2b-256 |
3a30da71c4a63e0215bf3ed43945c1c402e1ab9e4f29bfef23537188887331cb
|
File details
Details for the file grass_gis_helpers-2.3.5-py3-none-any.whl.
File metadata
- Download URL: grass_gis_helpers-2.3.5-py3-none-any.whl
- Upload date:
- Size: 36.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d63d8865a5930535a308caa937aa06489eade52a3b5b338b4393265d658ffc4f
|
|
| MD5 |
ca23fecfba0b8c7252771d65f12ca1e4
|
|
| BLAKE2b-256 |
06277f7eb03622d304b218b869ded47c67febd098710f8f763c330b8d19c7f63
|