tiles

raw

A dict of all tiles indexed by their names. Equivalent to the values in Factorio’s data.raw.

Example:

import json
from draftsman.data import tiles

print(json.dumps(tiles.raw["landfill"], indent=4))
{
    # An EXCEEDING amount of data
}