Tagged Questions
1
vote
1answer
61 views
R: data.frame to raster object error
I have a data.frame consisting of a points with an associated continuos value and their X,Y coordinates. Altough it's not stored anywhere it's projection is a Lambert conformal conic. I think this is ...
5
votes
1answer
485 views
GDAL RasterizeLayer Doesn't Burn All Polygons to Raster
I am trying to burn a shapefile to a raster using GDAL's RasterizeLayer. I pre-create an area of interest raster from a different shapefile, given a specific pixel size. This AOI then serves as a base ...
7
votes
3answers
440 views
Creating raster or vector raster from DEM point file?
i have a point shape of 75.000 elevation points in a regular 5 m grid.
We now want to create a polygon grid with the elevation points as "centroids".
Unfortunately, all attempts to do so fail:
I ...
4
votes
1answer
71 views
Rasterise heights from a 3D linestring
I have a 3D network of streams represented using linestrings with Z-coordinates. I would like to rasterise this feature, where the raster values represent the linearly interpolated Z-values between 3D ...