initial commit
This commit is contained in:
25
configs/kilter.json
Normal file
25
configs/kilter.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"board_key": "kilter",
|
||||
"display_name": "Kilter Board Original",
|
||||
"token_prefix": "KILTER",
|
||||
"db_path": "data/raw/kilter.db",
|
||||
"layout_id": 1,
|
||||
"max_angle": 55,
|
||||
"min_fa_date": "2016-01-01",
|
||||
"placement_y_max": 156,
|
||||
"include_mirror_placement_id": false,
|
||||
"role_definitions": {
|
||||
"start": 12,
|
||||
"middle": 13,
|
||||
"finish": 14,
|
||||
"foot": 15
|
||||
},
|
||||
"boardlib_database_command": "boardlib database kilter data/raw/kilter.db",
|
||||
"boardlib_images_command": "boardlib images kilter data/raw/kilter.db images",
|
||||
"notes": [
|
||||
"Matches the Kilter Original layout used in the earlier Kilter analysis.",
|
||||
"The modeling cutoff uses wall angles <= 55 degrees.",
|
||||
"The first-ascent date filter keeps rows after 2016-01-01.",
|
||||
"Placement metadata is restricted to y <= 156, following the earlier notebook pipeline."
|
||||
]
|
||||
}
|
||||
23
configs/tb2.json
Normal file
23
configs/tb2.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"board_key": "tb2",
|
||||
"display_name": "Tension Board 2 Mirror",
|
||||
"token_prefix": "TB2",
|
||||
"db_path": "data/raw/tb2.db",
|
||||
"layout_id": 10,
|
||||
"max_angle": 50,
|
||||
"min_fa_date": null,
|
||||
"placement_y_max": null,
|
||||
"include_mirror_placement_id": true,
|
||||
"role_definitions": {
|
||||
"start": 5,
|
||||
"middle": 6,
|
||||
"finish": 7,
|
||||
"foot": 8
|
||||
},
|
||||
"boardlib_database_command": "boardlib database tension data/raw/tb2.db",
|
||||
"boardlib_images_command": "boardlib images tension data/raw/tb2.db images",
|
||||
"notes": [
|
||||
"Matches the TB2 mirrored layout used in the earlier TB2 analysis.",
|
||||
"The modeling cutoff uses wall angles <= 50 degrees."
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user