EPSG:4622

Guadeloupe 1948

Available transformations
to EPSG:4326
EPSG:4326 - WGS 84

Selected transformation

Method: Position Vector transformation (geog2D domain)

Remarks:

Information source: IGN Paris.

Revision date: 2020-03-14

Attributes

Unit: degree (supplier to define representation)

Geodetic CRS: Guadeloupe 1948

Datum: Guadeloupe 1948

Ellipsoid: International 1924

Prime meridian: Greenwich

Data source: EPSG

Information source: IGN Paris

Revision date: 2009-11-24

Center coordinates
-61.41 16.18

WGS84 bounds:
-61.85 15.8
-60.97 16.55

Guadeloupe - onshore - Basse-Terre, Grande-Terre, La Desirade, Marie-Galante, Les Saintes.
MapTiler banner

Definition: OGC Well Known Text

GEOGCS["Guadeloupe 1948",
    DATUM["Guadeloupe_1948",
        SPHEROID["International 1924",6378388,297],
        TOWGS84[-472.29,-5.63,-304.12,0.4362,-0.8374,0.2563,1.8984]],
    PRIMEM["Greenwich",0,
        AUTHORITY["EPSG","8901"]],
    UNIT["degree",0.0174532925199433,
        AUTHORITY["EPSG","9122"]],
    AUTHORITY["EPSG","4622"]]

Definition: OGC Well Known Text 2 (2019)

GEOGCRS["Guadeloupe 1948",
    DATUM["Guadeloupe 1948",
        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]],
    USAGE[
        SCOPE["Geodesy."],
        AREA["Guadeloupe - onshore - Basse-Terre, Grande-Terre, La Desirade, Marie-Galante, Les Saintes."],
        BBOX[15.8,-61.85,16.55,-60.97]],
    ID["EPSG",4622]]

Definition: ESRI Well Known Text

GEOGCS["GCS_Sainte_Anne",
    DATUM["D_Sainte_Anne",
        SPHEROID["International_1924",6378388.0,297.0]],
    PRIMEM["Greenwich",0.0],
    UNIT["Degree",0.0174532925199433]]

Definition: PROJ.4

+proj=longlat +ellps=intl +towgs84=-472.29,-5.63,-304.12,0.4362,-0.8374,0.2563,1.8984 +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:4622","+proj=longlat +ellps=intl +towgs84=-472.29,-5.63,-304.12,0.4362,-0.8374,0.2563,1.8984 +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "GeographicCRS",
    "name": "Guadeloupe 1948",
    "datum": {
        "type": "GeodeticReferenceFrame",
        "name": "Guadeloupe 1948",
        "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"
            }
        ]
    },
    "scope": "Geodesy.",
    "area": "Guadeloupe - onshore - Basse-Terre, Grande-Terre, La Desirade, Marie-Galante, Les Saintes.",
    "bbox": {
        "south_latitude": 15.8,
        "west_longitude": -61.85,
        "north_latitude": 16.55,
        "east_longitude": -60.97
    },
    "id": {
        "authority": "EPSG",
        "code": 4622
    }
}

Definition: GeoServer

4622=GEOGCS["Guadeloupe 1948",DATUM["Guadeloupe_1948",SPHEROID["International 1924",6378388,297],TOWGS84[-472.29,-5.63,-304.12,0.4362,-0.8374,0.2563,1.8984]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4622"]]

Definition: MapServer - MAPfile

PROJECTION
	"proj=longlat"
	"ellps=intl"
	"towgs84=-472.29,-5.63,-304.12,0.4362,-0.8374,0.2563,1.8984"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=longlat +ellps=intl +towgs84=-472.29,-5.63,-304.12,0.4362,-0.8374,0.2563,1.8984 +no_defs +type=crs">
	<Layer srs="+proj=longlat +ellps=intl +towgs84=-472.29,-5.63,-304.12,0.4362,-0.8374,0.2563,1.8984 +no_defs +type=crs">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 4622, 'EPSG', 4622, '+proj=longlat +ellps=intl +towgs84=-472.29,-5.63,-304.12,0.4362,-0.8374,0.2563,1.8984 +no_defs +type=crs', 'GEOGCS["Guadeloupe 1948",DATUM["Guadeloupe_1948",SPHEROID["International 1924",6378388,297],TOWGS84[-472.29,-5.63,-304.12,0.4362,-0.8374,0.2563,1.8984]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4622"]]');