소스 정보
- 저장소
- Ntizar/MasterMind
- 최근 소스 활동
- 2026년 9월 5일 21:46
- 감지된 SKILL.md 언어
- 스페인어
- 스타
- 2
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
SKILL.md 표시 중
SKILL.md
소스 지침 · 읽기 전용 미리보기- name
- pfaedle-routing
- description
- Usa a map-matchear GTFS sobre OSM con pfaedle.
- version
- 2.0.0
- tags
- ["pfaedle","gtfs","osm","map-matching","routing","cpp"]
- related_skills
- ["pfaedle-routing","valhalla-routing","gtfs-to-netex-conversion"]
# pfaedle — map-matching de GTFS sobre OpenStreetMap
> ⚠️ Corrección 2026-09-05 (auditoría): el uso real es `pfaedle -x <osm.pbf> <feed_gtfs.zip>` (argumentos posicionales) con salida en **`./gtfs-out`**; **no** flags `--gtfs`/`--tracks`/`--output`/`--validate-shapes`. El concepto es **map-matching de GTFS sobre OSM** (no de tracks GPS). Importante `--recurse-submodules` en el clone.
**Repo:** `https://github.com/ad-freiburg/pfaedle` (C++, ~290⭐).
## When to Use
- Cuando pidas **proyectar/fijar un feed GTFS a la red real de OSM** (map-matching preciso de rutas y paradas sobre las calles).
## Uso (real)
```bash
git clone --recurse-submodules https://github.com/ad-freiburg/pfaedle.git
cd pfaedle && ./build.sh # (build según README)
pfaedle -x osm.pbf feed.zip # OSM + GTFS; salida en ./gtfs-out
```
## Pitfalls
- CLI: `pfaedle -x <osm> <gtfs>` (posicional), salida en **`./gtfs-out`**; no `--gtfs`/`--output`/`--validate-shapes`.
- Clone **`--recurse-submodules`** (si no, el build falla).
- Concepto: **GTFS sobre OSM**, no map-matching de tracks GPS de vehículos.
## Verificación
- Correr con un OSM pbf y un feed, comprobar en `gtfs-out` que las rutas siguen la red.
GitHub에서 보기