Introduction to Mapping using QGIS
«< Previous | Next »> |
The next step in our task is to calculate the inland areas that will potentially be affected by flood. We will achieve this following two steps: the first step is to create a buffer zone of 500m from the coastlines (defined by the Hydro layer lines), and the second step is to confront that buffer to altitude, to make sure that our map shows areas that would be safe because they are higher than 15m above the sea level. For the first step, we could create a buffer using the fixed distance buffer
geoprocessing tool (in the same menu we found Clip
), however, we won’t do that because the layer is not projected in the project’s CRS and the distances are warped. So we will take this opportunity to introduce one of the awesome things about QGIS: Plugins.
The Open-source nature of QGIS means that many people around the world are constantly developing plugins that improve the capabilities of the software. In this case, we will download a plugin called MMQGIS
that offers many practical tools that always interpret distances accurately, regardless of the CRS you’re using. Note that to install plugins you’ll need an Internet connection.
Plugins
menu.Manage and Install Plugins…
.Search bar
.Install plugin
.Now, you’ll notice that a new menu MMQGIS
showed up on your Menu Toolbar
.
MMQGIS
menu.Create
.Create Buffer
.Fixed Radius
of 500 meters.OK
.Your result should look something like this:
Notice that in the middle of Manhattan there are some buffers, too. These ones were generated from the lakes in Central Park, but since lakes are not flooding, we can delete them. To delete them:
editing
on the Hydro buffer.Del
key on your keyboard.editing
off.«< Previous | Next »> |