You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
In my attempt to setup my own WMT, I've been looking into elevation data. I figured out how to configure the DEM_FILE.
However, in my first attempt I faced a TypeError: 'MultiPoint' object is not iterable. It seemed, it was related to the version of shapely and indeed, when downgrading from shapely 2.0.0 to 1.7.1 the error disappears.
It should probably be mentionned in the installation procedure, or WMT updated to support this new version.
The text was updated successfully, but these errors were encountered:
Hi,
In my attempt to setup my own WMT, I've been looking into elevation data. I figured out how to configure the DEM_FILE.
However, in my first attempt I faced a
TypeError: 'MultiPoint' object is not iterable
. It seemed, it was related to the version ofshapely
and indeed, when downgrading from shapely 2.0.0 to 1.7.1 the error disappears.It should probably be mentionned in the installation procedure, or WMT updated to support this new version.
The text was updated successfully, but these errors were encountered: