Position Vector transformation (geog2D domain)
Derived at 11 stations during 1998 densification of Uruguay control based on SIRGAS 1995. Accuracy at stations used for derivation: 0.13 to 1.17m.
SGM (Servicio Geografico Militar).
2020-03-14
degree (supplier to define representation)
EPSG
SGM.
2011-03-28
Geodesy.
Replaced by SIRGAS-ROU98 (CRS code 5381).
Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree
Definition: OGC Well Known Text
GEOGCS["Yacare", DATUM["Yacare", SPHEROID["International 1924",6378388,297], TOWGS84[-124.45,183.74,44.64,-0.4384,0.5446,-0.9706,-2.1365]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4309"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["Yacare", DATUM["Yacare", 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["Uruguay - onshore."], BBOX[-35,-58.49,-30.09,-53.09]], ID["EPSG",4309]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "Yacare", "datum": { "type": "GeodeticReferenceFrame", "name": "Yacare", "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": "Uruguay - onshore.", "bbox": { "south_latitude": -35, "west_longitude": -58.49, "north_latitude": -30.09, "east_longitude": -53.09 }, "id": { "authority": "EPSG", "code": 4309 } }
Definition: GeoServer
4309=GEOGCS["Yacare",DATUM["Yacare",SPHEROID["International 1924",6378388,297],TOWGS84[-124.45,183.74,44.64,-0.4384,0.5446,-0.9706,-2.1365]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4309"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +ellps=intl +towgs84=-124.45,183.74,44.64,-0.4384,0.5446,-0.9706,-2.1365 +no_defs +type=crs"> <Layer srs="+proj=longlat +ellps=intl +towgs84=-124.45,183.74,44.64,-0.4384,0.5446,-0.9706,-2.1365 +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 4309, 'EPSG', 4309, '+proj=longlat +ellps=intl +towgs84=-124.45,183.74,44.64,-0.4384,0.5446,-0.9706,-2.1365 +no_defs +type=crs', 'GEOGCS["Yacare",DATUM["Yacare",SPHEROID["International 1924",6378388,297],TOWGS84[-124.45,183.74,44.64,-0.4384,0.5446,-0.9706,-2.1365]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4309"]]');