-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
🐞 bugSomething isn't workingSomething isn't working
Description
Trying to generate a map using:
>>> mesh = topogmesh.mesh_from_shape_file(
shp_path='/maps/mwd24/hogakusten.geojson',
tif_paths=['/home/mwd24/lifetest/elevation_wgs84_bigtiff.tif'],
base_height=5,
scale=0.1
)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/mwd24/dev/topogmesh/topogmesh/mesh_generator.py", line 177, in mesh_from_shape_file
height_map[~mask] = np.nan
~~~~~~~~~~^^^^^^^
ValueError: cannot convert float NaN to integerI think you should have access to both the files there @FinleyStirk06
Metadata
Metadata
Assignees
Labels
🐞 bugSomething isn't workingSomething isn't working