Skip to content

Commit

Permalink
Update README.md for repo rename
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeryfertitta authored Dec 18, 2023
1 parent d8b405a commit 85c891e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Aurora Hold Filter
# Climbdex

The Aurora Hold Filter is a webpage designed with the goal of adding missing search functionality to climbing boards that utilize [Aurora Climbing's](https://auroraclimbing.com/) software, such as [Kilter](https://settercloset.com/pages/the-kilter-board),
[Tension](https://tensionclimbing.com/product/tension-board-sets/), and [Decoy](https://decoy-holds.com/pages/decoy-board). The primary missing feature provided by this page is a "filter by hold" feature to find climbs with specific sets of holds. There are some additional improvements to other options for filtering and sorting through climbs as well.
Climbdex is a search engine for ["standardized interactive climbing training boards" (SICTBs)](https://gearjunkie.com/climbing/kilter-moon-grasshopper-more-interactive-climbing-training-boards-explained) designed with the goal of adding missing functionality to boards that utilize [Aurora Climbing's](https://auroraclimbing.com/) software, such as [Kilter](https://settercloset.com/pages/the-kilter-board),
[Tension](https://tensionclimbing.com/product/tension-board-sets/), and [Decoy](https://decoy-holds.com/pages/decoy-board). The primary missing feature provided by this engine is a "filter by hold" feature to find climbs with specific sets of holds. There are some additional improvements to other options for filtering and sorting through climbs as well.

Try it out [here](https://lemeryfertitta.github.io/AuroraHoldFilter/). Currently, all sizes of the Kilter Original layout are supported. The goal is to extend this project to cover all layouts and boards that run Aurora Climbing software.
Try it out [here](https://lemeryfertitta.github.io/Climbdex/). Currently, all sizes of the Kilter Original layout are supported. The goal is to extend this project to cover all layouts and boards that run the Aurora Climbing software.

This app was partially inspired by Tim Parkin's excellent [Moonboard Search Engine](http://mb.timparkin.net/).

## Data

All data is populated via [a Python script](scripts/data_gen.py) which utilizes [BoardLib](https://github.com/lemeryfertitta/BoardLib) to download and query the climb databases for each board. Currently, the data is stored directly in the repository in compressed JSON files to keep the website static for Github Pages. The data must be refreshed manually by running the script and committing to the repository.
All data is populated via [a Python script](scripts/data_gen.py) which utilizes [BoardLib](https://github.com/lemeryfertitta/BoardLib) to download and query the climb databases for each board. Currently, the data is stored directly in the repository in compressed JSON files to keep the website static for free and easy hosting on Github Pages. The data must be refreshed manually by running this script and committing to the repository.

0 comments on commit 85c891e

Please sign in to comment.