Posts Tagged Under: rasterize

Data Visualization: Basic GIS-Tasks with R

At first I want to show how you can make simple maps with R. Furthermore I want to demonstrate one important function from the package “gdalUtils”, which contains wrappers for the Geospatial Data Abstraction Library (GDAL) Utilities. I  will rasterize a vector with the function gdal_rasterize, because  it is quite fast for

Read More