reVX.exclusions.max_height.regulations.HeightRestrictionRegulations
- class HeightRestrictionRegulations(system_height, regulations_fpath)[source]
Bases:
AbstractBaseRegulationsLocal-only regulations for maximum system height restrictions
Initialize local-only height-restriction regulations.
- Parameters:
system_height (float | int) – System height in meters.
regulations_fpath (str) – Path to local regulations file.
Methods
Attributes
Regulations table.
Regulation value used for global regulations.
Flag indicating wether generic regulations exist.
Trueif the input regulations include geometries.Flag indicating wether local regulations exist.
Required columns for regulations DataFrame.
System height in meters used for comparison.
- property df
Regulations table.
- Type:
geopandas.GeoDataFrame | None