Questions tagged [grass]

GRASS GIS, commonly referred to as GRASS (Geographic Resources Analysis Support System), is a free and open source Geographic Information System (GIS) software suite used for geospatial data management and analysis, image processing, graphics and maps production, spatial modeling, and visualization.

GRASS GIS, commonly referred to as GRASS (Geographic Resources Analysis Support System), is a free and open source Geographic Information System (GIS) software suite used for geospatial data management and analysis, image processing, graphics and maps production, spatial modeling, and visualization. GRASS GIS is currently used in academic and commercial settings around the world, as well as by many governmental agencies and environmental consulting companies. It is a founding member of the Open Source Geospatial Foundation (OSGeo).

http://grass.osgeo.org/

84 questions
0
votes
1 answer

Computing Sky View Factor in GrassGis

Hy community, I´m currently working on my Master Thesis and I have to compute the "sky view factor". Since ESRI Arcmap is not a helpful choice to do that, I found that it is fairly easy to compute with GrassGIS (V.7) using the r.skyview command. But…
Axel.Foley
  • 43
  • 6
0
votes
1 answer

GRASS r.in.gdal crash:procedure entry point sqlite3_rtree_geometry_callback could not be located in the dynamic link library spatialite.dll

I wrote the following python script to try to import a raster file into GRASS: import os os.chdir(r'C:\Users\Desktop') import sys sys.path.append(os.path.join(os.environ['GISBASE'], 'etc', 'python')) import grass.script as g import…
Heinz
  • 2,415
  • 6
  • 26
  • 34
0
votes
1 answer

Export multiple rasters from GRASS

I am using GRASS and R to analyse some hyperspectral data. I would like to export my spectral layers to one .img file that is compatible with ENVI. So far, I have used g.mlist to select the appropriate layers, and now I am using i.group to create…
EJA
  • 11
  • 2
0
votes
0 answers

QGIS/GRASS Watershed Analysis output cell size issues

Gooday, As my first post I offer a humble apology if this is such a basic question as to make any of you cringe. I feel like I have exhausted my search skills and read through the QGIS documentation frequently and thoroughly. My problem is with any…
0
votes
1 answer

Configuring R with GRASS GIS

I just started using GRASS GIS 7.0.0beta2. I want to use R in GRASS and vise versa. Following the instructions from here, when I bring the WinGRASS-windows console in front and type R for opening a R-session (command line mode) inside a…
MYaseen208
  • 22,666
  • 37
  • 165
  • 309
-1
votes
0 answers

Grass Gis 7.6.1 download

How can I download GRASS GIS 7.6.1 version while I can't find the open access online? I am trying to install GRASS 7.6.1 for my Windows, 64-bit laptop. However, I could not find setup file for it in the GRASS GIS website (it says, "Sorry, nothing's…
-1
votes
1 answer

Neo4j - How to create a relationship with no null relationship name

I want to create relationship among nodes which will have no Relationship Name. I Have been trying this : LOAD CSV WITH HEADERS FROM "file:///trace_function_ec_souscription.csv" AS line MERGE (entity1:Entity{name:line.Parent_Method_Name}) MERGE…
Sankar
  • 393
  • 6
  • 16
-1
votes
1 answer

GIS Traveltime based on cost

http://bit.ly/1Ksy3dq < here you will find .pdf and 1st picture there is what I need. It shows how much time would man need to travel from one point to another if we consider relief. I need to make it on different location. Ive done slope and aspect…
-2
votes
1 answer

QGIS 2.18.9 for Windows will not load plugins and GRASS

Hi I've been using QGIS for the past 6 years and I have never had this issue. I re-installed QGIS 2.18.9 because my original first problem was none of my grass algorithms would work and I received the following error message: "It seems that GRASS…
1 2 3 4 5
6