Name: CR05 to WGS 84 (2)
Method: Position Vector transformation (geog2D domain)
Remarks: Parameter vales are from CR05 to CR-SIRGAS (1) (code 8913) assuming that CR-SIRGAS (ITRF08 (IGb08)@2014.59) is equivalent to WGS 84 within the accuracy of the transformation.
Information source: IOGP
Revision date: 2019-03-09
Unit: degree (supplier to define representation)
Geodetic CRS: CR05
Datum: Costa Rica 2005
Ellipsoid: WGS 84
Prime meridian: Greenwich
Data source: EPSG
Information source: OGP. See 3D CRS for original information source.
Revision date: 2019-03-22
Scope: Horizontal component of 3D system.
Remarks: Replaces Ocotepeque (CRS code 5451) in Costa Rica from March 2007. Replaced by CR-SIRGAS (CRS code 8907) from April 2018.
Area of use: Costa Rica - onshore and offshore.
Coordinate system: Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree
Center coordinates
-85.94 6.96
WGS84 bounds:
-90.45 2.15
-81.43 11.77
Definition: OGC Well Known Text
GEOGCS["CR05", DATUM["Costa_Rica_2005", SPHEROID["WGS 84",6378137,298.257223563], TOWGS84[-0.16959,0.35312,0.51846,-0.03385,0.16325,-0.03446,0.03693]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","5365"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["CR05", DATUM["Costa Rica 2005", 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]], USAGE[ SCOPE["Horizontal component of 3D system."], AREA["Costa Rica - onshore and offshore."], BBOX[2.15,-90.45,11.77,-81.43]], ID["EPSG",5365]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "CR05", "datum": { "type": "GeodeticReferenceFrame", "name": "Costa Rica 2005", "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" } ] }, "scope": "Horizontal component of 3D system.", "area": "Costa Rica - onshore and offshore.", "bbox": { "south_latitude": 2.15, "west_longitude": -90.45, "north_latitude": 11.77, "east_longitude": -81.43 }, "id": { "authority": "EPSG", "code": 5365 } }
Definition: GeoServer
5365=GEOGCS["CR05",DATUM["Costa_Rica_2005",SPHEROID["WGS 84",6378137,298.257223563],TOWGS84[-0.16959,0.35312,0.51846,-0.03385,0.16325,-0.03446,0.03693]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","5365"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +ellps=WGS84 +towgs84=-0.16959,0.35312,0.51846,-0.03385,0.16325,-0.03446,0.03693 +no_defs +type=crs"> <Layer srs="+proj=longlat +ellps=WGS84 +towgs84=-0.16959,0.35312,0.51846,-0.03385,0.16325,-0.03446,0.03693 +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 5365, 'EPSG', 5365, '+proj=longlat +ellps=WGS84 +towgs84=-0.16959,0.35312,0.51846,-0.03385,0.16325,-0.03446,0.03693 +no_defs +type=crs', 'GEOGCS["CR05",DATUM["Costa_Rica_2005",SPHEROID["WGS 84",6378137,298.257223563],TOWGS84[-0.16959,0.35312,0.51846,-0.03385,0.16325,-0.03446,0.03693]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","5365"]]');