Unit: degree (supplier to define representation)
Geodetic CRS: SIRGAS-ROU98
Datum: SIRGAS-ROU98
Ellipsoid: WGS 84
Prime meridian: Greenwich
Data source: EPSG
Information source: EPSG. See 3D CRS for original information source.
Revision date: 2011-03-20
Scope: Horizontal component of 3D system.
Remarks: Replaces Yacare (CRS code 4309) in Uruguay.
Area of use: Uruguay - onshore and offshore.
Coordinate system: Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree
Center coordinates
-54.25 -33.93
WGS84 bounds:
-58.49 -37.77
-50.01 -30.09
Definition: OGC Well Known Text
GEOGCS["SIRGAS-ROU98", DATUM["SIRGAS-ROU98", SPHEROID["WGS 84",6378137,298.257223563, AUTHORITY["EPSG","7030"]], AUTHORITY["EPSG","1068"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","5381"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["SIRGAS-ROU98", DATUM["SIRGAS-ROU98", 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["Uruguay - onshore and offshore."], BBOX[-37.77,-58.49,-30.09,-50.01]], ID["EPSG",5381]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "SIRGAS-ROU98", "datum": { "type": "GeodeticReferenceFrame", "name": "SIRGAS-ROU98", "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": "Uruguay - onshore and offshore.", "bbox": { "south_latitude": -37.77, "west_longitude": -58.49, "north_latitude": -30.09, "east_longitude": -50.01 }, "id": { "authority": "EPSG", "code": 5381 } }
Definition: GeoServer
5381=GEOGCS["SIRGAS-ROU98",DATUM["SIRGAS-ROU98",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","1068"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","5381"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +ellps=WGS84 +no_defs +type=crs"> <Layer srs="+proj=longlat +ellps=WGS84 +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 5381, 'EPSG', 5381, '+proj=longlat +ellps=WGS84 +no_defs +type=crs', 'GEOGCS["SIRGAS-ROU98",DATUM["SIRGAS-ROU98",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","1068"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","5381"]]');