geodata.mask.convert_shape_crs
==============================

.. py:function:: geodata.mask.convert_shape_crs(shape: shapely.Geometry, src_crs: str, dst_crs: str)

   Convert the CRS of a shape object given its source CRS and destinated CRS.

   :param shape: The shape object to be converted.
   :type shape: shapely.Geometry
   :param src_crs: The source CRS of the shape object.
   :type src_crs: str
   :param dst_crs: The destinated CRS of the shape object.
   :type dst_crs: str

   :returns: The converted shape object.
   :rtype: shapely.Geometry

