Pyproj returning inf on some coordinates
I am trying to figure out why I am getting inf for pyproj transformation from epsg:4326 to epsg:3857, I am using shapely to take in coordinates of a polygon so that I can rasterize. Afterwards, I rasterize it and get back points at which time I am trying to
transform using pyproj from epsg 4326 to epsg 3857. I have always_xy=True enabled to follow longitude, latitude formatting.