-
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.
- Loading branch information
1 parent
366ed50
commit 1cc4897
Showing
18 changed files
with
463 additions
and
6 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,19 @@ | ||
{ | ||
"$schema": "../qris_metrics.schema.json", | ||
"name": "Number of Active Channels", | ||
"machine_name": "active_channel_count", | ||
"version": 1, | ||
"calculation_name": "count", | ||
"default_level": "METRIC", | ||
"description": "", | ||
"metadata": { | ||
"min_value": 0 | ||
}, | ||
"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,36 @@ | ||
{ | ||
|
||
"$schema": "../qris_metrics.schema.json", | ||
"name": "Bar Density", | ||
"machine_name": "bar_density", | ||
"version": 1, | ||
"calculation_name": "count", | ||
"default_level": "METRIC", | ||
"description": "", | ||
"metadata": { | ||
"min_value": 0 | ||
}, | ||
"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" | ||
] | ||
} | ||
} | ||
], | ||
"normalization": "centerline" | ||
} | ||
} |
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 Density", | ||
"machine_name": "channel_head_density", | ||
"version": 1, | ||
"calculation_name": "count", | ||
"default_level": "METRIC", | ||
"description": "", | ||
"metadata": { | ||
"min_value": 0 | ||
}, | ||
"metric_params": { | ||
"layers": [ | ||
{ | ||
"layer_name": "channel_junctions", | ||
"attribute_filter": { | ||
"field_name": "Type", | ||
"values": [ | ||
"Channel Head" | ||
] | ||
} | ||
} | ||
], | ||
"normalization": "centerline" | ||
} | ||
} |
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": "Channel Sinuosity", | ||
"machine_name": "channel_sinuosity", | ||
"version": 1, | ||
"calculation_name": "sinuosity", | ||
"default_level": "METRIC", | ||
"description": "", | ||
"metadata": { | ||
"min_value": 0 | ||
}, | ||
"metric_params": { | ||
"layers": [ | ||
{ | ||
"layer_name": "centerlines", | ||
"attribute_filter": { | ||
"field_name": "Type", | ||
"values": [ | ||
"Primary" | ||
|
||
] | ||
} | ||
} | ||
] | ||
} | ||
} |
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 Density", | ||
"machine_name": "confluence_density", | ||
"version": 1, | ||
"calculation_name": "count", | ||
"default_level": "METRIC", | ||
"description": "", | ||
"metadata": { | ||
"min_value": 0 | ||
}, | ||
"metric_params": { | ||
"layers": [ | ||
{ | ||
"layer_name": "channel_junctions", | ||
"attribute_filter": { | ||
"field_name": "Type", | ||
"values": [ | ||
"Confluence (Anabranch)", | ||
"Confluence (Tributary)" | ||
] | ||
} | ||
} | ||
], | ||
"normalization": "centerline" | ||
} | ||
} |
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 Density", | ||
"machine_name": "diffluence_density", | ||
"version": 1, | ||
"calculation_name": "count", | ||
"default_level": "METRIC", | ||
"description": "", | ||
"metadata": { | ||
"min_value": 0 | ||
}, | ||
"metric_params": { | ||
"layers": [ | ||
{ | ||
"layer_name": "channel_junctions", | ||
"attribute_filter": { | ||
"field_name": "Type", | ||
"values": [ | ||
"Diffluence" | ||
] | ||
} | ||
} | ||
], | ||
"normalization": "centerline" | ||
} | ||
} |
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,48 @@ | ||
{ | ||
"$schema": "../qris_metrics.schema.json", | ||
"name": "Jam Density", | ||
"machine_name": "jam_density", | ||
"version": 1, | ||
"calculation_name": "count", | ||
"default_level": "METRIC", | ||
"description": "", | ||
"metadata": { | ||
"min_value": 0 | ||
}, | ||
"metric_params": { | ||
"layers": [ | ||
{ | ||
"layer_name": "structural_elements_points", | ||
"count_field": "Structure Count", | ||
"attribute_filter": { | ||
"field_name": "Type", | ||
"values": [ | ||
"Jam", | ||
"Jam Complex" | ||
] | ||
} | ||
}, | ||
{ | ||
"layer_name": "structural_elements_lines", | ||
"attribute_filter": { | ||
"field_name": "Type", | ||
"values": [ | ||
"Jam", | ||
"Jam Complex" | ||
] | ||
} | ||
}, | ||
{ | ||
"layer_name": "structural_elements_areas", | ||
"attribute_filter": { | ||
"field_name": "Type", | ||
"values": [ | ||
"Jam", | ||
"Jam Complex" | ||
] | ||
} | ||
} | ||
], | ||
"normalization": "centerline" | ||
} | ||
} |
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,30 @@ | ||
{ | ||
"$schema": "../qris_metrics.schema.json", | ||
"name": "% Free Flowing", | ||
"machine_name": "percent_free_flowing", | ||
"version": 1, | ||
"calculation_name": "area_proportion", | ||
"default_level": "METRIC", | ||
"description": "", | ||
"metadata": { | ||
"min_value": 0 | ||
}, | ||
"metric_params": { | ||
"layers": [ | ||
{ | ||
"layer_name": "inundation_extents", | ||
"usage": "numerator", | ||
"attribute_filter": { | ||
"field_name": "Extent Type", | ||
"values": [ | ||
"Free Flowing" | ||
] | ||
} | ||
}, | ||
{ | ||
"layer_name":"inundation_extents", | ||
"usage": "denominator" | ||
} | ||
] | ||
} | ||
} |
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": "% Inundated", | ||
"machine_name": "percent_inundated", | ||
"version": 1, | ||
"calculation_name": "area_proportion", | ||
"default_level": "METRIC", | ||
"description": "", | ||
"metadata": { | ||
"min_value": 0 | ||
}, | ||
"metric_params": { | ||
"layers": [ | ||
{ | ||
"layer_name": "inundation_extents", | ||
"usage": "numerator" | ||
} | ||
] | ||
} | ||
} |
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,30 @@ | ||
{ | ||
"$schema": "../qris_metrics.schema.json", | ||
"name": "% Overflow", | ||
"machine_name": "percent_overflow", | ||
"version": 1, | ||
"calculation_name": "area_proportion", | ||
"default_level": "METRIC", | ||
"description": "", | ||
"metadata": { | ||
"min_value": 0 | ||
}, | ||
"metric_params": { | ||
"layers": [ | ||
{ | ||
"layer_name": "inundation_extents", | ||
"usage": "numerator", | ||
"attribute_filter": { | ||
"field_name": "Extent Type", | ||
"values": [ | ||
"Overflow" | ||
] | ||
} | ||
}, | ||
{ | ||
"layer_name":"inundation_extents", | ||
"usage": "denominator" | ||
} | ||
] | ||
} | ||
} |
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,30 @@ | ||
{ | ||
"$schema": "../qris_metrics.schema.json", | ||
"name": "% Ponded", | ||
"machine_name": "percent_ponded", | ||
"version": 1, | ||
"calculation_name": "area_proportion", | ||
"default_level": "METRIC", | ||
"description": "", | ||
"metadata": { | ||
"min_value": 0 | ||
}, | ||
"metric_params": { | ||
"layers": [ | ||
{ | ||
"layer_name": "inundation_extents", | ||
"usage": "numerator", | ||
"attribute_filter": { | ||
"field_name": "Extent Type", | ||
"values": [ | ||
"Ponded" | ||
] | ||
} | ||
}, | ||
{ | ||
"layer_name":"inundation_extents", | ||
"usage": "denominator" | ||
} | ||
] | ||
} | ||
} |
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": "% Riparian Vegetation", | ||
"machine_name": "percent_riparian_vegetation", | ||
"version": 1, | ||
"calculation_name": "area_proportion", | ||
"default_level": "METRIC", | ||
"description": "", | ||
"metadata": { | ||
"min_value": 0 | ||
}, | ||
"metric_params": { | ||
"layers": [ | ||
{ | ||
"layer_name": "vegetation_extents", | ||
"usage": "numerator" | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.