Skip to main content

Visualizing AONB Permitted Development Zones with QGIS - Streamlining Site Analysis

· 2 min read

Visualizing AONB Permitted Development Zones with QGIS: Streamlining Site Analysis

Site analysis for building development often involves navigating a maze of zoning laws and regulatory constraints, especially in areas designated as Areas of Outstanding Natural Beauty (AONB). Using Geographic Information System (GIS) software like QGIS can significantly simplify this complex task.

To begin the site analysis, we import polygons of topographic features from OS MasterMap into QGIS. Using the buffer tool, we generate zones around these polygons, effectively illustrating areas permitted for development under various regulations.

In AONB locations, for instance, there are specific rules concerning the placement of outbuildings. Such buildings must be situated within 20 meters of the main dwelling house if their floor area exceeds 10m^2. To visualize this, we generate a 20-meter buffer zone around the polygon representing the main dwelling house, thus identifying areas where outbuildings can be compliantly placed.

Furthermore, if the proposed outbuilding is within 2 meters of the property boundary, its maximum allowable height is capped at 2.4 meters. To pinpoint these constraints, we use the buffer tool to create a zone around the property boundary. The area where these zones intersect defines the permissible development space for an outbuilding. This overlap allows for construction of outbuildings with a pitched roof up to 4 meters tall (eaves height of 2.5 meters) or a flat roof up to 3 meters tall.

By leveraging the capabilities of QGIS, we can efficiently and precisely identify ideal locations for building development. This technology not only streamlines the site analysis process but also enables us to make well-informed decisions, ensuring that each project is both compliant with relevant regulations and optimized for its specific environment.