:mod:`metreload.gis` ==================== .. py:module:: metreload.gis .. autoapi-nested-parse:: Module for various GIS tasks author: Erkka Rinne Module Contents --------------- .. function:: get_shapefile_bbox(file_path) Get the bounding box (extents) of a shapefile layer :returns: **bbox** -- Bounding as (west, east, south, north) :rtype: tuple :raises: :exc:`RuntimeError`