Coordinate Frame rotation (geog2D domain)
Derived at 58 stations.
Abeyratne, Featherstone and Tantrigoda in Survey Review vol. 42 no. 317 (July 2010).
2020-03-14
degree (supplier to define representation)
Everest 1830 (1937 Adjustment)
EPSG
Abeyratne, Featherstone and Tantrigoda in Survey Review vol. 42 no. 317 (July 2010).
2010-08-07
Definition: OGC Well Known Text
GEOGCS["SLD99", DATUM["Sri_Lanka_Datum_1999", SPHEROID["Everest 1830 (1937 Adjustment)",6377276.345,300.8017], TOWGS84[-0.293,766.95,87.713,-0.195704,-1.695068,-3.473016,-0.039338]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","5233"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["SLD99", DATUM["Sri Lanka Datum 1999", ELLIPSOID["Everest 1830 (1937 Adjustment)",6377276.345,300.8017, 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["Sri Lanka - onshore."], BBOX[5.86,79.64,9.88,81.95]], ID["EPSG",5233]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "SLD99", "datum": { "type": "GeodeticReferenceFrame", "name": "Sri Lanka Datum 1999", "ellipsoid": { "name": "Everest 1830 (1937 Adjustment)", "semi_major_axis": 6377276.345, "inverse_flattening": 300.8017 } }, "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": "Sri Lanka - onshore.", "bbox": { "south_latitude": 5.86, "west_longitude": 79.64, "north_latitude": 9.88, "east_longitude": 81.95 }, "id": { "authority": "EPSG", "code": 5233 } }
Definition: GeoServer
5233=GEOGCS["SLD99",DATUM["Sri_Lanka_Datum_1999",SPHEROID["Everest 1830 (1937 Adjustment)",6377276.345,300.8017],TOWGS84[-0.293,766.95,87.713,-0.195704,-1.695068,-3.473016,-0.039338]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","5233"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +ellps=evrst30 +towgs84=-0.293,766.95,87.713,-0.195704,-1.695068,-3.473016,-0.039338 +no_defs +type=crs"> <Layer srs="+proj=longlat +ellps=evrst30 +towgs84=-0.293,766.95,87.713,-0.195704,-1.695068,-3.473016,-0.039338 +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 5233, 'EPSG', 5233, '+proj=longlat +ellps=evrst30 +towgs84=-0.293,766.95,87.713,-0.195704,-1.695068,-3.473016,-0.039338 +no_defs +type=crs', 'GEOGCS["SLD99",DATUM["Sri_Lanka_Datum_1999",SPHEROID["Everest 1830 (1937 Adjustment)",6377276.345,300.8017],TOWGS84[-0.293,766.95,87.713,-0.195704,-1.695068,-3.473016,-0.039338]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","5233"]]');