Datasets:
metadata
dataset_info:
features:
- name: uuid
dtype: string
- name: layout_id
dtype: int64
- name: setter_id
dtype: int64
- name: setter_username
dtype: string
- name: name
dtype: string
- name: description
dtype: string
- name: hsm
dtype: int64
- name: edge_left
dtype: int64
- name: edge_right
dtype: int64
- name: edge_bottom
dtype: int64
- name: edge_top
dtype: int64
- name: angle
dtype: float64
- name: frames_count
dtype: int64
- name: frames_pace
dtype: int64
- name: frames
dtype: string
- name: is_draft
dtype: bool
- name: is_listed
dtype: bool
- name: created_at
dtype: timestamp[ns]
- name: source_db
dtype: string
splits:
- name: train
num_bytes: 81659268
num_examples: 295996
- name: test
num_bytes: 10201112
num_examples: 37000
- name: validation
num_bytes: 10208297
num_examples: 37000
download_size: 53037864
dataset_size: 102068677
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: validation
path: data/validation-*
task_categories:
- text-generation
language:
- en
tags:
- sport
- climbing
pretty_name: Climbs
size_categories:
- 10K<n<100K
Climbs Dataset
This dataset contains climbing route data. It was created using the BoardLib (unofficial) API.
This api pulls publicly available climbs from the following Aurora climbing boards:
- Kilter
- Tension
- Decoy
- Aurora
- Grasshopper
- Touchstone
- Soill
Usage
from datasets import load_dataset
dataset = load_dataset("mattzcarey/climbs")
License
not sure yet. Also not sure how legal this is, please don't sue me.