-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some of these will need updated with changes to layers
- Loading branch information
Showing
33 changed files
with
796 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"$schema": "../qris_metrics.schema.json", | ||
"name": "Bar Area", | ||
"machine_name": "bar_area", | ||
"version": 1, | ||
"calculation_name": "area", | ||
"default_level": "Metric", | ||
"description": "The area of bars in containing sample frame", | ||
"metadata": { | ||
"min_value": 0, | ||
"precison": 2 | ||
}, | ||
"metric_params": { | ||
"layers": [ | ||
{ | ||
"layer_name": "geomorphic_unit_extents", | ||
"attribute_filter": { | ||
"field_name": "Type 2 Tier", | ||
"values": [ | ||
"Mound" | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"$schema": "../qris_metrics.schema.json", | ||
"name": "Bar Count", | ||
"machine_name": "bar_count", | ||
"version": 1, | ||
"calculation_name": "count", | ||
"default_level": "Metric", | ||
"description": "The number of bars in containing sample frame", | ||
"metadata": { | ||
"min_value": 0, | ||
"precison": 2 | ||
}, | ||
"metric_params": { | ||
"layers": [ | ||
{ | ||
"layer_name": "geomorphic_units", | ||
"attribute_filter": { | ||
"field_name": "Type 2 Tier", | ||
"values": [ | ||
"Mound" | ||
] | ||
} | ||
}, | ||
{ | ||
"layer_name": "geomorphic_unit_extents", | ||
"attribute_filter": { | ||
"field_name": "Type 2 Tier", | ||
"values": [ | ||
"Mound" | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"$schema": "../qris_metrics.schema.json", | ||
"name": "Floodplain Channel Head Count", | ||
"machine_name": "channel_head_count", | ||
"version": 1, | ||
"calculation_name": "count", | ||
"default_level": "Metric", | ||
"description": "The number of channel heads in containing sample frame", | ||
"metadata": { | ||
"min_value": 0, | ||
"precison": 2 | ||
}, | ||
"metric_params": { | ||
"layers": [ | ||
{ | ||
"layer_name": "channel_junctions", | ||
"attribute_filter": { | ||
"field_name": "Type", | ||
"values": [ | ||
"Channel Head" | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"$schema": "../qris_metrics.schema.json", | ||
"name": "Confluence Count", | ||
"machine_name": "confluence_count", | ||
"version": 1, | ||
"calculation_name": "count", | ||
"default_level": "Metric", | ||
"description": "The number of channel confluences in containing sample frame", | ||
"metadata": { | ||
"min_value": 0, | ||
"precison": 2 | ||
}, | ||
"metric_params": { | ||
"layers": [ | ||
{ | ||
"layer_name": "channel_junctions", | ||
"attribute_filter": { | ||
"field_name": "Type", | ||
"values": [ | ||
"Confluence (Anabranch)", | ||
"Confluence (Tributary)" | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"$schema": "../qris_metrics.schema.json", | ||
"name": "Dam Count", | ||
"machine_name": "dam_count", | ||
"version": 1, | ||
"calculation_name": "count", | ||
"default_level": "Metric", | ||
"description": "The number of dams in each sample frame", | ||
"metadata": { | ||
"min_value": 0, | ||
"precision": 2 | ||
}, | ||
"metric_params": { | ||
"layers": [ | ||
{ | ||
"layer_name": "structural_elements_points", | ||
"count_field": "Structure Count", | ||
"attribute_filter": { | ||
"field_name": "Type", | ||
"values": [ | ||
"Dam", | ||
"Dam Complex" | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"$schema": "../qris_metrics.schema.json", | ||
"name": "Diffluence Count", | ||
"machine_name": "diffluence_count", | ||
"version": 1, | ||
"calculation_name": "count", | ||
"default_level": "Metric", | ||
"description": "The number of channel diffluences in the containing sample frame", | ||
"metadata": { | ||
"min_value": 0, | ||
"precision": 2 | ||
}, | ||
"metric_params": { | ||
"layers": [ | ||
{ | ||
"layer_name": "channel_junctions", | ||
"attribute_filter": { | ||
"field_name": "Type", | ||
"values": [ | ||
"Diffluence" | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"$schema": "../qris_metrics.schema.json", | ||
"name": "Channel Length", | ||
"machine_name": "flow_length", | ||
"version": 1, | ||
"calculation_name": "length", | ||
"default_level": "Metric", | ||
"description": "The sum of all channel lengths in a sample frame", | ||
"metadata": { | ||
"min_value": 0, | ||
"precison": 2 | ||
}, | ||
"metric_params": { | ||
"layers": [ | ||
{ | ||
"layer_name": "centerlines" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"$schema": "../qris_metrics.schema.json", | ||
"name": "Free Flowing Area", | ||
"machine_name": "free_flowing_area", | ||
"version": 1, | ||
"calculation_name": "area", | ||
"default_level": "Metric", | ||
"description": "The area of free flowing inundation in each sample frame", | ||
"metadata": { | ||
"min_value": 0, | ||
"precision": 2 | ||
}, | ||
"metric_params": { | ||
"layers": [ | ||
{ | ||
"layer_name": "inundation_extents", | ||
"attribute_filter": { | ||
"field_name": "Extent Type", | ||
"values": [ | ||
"Free Flowing" | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"$schema": "../qris_metrics.schema.json", | ||
"name": "Total Inundated Area", | ||
"machine_name": "inundated_area", | ||
"version": 1, | ||
"calculation_name": "area", | ||
"default_level": "Metric", | ||
"description": "The area of total inundation in each sample frame", | ||
"metadata": { | ||
"min_value": 0, | ||
"precision": 2 | ||
}, | ||
"metric_params": { | ||
"layers": [ | ||
{ | ||
"layer_name": "inundation_extents" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"$schema": "../qris_metrics.schema.json", | ||
"name": "Jam Area", | ||
"machine_name": "jam_area", | ||
"version": 1, | ||
"calculation_name": "area", | ||
"default_level": "Metric", | ||
"description": "The area of jams in each sample frame", | ||
"metadata": { | ||
"min_value": 0, | ||
"precision": 2 | ||
}, | ||
"metric_params": { | ||
"layers": [ | ||
{ | ||
"layer_name": "structural_elements_areas", | ||
"attribute_filter": { | ||
"field_name": "Type", | ||
"values": [ | ||
"Jam" | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"$schema": "../qris_metrics.schema.json", | ||
"name": "Jam Count", | ||
"machine_name": "jam_count", | ||
"version": 1, | ||
"calculation_name": "count", | ||
"default_level": "Metric", | ||
"description": "The number of jams in each sample frame", | ||
"metadata": { | ||
"min_value": 0, | ||
"precision": 2 | ||
}, | ||
"metric_params": { | ||
"layers": [ | ||
{ | ||
"layer_name": "structural_elements_points", | ||
"count_field": "Structure Count", | ||
"attribute_filter": { | ||
"field_name": "Type", | ||
"values": [ | ||
"Jam", | ||
"Jam Complex" | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.