grass-session icon indicating copy to clipboard operation
grass-session copied to clipboard

Handle GRASS GIS sessions

Results 7 grass-session issues
Sort by recently updated
recently updated
newest added

Hi, Currently, grass.temporal presents issue when changing mapset from a Python script (see https://github.com/OSGeo/grass/issues/629). This is how it looks: ``` #!/usr/bin/env python3 # -*- coding: utf-8 -*- import tempfile import...

Hi, I was wondering what would be the best approach to run a list of independent commands in parallel that use input file from the same location. My approach is...

Hello. I've been able to get `grass.script` running in a Python script using `grass_session`. I have encountered one issue when using OSGeo4W, which I've been able to solve by using...

I'm trying to use your wonderful code on Windows but getting a `System Error`: g.list.exe - System Error The code execution cannot proceed because libgrass_vector.7.4.0.dll was not found. Reinstalling the...

I'm trying to use grass library in my Jupyter Notebook. When I install the library with this code `!pip install grass-session` it gets successfully installed. But when I try to...

Hi, actually there is missing some quotes that cause errors when we parse a path that uses space, this issue explain all: https://github.com/OSGeo/grass/issues/3041 @tmszi already did a patch on: https://github.com/zarch/grass-session/pull/25...

Fixes bug reported here https://github.com/OSGeo/grass/issues/3041.