Coordinate Frame rotation (geog2D domain)
Horizontal coordinates of 66 points of the National Geodetic Network were used to compute this transformation.
Timar, Molnar and Marta in Geodezia es Kartografia 55(3) pp16-21. www.fomi.hu/internet/magyar/szaklap/geodkart.htm
2020-03-14
degree (supplier to define representation)
EPSG
Timár, Molnár and Márta in Geodezia es Kartografia 55(3) pp16-21. www.fomi.hu/internet/magyar/szaklap/geodkart.htm
2008-08-02
Geodesy.
Replaced earlier HD1863 adjustment also on Bessel ellipsoid. Both HD1863 and HD1909 were originally on Ferro Prime Meridian but subsequently converted to Greenwich. Replaced by HD72 (CRS code 4237).
Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree
Definition: OGC Well Known Text
GEOGCS["HD1909", DATUM["Hungarian_Datum_1909", SPHEROID["Bessel 1841",6377397.155,299.1528128], TOWGS84[595.48,121.69,515.35,-4.115,2.9383,-0.853,-3.408]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","3819"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["HD1909", DATUM["Hungarian Datum 1909", 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["Geodesy."], AREA["Hungary."], BBOX[45.74,16.11,48.58,22.9]], ID["EPSG",3819]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "HD1909", "datum": { "type": "GeodeticReferenceFrame", "name": "Hungarian Datum 1909", "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": "Geodesy.", "area": "Hungary.", "bbox": { "south_latitude": 45.74, "west_longitude": 16.11, "north_latitude": 48.58, "east_longitude": 22.9 }, "id": { "authority": "EPSG", "code": 3819 } }
Definition: GeoServer
3819=GEOGCS["HD1909",DATUM["Hungarian_Datum_1909",SPHEROID["Bessel 1841",6377397.155,299.1528128],TOWGS84[595.48,121.69,515.35,-4.115,2.9383,-0.853,-3.408]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","3819"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +ellps=bessel +towgs84=595.48,121.69,515.35,-4.115,2.9383,-0.853,-3.408 +no_defs +type=crs"> <Layer srs="+proj=longlat +ellps=bessel +towgs84=595.48,121.69,515.35,-4.115,2.9383,-0.853,-3.408 +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 3819, 'EPSG', 3819, '+proj=longlat +ellps=bessel +towgs84=595.48,121.69,515.35,-4.115,2.9383,-0.853,-3.408 +no_defs +type=crs', 'GEOGCS["HD1909",DATUM["Hungarian_Datum_1909",SPHEROID["Bessel 1841",6377397.155,299.1528128],TOWGS84[595.48,121.69,515.35,-4.115,2.9383,-0.853,-3.408]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","3819"]]');