cassova / satellite-czml

Creates a CZML string based on TLE data for plotting in Satellites on the Cesium platform
MIT License
26 stars 11 forks source link

import as_shape from pygeoif is broken #2

Open matiasg opened 2 years ago

matiasg commented 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.