8000
Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Map generation fails with TypeErrorย #3

@chrbinder

Description

@chrbinder

When loading a heightmap file with python3 generate_map.py --heightmap=parsed_data/heightmap.dat , I'm getting this error:

from 706000,5706000 to 708000,5708000 (size: 2001,2001) Traceback (most recent call last): File "/home/user/world2minetest/generate_map.py", line 122, in <module> if not (min_x <= args.offsetx <= max_x and min_y <= args.offsetz <= max_y): TypeError: '<=' not supported between instances of 'int' and 'NoneType'

DGM data has been taken from here: https://www.lvermgeo.sachsen-anhalt.de/de/dgm2.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0