degree (supplier to define representation)
EPSG
IGN Paris
2009-11-24
Geodesy.
Replaced by RRAF 1991 (CRS code 4558).
Guadeloupe - onshore - Basse-Terre, Grande-Terre, La Desirade, Marie-Galante, Les Saintes.
Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree
-61.41 16.18
-61.85 15.8
-60.97 16.55
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: 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: 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"]]');