Reference¶ ShapelyTransform ¶ A utility class to transform between RD and WGS84 coordinate systems. rd_to_wgs(geometry) classmethod ¶ Convert a Shapely geometry from RD (EPSG:28992) to WGS84 (EPSG:4326). wgs_to_rd(geometry) classmethod ¶ Convert a Shapely geometry from WGS84 (EPSG:4326) to RD (EPSG:28992).