GRASS

Can't run grass tools from python script (grass 6.4, python 2.7, win7)

北城以北 提交于 2019-12-10 12:16:16
问题 I am new to GRASS, and i do not manage to get started. I am trying to write a python script that will call grass tool (at that point it does not really matter what tool) I created the location and mapset interactively, and set all the definitions. still I can't get 'grass.gisenv()' to give any output but {}. my code: import sys import os os.environ['GISBASE'] = r'C:\OSGeo4W\apps\grass\grass-6.4.4' os.environ['GISRC']= r'C:\Users\USER\AppData\Roaming\GRASS6\grassrc6' os.environ['LD_LIBRARY

Ubuntu 16.04 安装 Grass gis 7.6.1

南楼画角 提交于 2019-12-06 15:44:07
在Ubuntu上安装grassgis,最简单的方法是使用预编译好的包直接进行安装,当然也可以选择下载源码后自己编译再安装,在这里使用的是预编译包安装的方法,除了安装GRASSGIS之外,还需要安装依赖PROJ,GEOS,GDAL GRASS GIS安装 日更新的 GRASS GIS 7.x 安装包 sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable sudo add-apt-repository ppa:grass/grass-devel 2. 最新的 GRASS GIS 7.x 稳定版安装包 sudo add-apt-repository ppa:ubuntugis/ppa sudo add-apt-repository ppa:grass/grass-stable 3. 添加了ppa源之后,需要运行: sudo apt-get update 然后执行安装: sudo apt-get install grass PROJ 安装 # be sure to have an updated system sudo apt-get update && sudo apt-get upgrade -y # install PROJ sudo apt-get install libproj-dev proj-data proj

Ubuntu 16.04 安装 Grass gis 7.6.1

妖精的绣舞 提交于 2019-12-06 15:15:57
在Ubuntu上安装grassgis,最简单的方法是使用预编译好的包直接进行安装,当然也可以选择下载源码后自己编译再安装,在这里使用的是预编译包安装的方法,除了安装GRASSGIS之外,还需要安装依赖PROJ,GEOS,GDAL GRASS GIS安装 日更新的 GRASS GIS 7.x 安装包 sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable sudo add-apt-repository ppa:grass/grass-devel 2. 最新的 GRASS GIS 7.x 稳定版安装包 sudo add-apt-repository ppa:ubuntugis/ppa sudo add-apt-repository ppa:grass/grass-stable 3. 添加了ppa源之后,需要运行: sudo apt-get update 然后执行安装: sudo apt-get install grass PROJ 安装 # be sure to have an updated system sudo apt-get update && sudo apt-get upgrade -y # install PROJ sudo apt-get install libproj-dev proj-data proj