EPSG:5497

POSGAR 2007 to SIRGAS 2000 (1)

Attributes

Geodetic CRS: POSGAR 2007

Datum: Posiciones Geodesicas Argentinas 2007

Ellipsoid: WGS 84

Prime meridian: Greenwich

Data source: EPSG

Information source: Instituto Geográfico Militar de la República Argentina, http://www.igm.gov.ar

Revision date: 2022-12-12

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

Remarks: Agreement at the decimeter level.

Method: Geocentric translations (geog2D domain)

Area of use: Argentina - onshore and offshore.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text 2 (2019)

COORDINATEOPERATION["POSGAR 2007 to SIRGAS 2000 (1)",
    VERSION["IGM-Arg"],
    SOURCECRS[
        GEOGCRS["POSGAR 2007",
            DATUM["Posiciones Geodesicas Argentinas 2007",
                ELLIPSOID["WGS 84",6378137,298.257223563,
                    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",5340]]],
    TARGETCRS[
        GEOGCRS["SIRGAS 2000",
            DATUM["Sistema de Referencia Geocentrico para las AmericaS 2000",
                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",4674]]],
    METHOD["Geocentric translations (geog2D domain)",
        ID["EPSG",9603]],
    PARAMETER["X-axis translation",0,
        LENGTHUNIT["metre",1],
        ID["EPSG",8605]],
    PARAMETER["Y-axis translation",0,
        LENGTHUNIT["metre",1],
        ID["EPSG",8606]],
    PARAMETER["Z-axis translation",0,
        LENGTHUNIT["metre",1],
        ID["EPSG",8607]],
    OPERATIONACCURACY[0.1],
    USAGE[
        SCOPE["Transformation of coordinates at 0.1m level of accuracy."],
        AREA["Argentina - onshore and offshore."],
        BBOX[-58.41,-73.59,-21.78,-52.63]],
    ID["EPSG",5497],
    REMARK["Agreement at the decimeter level."]]

Definition: PROJ.4

+proj=noop

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:5497","+proj=noop");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Transformation",
    "name": "POSGAR 2007 to SIRGAS 2000 (1)",
    "source_crs": {
        "type": "GeographicCRS",
        "name": "POSGAR 2007",
        "datum": {
            "type": "GeodeticReferenceFrame",
            "name": "Posiciones Geodesicas Argentinas 2007",
            "ellipsoid": {
                "name": "WGS 84",
                "semi_major_axis": 6378137,
                "inverse_flattening": 298.257223563
            }
        },
        "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": 5340
        }
    },
    "target_crs": {
        "type": "GeographicCRS",
        "name": "SIRGAS 2000",
        "datum": {
            "type": "GeodeticReferenceFrame",
            "name": "Sistema de Referencia Geocentrico para las AmericaS 2000",
            "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": 4674
        }
    },
    "method": {
        "name": "Geocentric translations (geog2D domain)",
        "id": {
            "authority": "EPSG",
            "code": 9603
        }
    },
    "parameters": [
        {
            "name": "X-axis translation",
            "value": 0,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8605
            }
        },
        {
            "name": "Y-axis translation",
            "value": 0,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8606
            }
        },
        {
            "name": "Z-axis translation",
            "value": 0,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8607
            }
        }
    ],
    "accuracy": "0.1",
    "scope": "Transformation of coordinates at 0.1m level of accuracy.",
    "area": "Argentina - onshore and offshore.",
    "bbox": {
        "south_latitude": -58.41,
        "west_longitude": -73.59,
        "north_latitude": -21.78,
        "east_longitude": -52.63
    },
    "id": {
        "authority": "EPSG",
        "code": 5497
    },
    "remarks": "Agreement at the decimeter level."
}

Definition: MapServer - MAPfile

PROJECTION
	"proj=noop"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=noop">
	<Layer srs="+proj=noop">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 5497, 'EPSG', 5497, '+proj=noop', 'None');