pipeline.src.flows.fao_areas
Functions
|
Download shapefile of FAO areas and load to GeoDataFrame. |
|
Transforms the |
|
|
|
Module Contents
- pipeline.src.flows.fao_areas.extract_fao_areas(url: str, proxies: dict) geopandas.GeoDataFrame[source]
Download shapefile of FAO areas and load to GeoDataFrame.
- Parameters:
url (str) – url to fetch the shapefile from
proxies (dict) – http and https proxies to use for the download.
- Returns:
GeoDataFrame of FAO areas
- Return type:
gpd.GeoDataFrame