Strolling Through Finland's Winter Darkness: A Light-hearted Guide to Accessibility Data and Raster Fun with FME
Accessibility data refers to the ease of reaching services and areas within a given timeframe using various transportation modes. This data, collected through modern tools and sensors, is vital for modern urban planning and property assessment. In this tutorial, we'll focus on visualizing accessibility in Helsinki, particularly the time to access key services within a 30-minute walking radius. This demonstration showcases the practical use of geospatial analysis in urban decision-making.
Steps
Implement filtering within the database to streamline the process of reading accessibility data
The accessibility data is stored in matrices. For each cell, you have access for all the metrics, time and distance, for this cell on the whole metropolitan area. As the cells are 250m*250m, you can imagine the amount of points/cells. We will use SpatiaLite/GeoPackage indexing to selectively read tiles of interest, optimizing efficiency.
Notes:
Rasterizing our cells with transparency based on time distance.
The most commonly used representations for isochrone maps are color gradient and equal time lines. Both can be done with FME but transparency with dark background is great to convey the darkness and cold feeling you get when you walk out during a cold Finnish winter night (or day...).
As we want for the time to reach a point to be reflected as transparency we will compute a ratio based on this time and rasterize our vectors, to help the merging.
Integrate the orthoimage seamlessly and prepare for merging
We want to have the orthoimage as background and to prepare to merge it back so with the right level of details and coordinate system.
Merging two rasters together and clip the output
There are different ways to merge rasters in FME but one of the easiest is RasterMosaicker. We will tell about the main points not to forget when using it.
We finally get what we were looking for :
Add a dark background map for a fitting portrayal of the Finnish winter ambiance.
Conclusion
This tutorial has equipped us with the skills to extract data using SQL queries and WFS flux, manipulate raster files with transparency, and leverage FME's capabilities.
In today's data-rich landscape, FME emerges as a vital tool for integrating diverse sensor-based data from various open sources. Its ability to swiftly analyze data addresses real-world challenges such as urban planning and recreational route planning in Helsinki. If you're intrigued by this approach, don't hesitate to reach out to us for further exploration!