Unit: degree (supplier to define representation)
Geodetic CRS: LibRef21
Datum: Liberia Reference Frame 2021
Ellipsoid: GRS 1980
Prime meridian: Greenwich
Data source: EPSG
Information source: Liberia Land Authority (LLA); http://www.lla.gov.lr/
Revision date: 2025-02-19
Scope: Geodesy, cadastre, engineering survey, topographic mapping.
Remarks: Replaces Liberia 1964 (code 4251).
Area of use: Liberia - onshore and offshore.
Coordinate system: Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree
Definition: OGC Well Known Text
GEOGCS["LibRef21", DATUM["Liberia_Reference_Frame_2021", SPHEROID["GRS 1980",6378137,298.257222101, AUTHORITY["EPSG","7019"]], AUTHORITY["EPSG","1402"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","10800"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["LibRef21", DATUM["Liberia Reference Frame 2021", ELLIPSOID["GRS 1980",6378137,298.257222101, 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, cadastre, engineering survey, topographic mapping."], AREA["Liberia - onshore and offshore."], BBOX[1.02,-13.59,8.52,-7.36]], ID["EPSG",10800]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "LibRef21", "datum": { "type": "GeodeticReferenceFrame", "name": "Liberia Reference Frame 2021", "ellipsoid": { "name": "GRS 1980", "semi_major_axis": 6378137, "inverse_flattening": 298.257222101 } }, "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, cadastre, engineering survey, topographic mapping.", "area": "Liberia - onshore and offshore.", "bbox": { "south_latitude": 1.02, "west_longitude": -13.59, "north_latitude": 8.52, "east_longitude": -7.36 }, "id": { "authority": "EPSG", "code": 10800 } }
Definition: GeoServer
10800=GEOGCS["LibRef21",DATUM["Liberia_Reference_Frame_2021",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","1402"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","10800"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +ellps=GRS80 +no_defs +type=crs"> <Layer srs="+proj=longlat +ellps=GRS80 +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 10800, 'EPSG', 10800, '+proj=longlat +ellps=GRS80 +no_defs +type=crs', 'GEOGCS["LibRef21",DATUM["Liberia_Reference_Frame_2021",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","1402"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","10800"]]');