Open matiasg opened 2 years ago
There is a new version 1.0.0 of pygeoif. With it, the line
from pygeoif.geometry import as_shape as asShape
does not work anymore. It looks like
from pygeoif.factories import shape as asShape
solves the issue.
There is a new version 1.0.0 of pygeoif. With it, the line
does not work anymore. It looks like
solves the issue.