For sure.
The NetworkCostCalculator is one transformer to use, if you're using a vector network. This tutorial shows how to create this sort of thing, using emergency travel times as an example.
If you want to use raster data, then you'll need to do raster algebra. That's not too difficult at all. I think the RasterCellValueCalculator or RasterExpressionEvaluator transformers are the ones to use there. I did a presentation on this technique at last year's User Conference. I can't find a recording, but the slides are here.
I hope this helps. If you need more info on the raster techniques, I'll see if I can find the workspaces and data in my demos.
Regards
Mark (FME Evangelist)
For sure.
The NetworkCostCalculator is one transformer to use, if you're using a vector network. This tutorial shows how to create this sort of thing, using emergency travel times as an example.
If you want to use raster data, then you'll need to do raster algebra. That's not too difficult at all. I think the RasterCellValueCalculator or RasterExpressionEvaluator transformers are the ones to use there. I did a presentation on this technique at last year's User Conference. I can't find a recording, but the slides are here.
I hope this helps. If you need more info on the raster techniques, I'll see if I can find the workspaces and data in my demos.
Regards
Mark (FME Evangelist)
Hi Mark,
Thanks so much - managed to achieve exactly what I needed with the NetworkCostCalculator as using a vector network.