EPSG:3971

PSAD56 to SIRGAS 1995 (1)

Attributes

Geodetic CRS: PSAD56

Datum: Provisional South American Datum 1956

Ellipsoid: International 1924

Prime meridian: Greenwich

Data source: EPSG

Information source: IGM Ecuador

Revision date: 2009-04-08

Scope: Transformation of coordinates at 5m level of accuracy.

Remarks: Derived at 42 points. May be taken as transformation PSAD56 to WGS 84 - see code 3990.

Method: Coordinate Frame rotation (geog2D domain)

Area of use: Ecuador - mainland - onshore.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text 2 (2019)

COORDINATEOPERATION["PSAD56 to SIRGAS 1995 (1)",
    VERSION["IGM-Ecu"],
    SOURCECRS[
        GEOGCRS["PSAD56",
            DATUM["Provisional South American Datum 1956",
                ELLIPSOID["International 1924",6378388,297,
                    LENGTHUNIT["metre",1]]],
            PRIMEM["Greenwich",0,
                ANGLEUNIT["degree",0.0174532925199433]],
            CS[ellipsoidal,2],
                AXIS["geodetic latitude (Lat)",north,
                    ORDER[1],
                    ANGLEUNIT["degree",0.0174532925199433]],
                AXIS["geodetic longitude (Lon)",east,
                    ORDER[2],
                    ANGLEUNIT["degree",0.0174532925199433]],
            ID["EPSG",4248]]],
    TARGETCRS[
        GEOGCRS["SIRGAS 1995",
            DATUM["Sistema de Referencia Geocentrico para America del Sur 1995",
                ELLIPSOID["GRS 1980",6378137,298.257222101,
                    LENGTHUNIT["metre",1]]],
            PRIMEM["Greenwich",0,
                ANGLEUNIT["degree",0.0174532925199433]],
            CS[ellipsoidal,2],
                AXIS["geodetic latitude (Lat)",north,
                    ORDER[1],
                    ANGLEUNIT["degree",0.0174532925199433]],
                AXIS["geodetic longitude (Lon)",east,
                    ORDER[2],
                    ANGLEUNIT["degree",0.0174532925199433]],
            ID["EPSG",4170]]],
    METHOD["Coordinate Frame rotation (geog2D domain)",
        ID["EPSG",9607]],
    PARAMETER["X-axis translation",-60.31,
        LENGTHUNIT["metre",1],
        ID["EPSG",8605]],
    PARAMETER["Y-axis translation",245.935,
        LENGTHUNIT["metre",1],
        ID["EPSG",8606]],
    PARAMETER["Z-axis translation",31.008,
        LENGTHUNIT["metre",1],
        ID["EPSG",8607]],
    PARAMETER["X-axis rotation",-12.324,
        ANGLEUNIT["arc-second",4.84813681109536E-06],
        ID["EPSG",8608]],
    PARAMETER["Y-axis rotation",-3.755,
        ANGLEUNIT["arc-second",4.84813681109536E-06],
        ID["EPSG",8609]],
    PARAMETER["Z-axis rotation",7.37,
        ANGLEUNIT["arc-second",4.84813681109536E-06],
        ID["EPSG",8610]],
    PARAMETER["Scale difference",0.447,
        SCALEUNIT["parts per million",1E-06],
        ID["EPSG",8611]],
    OPERATIONACCURACY[5.0],
    USAGE[
        SCOPE["Transformation of coordinates at 5m level of accuracy."],
        AREA["Ecuador - mainland - onshore."],
        BBOX[-5.01,-81.03,1.45,-75.21]],
    ID["EPSG",3971],
    REMARK["Derived at 42 points. May be taken as transformation PSAD56 to WGS 84 - see code 3990."]]

Definition: PROJ.4

+proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +proj=push +v_3 +step +proj=cart +ellps=intl +step +proj=helmert +x=-60.31 +y=245.935 +z=31.008 +rx=-12.324 +ry=-3.755 +rz=7.37 +s=0.447 +convention=coordinate_frame +step +inv +proj=cart +ellps=GRS80 +step +proj=pop +v_3 +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:3971","+proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +proj=push +v_3 +step +proj=cart +ellps=intl +step +proj=helmert +x=-60.31 +y=245.935 +z=31.008 +rx=-12.324 +ry=-3.755 +rz=7.37 +s=0.447 +convention=coordinate_frame +step +inv +proj=cart +ellps=GRS80 +step +proj=pop +v_3 +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Transformation",
    "name": "PSAD56 to SIRGAS 1995 (1)",
    "source_crs": {
        "type": "GeographicCRS",
        "name": "PSAD56",
        "datum": {
            "type": "GeodeticReferenceFrame",
            "name": "Provisional South American Datum 1956",
            "ellipsoid": {
                "name": "International 1924",
                "semi_major_axis": 6378388,
                "inverse_flattening": 297
            }
        },
        "coordinate_system": {
            "subtype": "ellipsoidal",
            "axis": [
                {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                },
                {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 4248
        }
    },
    "target_crs": {
        "type": "GeographicCRS",
        "name": "SIRGAS 1995",
        "datum": {
            "type": "GeodeticReferenceFrame",
            "name": "Sistema de Referencia Geocentrico para America del Sur 1995",
            "ellipsoid": {
                "name": "GRS 1980",
                "semi_major_axis": 6378137,
                "inverse_flattening": 298.257222101
            }
        },
        "coordinate_system": {
            "subtype": "ellipsoidal",
            "axis": [
                {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                },
                {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 4170
        }
    },
    "method": {
        "name": "Coordinate Frame rotation (geog2D domain)",
        "id": {
            "authority": "EPSG",
            "code": 9607
        }
    },
    "parameters": [
        {
            "name": "X-axis translation",
            "value": -60.31,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8605
            }
        },
        {
            "name": "Y-axis translation",
            "value": 245.935,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8606
            }
        },
        {
            "name": "Z-axis translation",
            "value": 31.008,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8607
            }
        },
        {
            "name": "X-axis rotation",
            "value": -12.324,
            "unit": {
                "type": "AngularUnit",
                "name": "arc-second",
                "conversion_factor": 4.84813681109536e-06
            },
            "id": {
                "authority": "EPSG",
                "code": 8608
            }
        },
        {
            "name": "Y-axis rotation",
            "value": -3.755,
            "unit": {
                "type": "AngularUnit",
                "name": "arc-second",
                "conversion_factor": 4.84813681109536e-06
            },
            "id": {
                "authority": "EPSG",
                "code": 8609
            }
        },
        {
            "name": "Z-axis rotation",
            "value": 7.37,
            "unit": {
                "type": "AngularUnit",
                "name": "arc-second",
                "conversion_factor": 4.84813681109536e-06
            },
            "id": {
                "authority": "EPSG",
                "code": 8610
            }
        },
        {
            "name": "Scale difference",
            "value": 0.447,
            "unit": {
                "type": "ScaleUnit",
                "name": "parts per million",
                "conversion_factor": 1e-06
            },
            "id": {
                "authority": "EPSG",
                "code": 8611
            }
        }
    ],
    "accuracy": "5.0",
    "scope": "Transformation of coordinates at 5m level of accuracy.",
    "area": "Ecuador - mainland - onshore.",
    "bbox": {
        "south_latitude": -5.01,
        "west_longitude": -81.03,
        "north_latitude": 1.45,
        "east_longitude": -75.21
    },
    "id": {
        "authority": "EPSG",
        "code": 3971
    },
    "remarks": "Derived at 42 points. May be taken as transformation PSAD56 to WGS 84 - see code 3990."
}

Definition: MapServer - MAPfile

PROJECTION
	"proj=pipeline"
	"step"
	"proj=axisswap"
	"order=2,1"
	"step"
	"proj=unitconvert"
	"xy_in=deg"
	"xy_out=rad"
	"step"
	"proj=push"
	"v_3"
	"step"
	"proj=cart"
	"ellps=intl"
	"step"
	"proj=helmert"
	"x=-60.31"
	"y=245.935"
	"z=31.008"
	"rx=-12.324"
	"ry=-3.755"
	"rz=7.37"
	"s=0.447"
	"convention=coordinate_frame"
	"step"
	"inv"
	"proj=cart"
	"ellps=GRS80"
	"step"
	"proj=pop"
	"v_3"
	"step"
	"proj=unitconvert"
	"xy_in=rad"
	"xy_out=deg"
	"step"
	"proj=axisswap"
	"order=2,1"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +proj=push +v_3 +step +proj=cart +ellps=intl +step +proj=helmert +x=-60.31 +y=245.935 +z=31.008 +rx=-12.324 +ry=-3.755 +rz=7.37 +s=0.447 +convention=coordinate_frame +step +inv +proj=cart +ellps=GRS80 +step +proj=pop +v_3 +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1">
	<Layer srs="+proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +proj=push +v_3 +step +proj=cart +ellps=intl +step +proj=helmert +x=-60.31 +y=245.935 +z=31.008 +rx=-12.324 +ry=-3.755 +rz=7.37 +s=0.447 +convention=coordinate_frame +step +inv +proj=cart +ellps=GRS80 +step +proj=pop +v_3 +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 3971, 'EPSG', 3971, '+proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +proj=push +v_3 +step +proj=cart +ellps=intl +step +proj=helmert +x=-60.31 +y=245.935 +z=31.008 +rx=-12.324 +ry=-3.755 +rz=7.37 +s=0.447 +convention=coordinate_frame +step +inv +proj=cart +ellps=GRS80 +step +proj=pop +v_3 +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1', 'None');