Skip to content

Simplify the paths in x-struct #1067

@jan-petr

Description

@jan-petr

Description

Currently, we automatically generate a list of paths in x-struct based on certain names and prepositions. While the list has more than 40k entries, we really only use a fraction of those. This makes is super difficult to understand, makes x-struct huge and inefficient to use - both adding to time and space complexity of it.

We need to remove the unused entries and perhaps only add used entries manually.

This will also have the advantage, that we could better structure population files to sub-folders, and in the future deal with the rawdata and derivative files difference.

Tasks

  • Implement xyz in function xASL_[abc]_...

How to test

Optional: insert description about how to test the code changes here

Release notes

Required: summarize the changes for the release notes here

Metadata

Metadata

Assignees

Labels

featureNew feature, enhancement or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions