pipeline.src.flows.regulations_open_data

Functions

extract_regulations_open_data(→ geopandas.GeoDataFrame)

get_regulations_for_csv(→ pandas.DataFrame)

get_regulations_for_geopackage(→ geopandas.GeoDataFrame)

regulations_open_data_flow([dataset_id, ...])

Module Contents

pipeline.src.flows.regulations_open_data.extract_regulations_open_data() geopandas.GeoDataFrame[source]
pipeline.src.flows.regulations_open_data.get_regulations_for_csv(regulations: geopandas.GeoDataFrame) pandas.DataFrame[source]
pipeline.src.flows.regulations_open_data.get_regulations_for_geopackage(regulations: geopandas.GeoDataFrame) geopandas.GeoDataFrame[source]
pipeline.src.flows.regulations_open_data.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)[source]