reVX Max Height Exclusions
reVX supports a jurisdiction-only height_restriction mode that
excludes entire jurisdictions if your system height exceeds the
region’s allowed maximum height.
Use this mode when your regulations data encodes maximum allowed system height per jurisdiction (i.e. per geometry).
Required regulations format
For rows that should drive this calculation:
Feature Typemust be"maximum height"or"maximum turbine height"(case-insensitive and ignores dashes, underscores, and spaces)Value Typeshould be"meters"(case-insensitive)Valueis the allowed maximum system height in meters
Height input modes
You must provide exactly one of the following:
system_height(directly)Both
hub_heightandrotor_diameter(tip-height computed ashub_height + rotor_diameter / 2)
Unlike normal setbacks, this mode is local-only, meaning the
regulations_fpath input is required
Minimal config example
{
"log_level": "INFO",
"excl_fpath": "/path/to/Exclusions.h5",
"regulations_fpath": "./height_regulations.csv",
"system_height": 210,
}
Behavior is strict: a region is excluded only when
system_height > local_max_height.