Exercise 2 Flood Risk Project
Data Parks (MapInfo TAB)
Overall Goal Assess flood risk for addresses based on elevation and distance from shore
Demonstrates Conditional attribute values
Start Workspace C:\FMEData2017\Workspaces\DesktopAdvanced\Attributes-Ex2-Begin.fmw
End Workspace C:\FMEData2017\Workspaces\DesktopAdvanced\Attributes-Ex2-Complete.fmw

A colleague is working on a workspace to calculate the tsunami flood risk for all addresses in the city. The risk is adjudged to be a combination of closeness to the shoreline and elevation above sea level, and is calculated using this table:

Elevation (metres above sea level)
0-10m10-25m25-60m
Distance from Shoreline (metres)100m123
200m234
300m345

Your colleague has created the workspace up until the point at which each address has an elevation and distance from shoreline. Now the calculations need to start and he has asked for your assistance in finishing the project.


1) Start Workbench
Open the workspace C:\FMEData2017\Workspaces\DesktopAdvanced\Attributes-Ex2-Begin.fmw. This is the workspace as your colleague has created it so far.

To find out what data we are dealing with, add Inspector transformers throughout the workspace and then run it.

You’ll probably want to inspect the source feature types (or the Reprojector, since the CDED data is a different coordinate system). You’ll also want to inspect the AttributeRenamer output.

Don’t forget you can set a Group-By in an Inspector's parameters, which may be of use in visualizing which addresses are in which zone.

You’ll see how the addresses are assigned a zone denoting their distance from the shoreline, and also possess an elevation.


Ms Analyst says...
Before we get onto a full set of instructions for the exercise, try to consider how you might go about this task. You’ll need to think about:
  • Can the data be mapped directly to flood risk, or does it need filtering first?
The zone is fairly easy to map, because it is a fixed value (100, 200, and 300). However, elevation is trickier because they are not fixed values; elevation could be any single value from 0 to 60.
  • Which transformers would you use?
To filter the data the Tester and TestFilter transformers are the most obvious candidates, with maybe the AttributeRangeFilter; to map data, either the AttributeValueMapper or AttributeRangeMapper. Or why not just use the AttributeManager with conditional attributes?
  • Should you combine methods?
Perhaps a combination method would work best, where you filter the data partially and then map it? If so, which data do you filter by and using which transformers?
  • Which will produce the most aesthetic workspace?
Best Practice should always play a part in any workspace. If there are several solutions, then which produces the most aesthetic (good-looking) workspace? Are fewer transformers always better, or will that impact on the need to maintain the workspace?

Miss Vector says...
On consideration, I see three likely ways to carry out this project. I call them:
  • Simple Filtering (Simple, but bulky)
  • Complex Filtering (Moderate in both complexity and size)
  • Conditional Values (Complex, but compact)
Simple Filtering filters the data and then maps it to the required values; as such it is a two-step process. It will require more transformers but will be simpler to understand and set up.

Complex Filtering filters the data in a single step, so no further mapping is required. It’s a single-step process, but – because the data is being filtered – needs more transformers than perhaps necessary. It is moderately complex.

Conditional Values will set the values directly depending on a set of inbuilt conditions. All the work can be done in a single transformer, so it is compact, but the setup and maintenance are considerably more complex.

On the following pages we’ll detail how to set up each method. Pick which one you want to try and follow the instructions. Alternatively, do each in turn – then you’ll be able to compare the different methods and decide which you think is the best.

BEWARE! Be sure to check your use of AND and OR in filter transformers. It's easy to get one wrong but difficult to track that down as the cause!

results matching ""

    No results matching ""