nsi_buildings¶
nsi_buildings
¶
Classes¶
NsiBuildings
¶
Bases: Buildings
NSI (National Structure Inventory) specific subclass with field name overrides.
This class defines NSI-specific field aliases that map their column names to the standard Buildings fields, leveraging the existing alias system. Includes preprocessing for occupancy and foundation types.
Initialize NsiBuildings with NSI-specific field aliases.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
gdf
|
GeoDataFrame
|
GeoDataFrame containing NSI building data |
required |
overrides
|
Optional[Dict[str, str]]
|
Optional user overrides that take precedence over NSI defaults |
None
|