get_epsg4326_wgs84_prj_ref

pydriosm.reader.get_epsg4326_wgs84_prj_ref()

Get reference of EPSG Projection 4326 - WGS 84 (EPSG:4326) for saving shapefile projection data.

Returns

reference of EPSG Projection 4326 - WGS 84 (in ESRI WKT format)

Return type

str

Example:

>>> from pydriosm.reader import get_epsg4326_wgs84_prj_ref

>>> epsg4326_wgs84_prj_ref = get_epsg4326_wgs84_prj_ref()
>>> print(epsg4326_wgs84_prj_ref)
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],...