Vakindeling

Functions

added_vakindeling(app_settings)

check_validity_vakindeling(app_settings)

import_from_geopackage(filepath)

import_from_geodatabase(filepath)

request_vakindeling_filepath(app_settings)

validate_vakindeling(app_settings, gdf)

Validates the vakindeling shape, with some conversions if they can be

specify_column_with_vaknaam(app_settings, gdf)

is_numeric_integer(val)

specify_column_with_vak_id(app_settings, gdf, ...)

align_vak_shp_to_dijktraject(app_settings, ...[, ...])

Module Contents

added_vakindeling(app_settings)
Parameters:

app_settings (Applicationsettings)

Return type:

bool

check_validity_vakindeling(app_settings)
Parameters:

app_settings (Applicationsettings)

import_from_geopackage(filepath)
Parameters:

filepath (str)

Return type:

geopandas.GeoDataFrame

import_from_geodatabase(filepath)
Parameters:

filepath (str)

Return type:

geopandas.GeoDataFrame

request_vakindeling_filepath(app_settings)
Parameters:

app_settings (Applicationsettings)

validate_vakindeling(app_settings, gdf)

Validates the vakindeling shape, with some conversions if they can be applied safely.

Parameters:
specify_column_with_vaknaam(app_settings, gdf)
Parameters:
is_numeric_integer(val)
specify_column_with_vak_id(app_settings, gdf, kolom_vak_naam)
Parameters:
align_vak_shp_to_dijktraject(app_settings, gdf_vakindeling, kolom_vak_naam, kolom_vak_id=None)
Parameters:
  • app_settings (Applicationsettings)

  • gdf_vakindeling (geopandas.GeoDataFrame)

  • kolom_vak_naam (str)

  • kolom_vak_id (Optional[str])