<html style="direction: ltr;">
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<style type="text/css">body p { margin-bottom: 0cm; margin-top: 0pt; } </style>
</head>
<body style="direction: ltr;"
bidimailui-detected-decoding-type="latin-charset" bgcolor="#FFFFFF"
text="#000000">
<div class="moz-cite-prefix">Using GRASS there are two modules you
can consider. First :<br>
v.to.rast in=... out=... type=point use=val value=1<br>
will convert points into raster cells (at the current region
settings), where any cell that contains at least one point will be
given value 1.<br>
<br>
Next:<br>
r.in.xyz in=... out=... method=sum <br>
will create a raster (at the current region settings) where each
cell will have a value = the count of points in that cell.<br>
<br>
HTH,<br>
Micha<br>
On 04/10/2014 04:20 PM, Colin D. MacLeod wrote:<br>
</div>
<blockquote cite="mid:DE05725DF54D48FC8C45334873CD49B6@House1"
type="cite">
<div dir="ltr">
<div style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE:
12pt">
<div>Hi All,</div>
<div> </div>
<div>I’m a fairly experienced GIS user, but I’m new to QGIS.
I’m using version 2.2, and I’m trying to convert a point
data layer into a raster data layer using the Rasterize
tool. The point data layer has an integer field with a value
of 1 for all records, and I want to make a raster data layer
which has a value of one for each cell which has at least
one point in it (some cells have more than one point in
them). When I use the Rasterize tool, it creates the raster
data layer fine, but all cells with have points in them
appear to have a value of 0.995968. I’ve tried editing the
gdal code (even making the resulting raster data layer an
integer layer), but I still cannot get it to produce a
raster with a value of 1 rather than just a number very
close to one. </div>
<div> </div>
<div>Does anyone have any suggestions of where I might be
going wrong and/or how to solve this issue?</div>
<div> </div>
<div>On a related note, is it possible to use the Rasterize
tool to work out the average or total values for all the
points which fall in each grid cell? If so, how (I can’t
find anything in the gdal instructions themselves which
would suggest this is possible, but I might be missing
something). If this isn’t possible to do with the Rasterize
tool, are there other tools in QGIS which can do this?</div>
<div> </div>
<div>Thanks for any help anyone can give on this.</div>
<div> </div>
<div>All the best,</div>
<div> </div>
<div>Colin</div>
<div> </div>
<div style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE:
12pt">==================================================================================<br>
GIS IN ECOLOGY - Providing Training, Advice And Consultancy
On The Use Of GIS In Ecology<br>
<br>
Web: <a class="moz-txt-link-abbreviated" href="http://www.GISinEcology.com">www.GISinEcology.com</a> Email: <a class="moz-txt-link-abbreviated" href="mailto:info@GISinEcology.com">info@GISinEcology.com</a><br>
<br>
Need to ask a question about using GIS? Try the GIS In
Ecology Forum: <a class="moz-txt-link-abbreviated" href="http://www.GISinEcology.com/GIS_in_Ecology_forum.htm">www.GISinEcology.com/GIS_in_Ecology_forum.htm</a><br>
<br>
Books From GIS In Ecology Staff:<br>
<br>
An Introduction To Using GIS In Marine Biology; RRP: £44.99<br>
An Introduction To Using GIS In Marine Biology:
Supplementary Workbook One - Creating Maps Of Species
Distribution; RRP: £19:99 <br>
An Introduction To Using GIS In Marine Biology:
Supplementary Workbook Two - Working With Raster Data
Layers; RRP: £19.99 <br>
<br>
If you wish to purchase these books, visit:
<a class="moz-txt-link-freetext" href="http://www.gisinecology.com/Book_Shop.htm">http://www.gisinecology.com/Book_Shop.htm</a><br>
<br>
To help the environment, please do not print out this email
unless it is unavoidable.<br>
==================================================================================</div>
</div>
</div>
<br>
<br>
This mail was received via Mail-SeCure System.<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Qgis-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/qgis-user">http://lists.osgeo.org/mailman/listinfo/qgis-user</a>
This mail was received via Mail-SeCure System.
</pre>
</blockquote>
<br>
</body>
</html>