EPSG
Republic Geodetic Authority, Serbia; www.rgz.gov.rs
2020-11-17
Definition: OGC Well Known Text 2 (2019)
COORDINATEOPERATION["MGI 1901 to SRB-ETRS89 (9)", VERSION["RGZ-Srb 0.1m 2020"], SOURCECRS[ GEOGCRS["MGI 1901", DATUM["MGI 1901", 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]], ID["EPSG",3906]]], TARGETCRS[ GEOGCRS["SRB_ETRS89", DATUM["Serbian Spatial Reference System 2000", 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]], ID["EPSG",8685]]], METHOD["NTv2", ID["EPSG",9615]], PARAMETERFILE["Latitude and longitude difference file","MGI1901_TO_SRBETRS89_NTv2.gsb"], OPERATIONACCURACY[0.03], USAGE[ SCOPE["Geodesy, cadastre."], AREA["Serbia including Vojvodina."], BBOX[42.23,18.81,46.19,23.01]], ID["EPSG",9496]]
Definition: JavaScript (Proj4js)
proj4.defs("EPSG:9496","+proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +proj=hgridshift +grids=MGI1901_TO_SRBETRS89_NTv2.gsb +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1");
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "Transformation", "name": "MGI 1901 to SRB-ETRS89 (9)", "source_crs": { "type": "GeographicCRS", "name": "MGI 1901", "datum": { "type": "GeodeticReferenceFrame", "name": "MGI 1901", "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" } ] }, "id": { "authority": "EPSG", "code": 3906 } }, "target_crs": { "type": "GeographicCRS", "name": "SRB_ETRS89", "datum": { "type": "GeodeticReferenceFrame", "name": "Serbian Spatial Reference System 2000", "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" } ] }, "id": { "authority": "EPSG", "code": 8685 } }, "method": { "name": "NTv2", "id": { "authority": "EPSG", "code": 9615 } }, "parameters": [ { "name": "Latitude and longitude difference file", "value": "MGI1901_TO_SRBETRS89_NTv2.gsb", "id": { "authority": "EPSG", "code": 8656 } } ], "accuracy": "0.03", "scope": "Geodesy, cadastre.", "area": "Serbia including Vojvodina.", "bbox": { "south_latitude": 42.23, "west_longitude": 18.81, "north_latitude": 46.19, "east_longitude": 23.01 }, "id": { "authority": "EPSG", "code": 9496 } }
Definition: MapServer - MAPfile
PROJECTION "proj=pipeline" "step" "proj=axisswap" "order=2,1" "step" "proj=unitconvert" "xy_in=deg" "xy_out=rad" "step" "proj=hgridshift" "grids=MGI1901_TO_SRBETRS89_NTv2.gsb" "step" "proj=unitconvert" "xy_in=rad" "xy_out=deg" "step" "proj=axisswap" "order=2,1" END
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +proj=hgridshift +grids=MGI1901_TO_SRBETRS89_NTv2.gsb +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1"> <Layer srs="+proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +proj=hgridshift +grids=MGI1901_TO_SRBETRS89_NTv2.gsb +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 9496, 'EPSG', 9496, '+proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +proj=hgridshift +grids=MGI1901_TO_SRBETRS89_NTv2.gsb +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1', 'None');