Mapping Environment Agency flood data from their API using Python to find at-risk postcodes
Given the recent storms and floods it seemed a good time to try something slightly new in python, calling an API. Specifically, I want to be able to call the Environment Agency flood warning API then map all areas with a flood warning and then extract a list of postcodes within those flood areas. Code …