Unit: degree (supplier to define representation)
Geodetic CRS: Georgia Geodetic Datum
Datum: Georgia Geodetic Datum
Ellipsoid: GRS 1980
Prime meridian: Greenwich
Data source: EPSG
Information source: European Union ENPI Programme for Georgia "Methodology and Parameters for Datum Transformation between the New and Old Reference Systems", National Agency of Public Registry, Ministry of Justice of Georgia, November 14th, 2013; https://www.napr.gov.ge/
Revision date: 2025-07-15
Scope: Geodesy, cadastre, engineering survey, topographic mapping.
Area of use: Georgia - onshore and offshore.
Coordinate system: Ellipsoidal 3D CS. Axes: latitude, longitude, ellipsoidal height. Orientations: north, east, up. UoM: degree, degree, metre.
Center coordinates
42.85 42.32
Projected bounds:
38.97 41.04
46.72 43.59
WGS84 bounds:
38.97 41.04
46.72 43.59
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["Georgia Geodetic Datum", DATUM["Georgia Geodetic Datum", ELLIPSOID["GRS 1980",6378137,298.257222101, LENGTHUNIT["metre",1]]], PRIMEM["Greenwich",0, ANGLEUNIT["degree",0.0174532925199433]], CS[ellipsoidal,3], AXIS["geodetic latitude (Lat)",north, ORDER[1], ANGLEUNIT["degree",0.0174532925199433]], AXIS["geodetic longitude (Lon)",east, ORDER[2], ANGLEUNIT["degree",0.0174532925199433]], AXIS["ellipsoidal height (h)",up, ORDER[3], LENGTHUNIT["metre",1]], USAGE[ SCOPE["Geodesy, cadastre, engineering survey, topographic mapping."], AREA["Georgia - onshore and offshore."], BBOX[41.04,38.97,43.59,46.72]], ID["EPSG",10830]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "Georgia Geodetic Datum", "datum": { "type": "GeodeticReferenceFrame", "name": "Georgia Geodetic Datum", "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" }, { "name": "Ellipsoidal height", "abbreviation": "h", "direction": "up", "unit": "metre" } ] }, "scope": "Geodesy, cadastre, engineering survey, topographic mapping.", "area": "Georgia - onshore and offshore.", "bbox": { "south_latitude": 41.04, "west_longitude": 38.97, "north_latitude": 43.59, "east_longitude": 46.72 }, "id": { "authority": "EPSG", "code": 10830 } }
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>