Filter out Max Raid den routes from Sword/Shield game data
Den child routes (~561 per game) bloated the route list without being useful for Nuzlocke tracking. Adds filter_den_routes() to strip children matching "(Den " from the route hierarchy, reducing Sw/Sh from ~1,007 to 446 routes each. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
# nuzlocke-tracker-opg6
|
||||
title: Exclude Max Raid den routes from Sword/Shield game data
|
||||
status: completed
|
||||
type: task
|
||||
priority: normal
|
||||
created_at: 2026-02-13T08:17:07Z
|
||||
updated_at: 2026-02-13T08:17:53Z
|
||||
---
|
||||
|
||||
Sword/Shield game JSONs contain ~561 den child routes out of ~1,007 total entries (~56%). These are Max Raid Battle dens named like '(Den I - ...)'. Add a filter_den_routes() function in processing.py and call it in __main__.py for sword-shield only, then re-run the import.
|
||||
Reference in New Issue
Block a user