FOSS4G 2022 | Using GRASS GIS in Jupyter Notebooks: An Introduction to grass.jupyter

preview_player
Показать описание

Caitlin Haedrich
Vaclav Petras

#foss4g2022
#generaltrack
#Education
Рекомендации по теме
Комментарии
Автор

Hello I have tried this but I have not been able to solve it, I can't get into the python path with grass, this line gives me error:
sys.path.append(
subprocess.check_output(["grass", "--config", "python_path"], text=True).strip()
)

eduardo