Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up descriptions for parcel shape features so they are readable in model feature table #704

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions dbt/models/model/columns.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,28 @@ angles in their geometry, e.g. `04-11-501-003` (a rhombus-shaped parcel).
## parcel_mrr_area_ratio

{% docs column_parcel_mrr_area_ratio %}
Ratio of the parcel's area to the area of its
[minimum rotated bounding rectangle](https://en.wikipedia.org/wiki/Minimum_bounding_rectangle).
Ratio of the parcel's area to the area of its minimum rotated bounding
rectangle.

The goal of this feature is to identify parcels with interior holes or strange
concave shapes, e.g. `16-01-402-008` (basically a right angle parcel).

[See here](https://en.wikipedia.org/wiki/Minimum_bounding_rectangle) for an
explanation of minimum rotated bounding rectangles.
{% enddocs %}

## parcel_mrr_side_ratio

{% docs column_parcel_mrr_side_ratio %}
Ratio of the longest to the shortest side of the parcel's
[minimum rotated bounding rectangle](https://en.wikipedia.org/wiki/Minimum_bounding_rectangle).
Ratio of the longest to the shortest side of the parcel's minimum rotated
bounding rectangle.

The goal of this feature is to identify parcels with consistent, square shapes.
In practice, parcels with a high ratio tend to have long, extraneous
elements/slivers, e.g. `02-23-311-027`.

[See here](https://en.wikipedia.org/wiki/Minimum_bounding_rectangle) for an
explanation of minimum rotated bounding rectangles.
{% enddocs %}

## parcel_num_vertices
Expand Down
Loading