pipeline.src.flows.regulations_open_data ======================================== .. py:module:: pipeline.src.flows.regulations_open_data Functions --------- .. autoapisummary:: pipeline.src.flows.regulations_open_data.extract_regulations_open_data pipeline.src.flows.regulations_open_data.get_regulations_for_csv pipeline.src.flows.regulations_open_data.get_regulations_for_geopackage pipeline.src.flows.regulations_open_data.regulations_open_data_flow Module Contents --------------- .. py:function:: extract_regulations_open_data() -> geopandas.GeoDataFrame .. py:function:: get_regulations_for_csv(regulations: geopandas.GeoDataFrame) -> pandas.DataFrame .. py:function:: get_regulations_for_geopackage(regulations: geopandas.GeoDataFrame) -> geopandas.GeoDataFrame .. py:function:: regulations_open_data_flow(dataset_id: str = REGULATIONS_DATASET_ID, csv_resource_id: str = REGULATIONS_CSV_RESOURCE_ID, gpkg_resource_id: str = REGULATIONS_GEOPACKAGE_RESOURCE_ID, csv_resource_title: str = REGULATIONS_CSV_RESOURCE_TITLE, gpkg_resource_title: str = REGULATIONS_GEOPACKAGE_RESOURCE_TITLE, is_integration: bool = IS_INTEGRATION)