### if using pyproj>=2.1.0, the preferred method to project geometries is:
import pyproj
from shapely.geometry import Point
from shapely.ops import transform
wgs84_pt = Point(-72.2495, 43.886)
wgs84
### if using pyproj>=2.1.0, the preferred method to project geometries is:
import pyproj
from shapely.geometry import Point
from shapely.ops import transform
wgs84_pt = Point(-72.2495, 43.886)
wgs84