Unit: degree (supplier to define representation)
Geodetic CRS: Asse 2025
Datum: Asse geodetic datum 2025
Ellipsoid: Bessel 1841
Prime meridian: Greenwich
Data source: EPSG
Information source: Bundesgesellschaft für Endlagerung mbH (BGE); https://www.bge.de
Revision date: 2025-07-10
Scope: Engineering survey, GIS, topographic mapping.
Remarks: Defined through 3-dimensional transformation from ETRS89/DREF91 Realization 2016 (see CT 10905). Coordinate values are close to but not identical to DHDN.
Area of use: Germany - Lower Saxony - Asse mining area.
Coordinate system: Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree
Center coordinates
10.65 52.13
WGS84 bounds:
10.6 52.11
10.7 52.16
Definition: OGC Well Known Text
GEOGCS["Asse 2025", DATUM["Asse_geodetic_datum_2025", SPHEROID["Bessel 1841",6377397.155,299.1528128, AUTHORITY["EPSG","7004"]], AUTHORITY["EPSG","1413"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","10898"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["Asse 2025", DATUM["Asse geodetic datum 2025", ELLIPSOID["Bessel 1841",6377397.155,299.1528128, 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["Engineering survey, GIS, topographic mapping."], AREA["Germany - Lower Saxony - Asse mining area."], BBOX[52.11,10.6,52.16,10.7]], ID["EPSG",10898]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "Asse 2025", "datum": { "type": "GeodeticReferenceFrame", "name": "Asse geodetic datum 2025", "ellipsoid": { "name": "Bessel 1841", "semi_major_axis": 6377397.155, "inverse_flattening": 299.1528128 } }, "coordinate_system": { "subtype": "ellipsoidal", "axis": [ { "name": "Geodetic latitude", "abbreviation": "Lat", "direction": "north", "unit": "degree" }, { "name": "Geodetic longitude", "abbreviation": "Lon", "direction": "east", "unit": "degree" } ] }, "scope": "Engineering survey, GIS, topographic mapping.", "area": "Germany - Lower Saxony - Asse mining area.", "bbox": { "south_latitude": 52.11, "west_longitude": 10.6, "north_latitude": 52.16, "east_longitude": 10.7 }, "id": { "authority": "EPSG", "code": 10898 } }
Definition: GeoServer
10898=GEOGCS["Asse 2025",DATUM["Asse_geodetic_datum_2025",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],AUTHORITY["EPSG","1413"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","10898"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +ellps=bessel +no_defs +type=crs"> <Layer srs="+proj=longlat +ellps=bessel +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 10898, 'EPSG', 10898, '+proj=longlat +ellps=bessel +no_defs +type=crs', 'GEOGCS["Asse 2025",DATUM["Asse_geodetic_datum_2025",SPHEROID["Bessel 1841",6377397.155,299.1528128,AUTHORITY["EPSG","7004"]],AUTHORITY["EPSG","1413"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","10898"]]');