300 reputation
8
bio website
location
age
visits member for 7 months
seen 3 hours ago
stats profile views 6

1d
comment CSV with latitude and longitude to a spatial points with QGIS 1.8
check this question. It is closed but it has some useful information:gis.stackexchange.com/questions/55195/…
May
9
comment QGIS .shp merge issue
Can you give an example of your data?
May
9
comment QGIS contour lines shapefile to DEM help
Did you try to use the intrpolation plugin? No Grass necesary...
May
6
comment how do i assign values to shapes to be displayed in my map
In order that your attribute table alloes you to ad a column (and add data too) it must be in edit mode
May
6
comment How to digitize a map in QGIS?
There is another problem, if you want to digitize from aerial photographs, everything will be distorted since this kind of material does no have a constant scale. On the other hand if you are usin already orthorectified material you can do it without a problem, since this kinf of material comes already with a Coordinate system.
Apr
29
comment QGIS v1.8 failed to install/ won't run
Did you installit as an administrator?
Apr
16
awarded  Caucus
Apr
16
comment Why does Georeferencer not start and how can I fix it?
I have the same problem today and solved it by running qgis as an administrator (I am using Lisboa standallone on win 764 16gb of Ram)
Apr
13
comment Problem with mcc-lidar
Thanks for your answer. My data could be a little bit weird, In my country the INEGI gives access to lidar data with post-spacing of 5 meters, so your answer makes perfect sense. Thanks for our time!
Apr
12
asked Problem with mcc-lidar
Mar
22
answered Adding a delimited text layer with QGIS 1.1.0
Mar
22
comment Adding a delimited text layer with QGIS 1.1.0
I think the data is ok, the add text delimited layer plugin allows you to use spaces as a field separator...
Mar
9
awarded  Critic
Mar
7
comment Setting coordinate systems in QGIS: “transform error caught”
Yes, In QuantumGis the reprojection of vector data is made in the save as option.
Feb
14
comment How to use a hillshade dataset in QGIS?
If what you have is a hillshade you have shadow values ranging from 0 to 255. The best way to display it is gray scale and strectched min to max. What you have to understand is that you do not have elevation values in a hillshade raster.
Feb
7
comment Can I create a TIN from contours lines (shp) in QGIS?
A long time ago I used a free software to convert dxf polylines to a text file (x,y,z triplets) you can look at it here: guthcad.com/freestuff.htm may be it can help you, since you can use the file to interpolate by points.
Feb
6
answered Can I create a TIN from contours lines (shp) in QGIS?
Feb
6
comment How to get Shapefile point coordinates into .xls?
You can also use the field calculator of the attribute table in order to calculate the coordinates. To do so the point layer must be in edit mode. Then save the shp file as a csv file
Feb
5
answered How to create internal polygon without overlap on QGIS1.8.0
Jan
31
comment Alternate option for a Data Player plugin for GPS in qgis
As Andre pointed out, you must use the gps tool, this one allows you to read your gpx. In order to play with it (edit it I assume) you must save your track as a shape file, and put it in edit mode. Hope it helps