-
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
d77d908
commit d775dfc
Showing
19 changed files
with
111 additions
and
100 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
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
70 changes: 35 additions & 35 deletions
70
QRiS/metrics/bar_density.json → QRiS/metrics/mid_channel_bar_density.json
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 |
---|---|---|
@@ -1,36 +1,36 @@ | ||
{ | ||
"$schema": "../qris_metrics.schema.json", | ||
"name": "Bar Density", | ||
"machine_name": "bar_density", | ||
"version": 1, | ||
"calculation_name": "count", | ||
"default_level": "Metric", | ||
"description": "The number of pools per km of riverscape", | ||
"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" | ||
] | ||
} | ||
} | ||
], | ||
"normalization": "centerline" | ||
} | ||
{ | ||
"$schema": "../qris_metrics.schema.json", | ||
"name": "Mid Channel Bar Density", | ||
"machine_name": "mid_channel_bar_density", | ||
"version": 1, | ||
"calculation_name": "count", | ||
"default_level": "Metric", | ||
"description": "The number of mid channel bars per km of riverscape", | ||
"metadata": { | ||
"min_value": 0, | ||
"precison": 2 | ||
}, | ||
"metric_params": { | ||
"layers": [ | ||
{ | ||
"layer_name": "geomorphic_units", | ||
"attribute_filter": { | ||
"field_name": "Type", | ||
"values": [ | ||
"Mid Channel Bar" | ||
] | ||
} | ||
}, | ||
{ | ||
"layer_name": "geomorphic_unit_extents", | ||
"attribute_filter": { | ||
"field_name": "Type", | ||
"values": [ | ||
"Mid Channel Bar" | ||
] | ||
} | ||
} | ||
], | ||
"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
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
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
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
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
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
Oops, something went wrong.