EPSG:7801 — ETRS89-BGR [BGS2005] / CCS2005
Projected · Bulgaria - onshore
Export Formats
OGC WKT
PROJCS[
"BGS2005 / CCS2005",
GEOGCS[
"BGS2005",
DATUM[
"Bulgaria_Geodetic_System_2005",
SPHEROID["GRS 1980",6378137,298.257222101],
TOWGS84[0,0,0,0,0,0,0]
],
PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],
UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],
AUTHORITY["EPSG","7798"]
],
PROJECTION["Lambert_Conformal_Conic_2SP"],
PARAMETER["latitude_of_origin",42.6678756833333],
PARAMETER["central_meridian",25.5],
PARAMETER["standard_parallel_1",42],
PARAMETER["standard_parallel_2",43.3333333333333],
PARAMETER["false_easting",500000],
PARAMETER["false_northing",4725824.3591],
UNIT["metre",1,AUTHORITY["EPSG","9001"]],
AUTHORITY["EPSG","7801"]
]Related Coordinate Systems
Available Transformations (3)
Transformations inherited from base CRS: EPSG:7798 (ETRS89-BGR [BGS2005])
Other CRS using Bulgaria Geodetic System 2005
Frequently Asked Questions
How do I add EPSG:7801 to GeoServer?
Add the following definition to your GeoServer configuration:
7801=PROJCS["BGS2005 / CCS2005",GEOGCS["BGS2005",DATUM["Bulgaria_Geodetic_System_2005",SPHEROID["GRS 1980",6378137,298.257222101],TOWGS84[0,0,0,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","7798"]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["latitude_of_origin",42.6678756833333],PARAMETER["central_meridian",25.5],PARAMETER["standard_parallel_1",42],PARAMETER["standard_parallel_2",43.3333333333333],PARAMETER["false_easting",500000],PARAMETER["false_northing",4725824.3591],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","7801"]] Read the full GeoServer guide →
How do I add EPSG:7801 to PostGIS?
Add the following definition to your PostGIS configuration:
INSERT INTO spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext)
VALUES (7801, 'EPSG', 7801, '+proj=lcc +lat_0=42.6678756833333 +lon_0=25.5 +lat_1=42 +lat_2=43.3333333333333 +x_0=500000 +y_0=4725824.3591 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs', 'PROJCS["BGS2005 / CCS2005",GEOGCS["BGS2005",DATUM["Bulgaria_Geodetic_System_2005",SPHEROID["GRS 1980",6378137,298.257222101],TOWGS84[0,0,0,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","7798"]],PROJECTION["Lambert_Conformal_Conic_2SP"],PARAMETER["latitude_of_origin",42.6678756833333],PARAMETER["central_meridian",25.5],PARAMETER["standard_parallel_1",42],PARAMETER["standard_parallel_2",43.3333333333333],PARAMETER["false_easting",500000],PARAMETER["false_northing",4725824.3591],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","7801"]]'); Read the full PostGIS guide →
How do I add EPSG:7801 to MapServer?
Add the following definition to your MapServer configuration:
PROJECTION
"+proj=lcc"
"+lat_0=42.6678756833333"
"+lon_0=25.5"
"+lat_1=42"
"+lat_2=43.3333333333333"
"+x_0=500000"
"+y_0=4725824.3591"
"+ellps=GRS80"
"+towgs84=0,0,0,0,0,0,0"
"+units=m"
"+no_defs"
"+type=crs"
END Read the full MapServer guide →
How do I use EPSG:7801 with Proj4js?
Add the following definition to your Proj4js configuration:
proj4.defs("EPSG:7801", "+proj=lcc +lat_0=42.6678756833333 +lon_0=25.5 +lat_1=42 +lat_2=43.3333333333333 +x_0=500000 +y_0=4725824.3591 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"); Read the full Proj4js guide →