Tagged Questions
0
votes
0answers
53 views
Grass won't import shapefiles
I have a problem involving the import vector data command, specifically importing shape files. I installed QGIS on a pc at work and there I could import shape files into GRASS GIS 6.4.3RC2 (which is ...
0
votes
1answer
76 views
import grass.script as grass under windows 7
OS: Windows 7 64bit
GIS: QGIS 1.8 (qgis.org/downloads/QGIS-OSGeo4W-1.8.0-2-Setup.exe)
I have created a plugin for QGIS, with the QGIS plugin builder.
Now i would like to import grass.script into ...
5
votes
2answers
296 views
How to batch import GDAL supported raster files into GRASS?
I am trying to import some GDAL supported raster files into a binary raster map layer using the r.in.gdal module from QGis Grass tool.
As I have multiple files to import, I would like to batch import ...
2
votes
2answers
279 views
Error Importing dbf File Into GRASS
I am working on an assignment which requires me to connect to a database, then import a dbf file into the database using the command db.in.ogr (as can be seen below). However, GRASS simply won't ...
0
votes
1answer
96 views
GRASS importing same-name rasters fails
I have NED elevation data in 3 rasters. (That's how it downloaded from USGS NED page.) The files are named "61471006", "61471006_2", and "61471006_3". I succeeded in using the GRASS GUI and menu ...
1
vote
2answers
271 views
What I'm doing wrong with the command r.out.ascii in GRASS GIS?
I have raster in .bil format which I want to save in GRASS GIS with r.out.ascii. I get this result in .txt file:
north: 1N
south: 0
east: 1E
west: 0
rows: 1
cols: 1
55537
I suppose it is something ...