Skip to content
This repository was archived by the owner on Aug 17, 2020. It is now read-only.
This repository was archived by the owner on Aug 17, 2020. It is now read-only.

Empty heightmap with some sizes #4

@buma

Description

@buma

If I do:

python heightmap.py --projection EPSG:3857 --elevation-dir data/ --output my.heightmapB1 --geojson export.geojson --save-image my1.png 46.55 15.65 8 1000

I get heightmap as expected, but if I raise size to 2024 I get empty heightmap.
Any idea why?

python heightmap.py --projection EPSG:3857 --elevation-dir data/ --output my.heightmapB2 --geojson export.geojson --save-image my2.png 46.55 15.65 8 2024

Size seems to depend on projection, because If I use projection epsg:3006 everything is black with size 1024, which works in projection EPSG:3857.

And If I render anything with this heightmap everything is black.

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