windwhisper.settlement ====================== .. py:module:: windwhisper.settlement .. autoapi-nested-parse:: Fetch layer representing human settlements. Functions --------- .. autoapisummary:: windwhisper.settlement.get_population_subset Module Contents --------------- .. py:function:: get_population_subset(bbox) Extract population data within the requested bounding box. :param bbox: Bounding box in geographic coordinates (EPSG:4326). :type bbox: shapely.geometry.Polygon :returns: Population raster subset covering the bounding box. :rtype: xarray.DataArray