Skip to content

griembauer/grass-gis-helpers

 
 

Repository files navigation

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

pip3 install -e .

About

Python library with helper functions for GRASS GIS addon development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%