Skip to main content

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


Download files

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

Source Distribution

grass_gis_helpers-1.1.0.tar.gz (27.5 kB view hashes)

Uploaded Source

Built Distribution

grass_gis_helpers-1.1.0-py3-none-any.whl (34.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page