Vakindeling
Functions
|
|
|
|
|
|
|
|
|
|
|
Validates the vakindeling shape, with some conversions if they can be |
|
|
|
|
|
|
|
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:
app_settings (Applicationsettings)
gdf (geopandas.GeoDataFrame)
- specify_column_with_vaknaam(app_settings, gdf)
- Parameters:
app_settings (Applicationsettings)
gdf (geopandas.GeoDataFrame)
- is_numeric_integer(val)
- specify_column_with_vak_id(app_settings, gdf, kolom_vak_naam)
- Parameters:
app_settings (Applicationsettings)
gdf (geopandas.GeoDataFrame)
kolom_vak_naam (str)
- 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])