Calibrate API
Calibrate API was designed to calibrate coordinate systems. It supports geocentric, spherical, planar coordinate systems, various types of projections.
Request example:
curl --location 'https://api.geodesy.online/v1/calibrate/blh/blh' \
--header 'API_KEY: [your_api_key]' \
--header 'Content-Type: application/json' \
--data '{
"inCs": {
"ellipsoid": {
"a": 6378137.000,
"invF": 298.257223563
},
"wx": 0,
"wy": 0,
"wz": 0,
"dx": 0,
"dy": 0,
"dz": 0,
"m": 1,
"direction": 1,
"rotation": 1
},
"outCs": {
"ellipsoid": {
"a": 6377563.396,
"invF": 299.324975315035
},
"wx": 0,
"wy": 0,
"wz": 0,
"dx": -375.000,
"dy": 111.000,
"dz": -431.000,
"m": 1,
"direction": 1,
"rotation": 0
},
"inCoords": [
{
"b": 52.519999999999996,
"l": 13.405000000000001,
"he": 76.48234
},
{
"b": 55.7558,
"l": 37.6173,
"he": 163.53922
},
{
"b": 51.5074,
"l": 0.1278,
"he": 48.78179
},
{
"b": 48.8566,
"l": 2.3522000000000003,
"he": 76.61337
},
{
"b": 48.208200000000005,
"l": 16.3738,
"he": 237.73002
}
],
"outCoords": [
{
"b": 52.51938178275444,
"l": 13.407871678267504,
"he": 52.57064618356526
},
{
"b": 55.754669620429276,
"l": 37.62234621822496,
"he": 198.4617262436077
},
{
"b": 51.50693981005131,
"l": 0.12941093231121847,
"he": 3.9540702598169446
},
{
"b": 48.85585923419985,
"l": 2.3539212329015466,
"he": 37.83961013611406
},
{
"b": 48.207120289525164,
"l": 16.37665531558625,
"he": 227.6711773443967
}
]
}'
Response example:
{
"result": {
"fromWGS84": {
"wx": -0.08329909874393202,
"wy": 0.06199990449958666,
"wz": 0.01901827781104993,
"dx": 513.8881076199427,
"dy": 850.3653707197191,
"dz": -492.3811183176863,
"m": 1.1830235500664976E-05
},
"rms": {
"wx": 0.0018012346162482272,
"wy": 0.002832296911457432,
"wz": 0.0010399438226875396,
"dx": 247.06338220609908,
"dy": 194.26817533455258,
"dz": 224.84850001908376,
"m": 1.0000000000161602
}
},
"success": true
}
Request example:
curl --location 'https://api.geodesy.online/v1/calibrate/blh/xyz' \
--header 'API_KEY: [your_api_key]' \
--header 'Content-Type: application/json' \
--data '{
"inCs": {
"ellipsoid": {
"a": 6378137.000,
"invF": 298.257223563
},
"wx": 0,
"wy": 0,
"wz": 0,
"dx": 0,
"dy": 0,
"dz": 0,
"m": 1,
"direction": 1,
"rotation": 1
},
"outCs": {
"ellipsoid": {
"a": 6377563.396,
"invF": 299.324975315035
},
"wx": 0,
"wy": 0,
"wz": 0,
"dx": -375.000,
"dy": 111.000,
"dz": -431.000,
"m": 1,
"direction": 1,
"rotation": 0
},
"inCoords": [
{
"b": 52.519999999999996,
"l": 13.405000000000001,
"he": 76.48234
},
{
"b": 55.7558,
"l": 37.6173,
"he": 163.53922
},
{
"b": 51.5074,
"l": 0.1278,
"he": 48.78179
},
{
"b": 48.8566,
"l": 2.3522000000000003,
"he": 76.61337
},
{
"b": 48.208200000000005,
"l": 16.3738,
"he": 237.73002
}
],
"outCoords": [
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
}
]
}'
Response example:
{
"result": {
"fromWGS84": {
"wx": -4.875606741371249E-13,
"wy": 9.378454245450713E-13,
"wz": 2.8480420778635896E-13,
"dx": 3506193.388284999,
"dy": 1786494.7621799994,
"dz": 5002972.767795001,
"m": 0.0
},
"rms": {
"wx": 1.8101546865191568E-14,
"wy": 2.8448268301632886E-14,
"wz": 1.0453812652048513E-14,
"dx": 2.4797214137851335E-09,
"dy": 1.949937651302186E-09,
"dz": 2.2626194411240406E-09,
"m": 1.0
}
},
"success": true
}
Request example:
curl --location 'https://api.geodesy.online/v1/calibrate/xyz/blh' \
--header 'API_KEY: [your_api_key]' \
--header 'Content-Type: application/json' \
--data '{
"inCs": {
"ellipsoid": {
"a": 6378137.000,
"invF": 298.257223563
},
"wx": 0,
"wy": 0,
"wz": 0,
"dx": 0,
"dy": 0,
"dz": 0,
"m": 1,
"direction": 1,
"rotation": 1
},
"outCs": {
"ellipsoid": {
"a": 6377563.396,
"invF": 299.324975315035
},
"wx": 0,
"wy": 0,
"wz": 0,
"dx": -375.000,
"dy": 111.000,
"dz": -431.000,
"m": 1,
"direction": 1,
"rotation": 0
},
"inCoords": [
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
}
],
"outCoords": [
{
"b": 52.51938178275444,
"l": 13.407871678267504,
"he": 52.57064618356526
},
{
"b": 55.754669620429276,
"l": 37.62234621822496,
"he": 198.4617262436077
},
{
"b": 51.50693981005131,
"l": 0.12941093231121847,
"he": 3.9540702598169446
},
{
"b": 48.85585923419985,
"l": 2.3539212329015466,
"he": 37.83961013611406
},
{
"b": 48.207120289525164,
"l": 16.37665531558625,
"he": 227.6711773443967
}
]
}'
Request example:
curl --location 'https://api.geodesy.online/v1/calibrate/xyz/xyz' \
--header 'API_KEY: [your_api_key]' \
--header 'Content-Type: application/json' \
--data '{
"inCs": {
"ellipsoid": {
"a": 6378137.000,
"invF": 298.257223563
},
"wx": 0,
"wy": 0,
"wz": 0,
"dx": 0,
"dy": 0,
"dz": 0,
"m": 1,
"direction": 1,
"rotation": 1
},
"outCs": {
"ellipsoid": {
"a": 6377563.396,
"invF": 299.324975315035
},
"wx": 0,
"wy": 0,
"wz": 0,
"dx": -375.000,
"dy": 111.000,
"dz": -431.000,
"m": 1,
"direction": 1,
"rotation": 0
},
"inCoords": [
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
}
],
"outCoords": [
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
}
]
}'
Request example:
curl --location 'https://api.geodesy.online/v1/calibrate/blh/tmerc' \
--header 'API_KEY: [your_api_key]' \
--header 'Content-Type: application/json' \
--data '{
"inCs": {
"ellipsoid": {
"a": 6378137.000,
"invF": 298.257223563
},
"wx": 0,
"wy": 0,
"wz": 0,
"dx": 0,
"dy": 0,
"dz": 0,
"m": 1,
"direction": 1,
"rotation": 1
},
"outCs": {
"bo": 0,
"lo": -3,
"no": 0,
"eo": 500000,
"scale": 0.999600,
"datum": {
"ellipsoid": {
"a": 6377563.396,
"invF": 299.324975315035
},
"wx": 0,
"wy": 0,
"wz": 0,
"dx": -375.000,
"dy": 111.000,
"dz": -431.000,
"m": 1,
"direction": "FromWgs84",
"rotation": "clockwise"
},
"planParams": {
"method": "helmert",
"params": {
"shiftDN": -2504.949,
"shiftDE": 5762.07070,
"nRotationCenter": 23.63108,
"eRotationCenter": 2.83603,
"m": 1.0000358,
"alpha": -0.00015
}
},
"heightParams": {
"method": "hconst",
"params": {
"const": 10
}
}
},
"inCoords": [
{
"b": 52.519999999999996,
"l": 13.405000000000001,
"he": 76.48234
},
{
"b": 55.7558,
"l": 37.6173,
"he": 163.53922
},
{
"b": 51.5074,
"l": 0.1278,
"he": 48.78179
},
{
"b": 48.8566,
"l": 2.3522000000000003,
"he": 76.61337
},
{
"b": 48.208200000000005,
"l": 16.3738,
"he": 237.73002
}
],
"outCoords": [
{
"n": 6195167.2871562345,
"e": 2538595.5026703817,
"he": 225.79575789161026,
"hn": 60.0
},
{
"n": 6331354.575516818,
"e": 2553725.34303238,
"he": 227.67881206795573,
"hn": 61.0
},
{
"n": 6467204.742880119,
"e": 2564588.269988144,
"he": 229.64866976998746,
"hn": 63.0
},
{
"n": 6331354.575516818,
"e": 2553725.34303238,
"he": 227.67881206795573,
"hn": 61.0
},
{
"n": 6467204.742880119,
"e": 2564588.269988144,
"he": 229.64866976998746,
"hn": 63.0
}
]
}'
Response example:
{
"result": {
"fromWGS84": {
"wx": 39243.96134663005,
"wy": -52201.17895064063,
"wz": 18807.134432198603,
"dx": 3300924.2033185354,
"dy": 1809277.4135031088,
"dz": 5337165.636866165,
"m": -0.015821945981518093
},
"rms": {
"wx": 12959.531819980255,
"wy": 23105.45465062749,
"wz": 9554.266447211225,
"dx": 468177.00554477767,
"dy": 318097.38070547086,
"dz": 624087.5237911772,
"m": 1.000000035232936
}
},
"success": true
}
Request example:
curl --location 'https://api.geodesy.online/v1/calibrate/xyz/tmerc' \
--header 'API_KEY: [your_api_key]' \
--header 'Content-Type: application/json' \
--data '{
"inCs": {
"ellipsoid": {
"a": 6378137.000,
"invF": 298.257223563
},
"wx": 0,
"wy": 0,
"wz": 0,
"dx": 0,
"dy": 0,
"dz": 0,
"m": 1,
"direction": 1,
"rotation": 1
},
"outCs": {
"bo": 0,
"lo": -3,
"no": 0,
"eo": 500000,
"scale": 0.999600,
"datum": {
"ellipsoid": {
"a": 6377563.396,
"invF": 299.324975315035
},
"wx": 0,
"wy": 0,
"wz": 0,
"dx": -375.000,
"dy": 111.000,
"dz": -431.000,
"m": 1,
"direction": "FromWgs84",
"rotation": "clockwise"
},
"planParams": {
"method": "helmert",
"params": {
"shiftDN": -2504.949,
"shiftDE": 5762.07070,
"nRotationCenter": 23.63108,
"eRotationCenter": 2.83603,
"m": 1.0000358,
"alpha": -0.00015
}
},
"heightParams": {
"method": "hconst",
"params": {
"const": 10
}
}
},
"inCoords": [
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
}
],
"outCoords": [
{
"n": 6195167.2871562345,
"e": 2538595.5026703817,
"he": 225.79575789161026,
"hn": 60.0
},
{
"n": 6331354.575516818,
"e": 2553725.34303238,
"he": 227.67881206795573,
"hn": 61.0
},
{
"n": 6467204.742880119,
"e": 2564588.269988144,
"he": 229.64866976998746,
"hn": 63.0
},
{
"n": 6331354.575516818,
"e": 2553725.34303238,
"he": 227.67881206795573,
"hn": 61.0
},
{
"n": 6467204.742880119,
"e": 2564588.269988144,
"he": 229.64866976998746,
"hn": 63.0
}
]
}'
Request example:
curl --location 'https://api.geodesy.online/v1/calibrate/blh/lcc' \
--header 'API_KEY: [your_api_key]' \
--header 'Content-Type: application/json' \
--data '{
"inCs": {
"ellipsoid": {
"a": 6378137.000,
"invF": 298.257223563
},
"wx": 0,
"wy": 0,
"wz": 0,
"dx": 0,
"dy": 0,
"dz": 0,
"m": 1,
"direction": 1,
"rotation": 1
},
"outCs": {
"bo": 43.2,
"lo": -95.25,
"no": 2926085.85217468,
"eo": 500000,
"scale": 1.000052,
"firstParallel": 0,
"secondParallel": 0,
"standardParallel": 1,
"datum": {
"ellipsoid": {
"a": 6377563.396,
"invF": 299.324975315035
},
"wx": 0,
"wy": 0,
"wz": 0,
"dx": -375.000,
"dy": 111.000,
"dz": -431.000,
"m": 1,
"direction": 1,
"rotation": 0
},
"planParams": {
"method": "helmert",
"params": {
"shiftDN": -2504.949,
"shiftDE": 5762.07070,
"nRotationCenter": 23.63108,
"eRotationCenter": 2.83603,
"m": 1.0000358,
"alpha": -0.00015
}
},
"heightParams": {
"method": "hconst",
"params": {
"const": 10
}
}
},
"inCoords": [
{
"b": 52.519999999999996,
"l": 13.405000000000001,
"he": 76.48234
},
{
"b": 55.7558,
"l": 37.6173,
"he": 163.53922
},
{
"b": 51.5074,
"l": 0.1278,
"he": 48.78179
},
{
"b": 48.8566,
"l": 2.3522000000000003,
"he": 76.61337
},
{
"b": 48.208200000000005,
"l": 16.3738,
"he": 237.73002
}
],
"outCoords": [
{
"n": 6195167.2871562345,
"e": 2538595.5026703817,
"he": 225.79575789161026,
"hn": 60.0
},
{
"n": 6331354.575516818,
"e": 2553725.34303238,
"he": 227.67881206795573,
"hn": 61.0
},
{
"n": 6467204.742880119,
"e": 2564588.269988144,
"he": 229.64866976998746,
"hn": 63.0
},
{
"n": 6331354.575516818,
"e": 2553725.34303238,
"he": 227.67881206795573,
"hn": 61.0
},
{
"n": 6467204.742880119,
"e": 2564588.269988144,
"he": 229.64866976998746,
"hn": 63.0
}
]
}'
Response example:
{
"result": {
"fromWGS84": {
"wx": -0.00019430185149048096,
"wy": 0.0007438866914325107,
"wz": -1.653422900568951E-05,
"dx": 74.83495032624249,
"dy": -59.038749975156115,
"dz": 223.51211533894582,
"m": -1.2774084390265728E-07
},
"rms": {
"wx": 6.578651775244366E-05,
"wy": 0.00010338959787742706,
"wz": 3.799202051011053E-05,
"dx": 9.012133915821574,
"dy": 7.086683577293985,
"dz": 8.222942248971957,
"m": 1.00000000000059
}
},
"success": true
}
Request example:
curl --location 'https://api.geodesy.online/v1/calibrate/xyz/lcc' \
--header 'API_KEY: [your_api_key]' \
--header 'Content-Type: application/json' \
--data '{
"inCs": {
"ellipsoid": {
"a": 6378137.000,
"invF": 298.257223563
},
"wx": 0,
"wy": 0,
"wz": 0,
"dx": 0,
"dy": 0,
"dz": 0,
"m": 1,
"direction": 1,
"rotation": 1
},
"outCs": {
"bo": 43.2,
"lo": -95.25,
"no": 2926085.85217468,
"eo": 500000,
"scale": 1.000052,
"firstParallel": 0,
"secondParallel": 0,
"standardParallel": 1,
"datum": {
"ellipsoid": {
"a": 6377563.396,
"invF": 299.324975315035
},
"wx": 0,
"wy": 0,
"wz": 0,
"dx": -375.000,
"dy": 111.000,
"dz": -431.000,
"m": 1,
"direction": 1,
"rotation": 0
},
"planParams": {
"method": "helmert",
"params": {
"shiftDN": -2504.949,
"shiftDE": 5762.07070,
"nRotationCenter": 23.63108,
"eRotationCenter": 2.83603,
"m": 1.0000358,
"alpha": -0.00015
}
},
"heightParams": {
"method": "hconst",
"params": {
"const": 10
}
}
},
"inCoords": [
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
}
],
"outCoords": [
{
"n": 6195167.2871562345,
"e": 2538595.5026703817,
"he": 225.79575789161026,
"hn": 60.0
},
{
"n": 6331354.575516818,
"e": 2553725.34303238,
"he": 227.67881206795573,
"hn": 61.0
},
{
"n": 6467204.742880119,
"e": 2564588.269988144,
"he": 229.64866976998746,
"hn": 63.0
},
{
"n": 6331354.575516818,
"e": 2553725.34303238,
"he": 227.67881206795573,
"hn": 61.0
},
{
"n": 6467204.742880119,
"e": 2564588.269988144,
"he": 229.64866976998746,
"hn": 63.0
}
]
}'
Request example:
curl --location 'https://api.geodesy.online/v1/calibrate/tmerc/blh' \
--header 'API_KEY: [your_api_key]' \
--header 'Content-Type: application/json' \
--data '{
"inCs": {
"bo": 0,
"lo": -3,
"no": 0,
"eo": 500000,
"scale": 0.999600,
"datum": {
"ellipsoid": {
"a": 6377563.396,
"invF": 299.324975315035
},
"wx": 0,
"wy": 0,
"wz": 0,
"dx": -375.000,
"dy": 111.000,
"dz": -431.000,
"m": 1,
"direction": "fromwgs84",
"rotation": "clockwise"
},
"planParams": {
"method": "helmert",
"params": {
"shiftDN": -2504.949,
"shiftDE": 5762.07070,
"nRotationCenter": 23.63108,
"eRotationCenter": 2.83603,
"m": 1.0000358,
"alpha": -0.00015
}
},
"heightParams": {
"method": "hconst",
"params": {
"const": 10
}
}
},
"outCs": {
"ellipsoid": {
"a": 6377563.396,
"invF": 299.324975315035
},
"wx": 0,
"wy": 0,
"wz": 0,
"dx": -375.000,
"dy": 111.000,
"dz": -431.000,
"m": 1,
"direction": 1,
"rotation": 0
},
"inCoords": [
{
"n": 6195167.2871562345,
"e": 2538595.5026703817,
"he": 225.79575789161026,
"hn": 60.0
},
{
"n": 6331354.575516818,
"e": 2553725.34303238,
"he": 227.67881206795573,
"hn": 61.0
},
{
"n": 6467204.742880119,
"e": 2564588.269988144,
"he": 229.64866976998746,
"hn": 63.0
},
{
"n": 6331354.575516818,
"e": 2553725.34303238,
"he": 227.67881206795573,
"hn": 61.0
},
{
"n": 6467204.742880119,
"e": 2564588.269988144,
"he": 229.64866976998746,
"hn": 63.0
}
],
"outCoords": [
{
"b": 52.51938178275444,
"l": 13.407871678267504,
"he": 52.57064618356526
},
{
"b": 55.754669620429276,
"l": 37.62234621822496,
"he": 198.4617262436077
},
{
"b": 51.50693981005131,
"l": 0.12941093231121847,
"he": 3.9540702598169446
},
{
"b": 48.85585923419985,
"l": 2.3539212329015466,
"he": 37.83961013611406
},
{
"b": 48.207120289525164,
"l": 16.37665531558625,
"he": 227.6711773443967
}
]
}'
Response example:
{
"result": {
"fromWGS84": {
"wx": -5.51543330216218,
"wy": 0.9122690351723738,
"wz": 3.308248122694169,
"dx": -292.7056042658587,
"dy": 67401.02720115148,
"dz": -15792.034050081857,
"m": 0.00011347465801758716
},
"rms": {
"wx": 1.5376362711144502,
"wy": 0.3249808130886015,
"wz": 0.9230045456143244,
"dx": 3335.9839966033346,
"dy": 198234.92345297185,
"dz": 46581.72029365678,
"m": 1.0000000003235812
}
},
"success": true
}
Request example:
curl --location 'https://api.geodesy.online/v1/calibrate/tmerc/xyz' \
--header 'API_KEY: [your_api_key]' \
--header 'Content-Type: application/json' \
--data '{
"inCs": {
"bo": 0,
"lo": -3,
"no": 0,
"eo": 500000,
"scale": 0.999600,
"datum": {
"ellipsoid": {
"a": 6377563.396,
"invF": 299.324975315035
},
"wx": 0,
"wy": 0,
"wz": 0,
"dx": -375.000,
"dy": 111.000,
"dz": -431.000,
"m": 1,
"direction": "fromwgs84",
"rotation": "clockwise"
},
"planParams": {
"method": "helmert",
"params": {
"shiftDN": -2504.949,
"shiftDE": 5762.07070,
"nRotationCenter": 23.63108,
"eRotationCenter": 2.83603,
"m": 1.0000358,
"alpha": -0.00015
}
},
"heightParams": {
"method": "hconst",
"params": {
"const": 10
}
}
},
"outCs": {
"ellipsoid": {
"a": 6377563.396,
"invF": 299.324975315035
},
"wx": 0,
"wy": 0,
"wz": 0,
"dx": -375.000,
"dy": 111.000,
"dz": -431.000,
"m": 1,
"direction": 1,
"rotation": 0
},
"inCoords": [
{
"n": 6195167.2871562345,
"e": 2538595.5026703817,
"he": 225.79575789161026,
"hn": 60.0
},
{
"n": 6331354.575516818,
"e": 2553725.34303238,
"he": 227.67881206795573,
"hn": 61.0
},
{
"n": 6467204.742880119,
"e": 2564588.269988144,
"he": 229.64866976998746,
"hn": 63.0
},
{
"n": 6331354.575516818,
"e": 2553725.34303238,
"he": 227.67881206795573,
"hn": 61.0
},
{
"n": 6467204.742880119,
"e": 2564588.269988144,
"he": 229.64866976998746,
"hn": 63.0
}
],
"outCoords": [
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
}
]
}'
Response example:
{
"result": {
"fromWGS84": {
"wx": 9.773112042363056E-08,
"wy": -1.551270637869904E-08,
"wz": -6.134114986582833E-08,
"dx": 3506193.3882849393,
"dy": 1786494.7621811102,
"dz": 5002972.767794644,
"m": -2.220446049250313E-16
},
"rms": {
"wx": 2.2655466782122605E-12,
"wy": 3.5665921972784403E-13,
"wz": 1.378856958793578E-12,
"dx": 1.2603171070221556E-08,
"dy": 2.820547165444877E-07,
"dz": 9.291801730100575E-08,
"m": 1.0
}
},
"success": true
}
Request example:
curl --location 'https://api.geodesy.online/v1/calibrate/tmerc/lcc' \
--header 'API_KEY: [your_api_key]' \
--header 'Content-Type: application/json' \
--data '{
"inCs": {
"bo": 0,
"lo": -3,
"no": 0,
"eo": 500000,
"scale": 0.999600,
"datum": {
"ellipsoid": {
"a": 6377563.396,
"invF": 299.324975315035
},
"wx": 0,
"wy": 0,
"wz": 0,
"dx": -375.000,
"dy": 111.000,
"dz": -431.000,
"m": 1,
"direction": 1,
"rotation": 0
},
"planParams": {
"method": "helmert",
"params": {
"shiftDN": -2504.949,
"shiftDE": 5762.07070,
"nRotationCenter": 23.63108,
"eRotationCenter": 2.83603,
"m": 1.0000358,
"alpha": -0.00015
}
},
"heightParams": {
"method": "hconst",
"params": {
"const": 10
}
}
},
"outCs": {
"bo": 43.2,
"lo": -95.25,
"no": 2926085.85217468,
"eo": 500000,
"scale": 1.000052,
"firstParallel": 0,
"secondParallel": 0,
"standardParallel": 1,
"datum": {
"ellipsoid": {
"a": 6377563.396,
"invF": 299.324975315035
},
"wx": 0,
"wy": 0,
"wz": 0,
"dx": -375.000,
"dy": 111.000,
"dz": -431.000,
"m": 1,
"direction": 1,
"rotation": 0
},
"planParams": {
"method": "helmert",
"params": {
"shiftDN": -2504.949,
"shiftDE": 5762.07070,
"nRotationCenter": 23.63108,
"eRotationCenter": 2.83603,
"m": 1.0000358,
"alpha": -0.00015
}
},
"heightParams": {
"method": "hconst",
"params": {
"const": 10
}
}
},
"inCoords": [
{
"n": 6195167.2871562345,
"e": 2538595.5026703817,
"he": 225.79575789161026,
"hn": 60.0
},
{
"n": 6331354.575516818,
"e": 2553725.34303238,
"he": 227.67881206795573,
"hn": 61.0
},
{
"n": 6467204.742880119,
"e": 2564588.269988144,
"he": 229.64866976998746,
"hn": 63.0
},
{
"n": 6331354.575516818,
"e": 2553725.34303238,
"he": 227.67881206795573,
"hn": 61.0
},
{
"n": 6467204.742880119,
"e": 2564588.269988144,
"he": 229.64866976998746,
"hn": 63.0
}
],
"outCoords": [
{
"n": 6195167.2871562345,
"e": 2538595.5026703817,
"he": 225.79575789161026,
"hn": 60.0
},
{
"n": 6331354.575516818,
"e": 2553725.34303238,
"he": 227.67881206795573,
"hn": 61.0
},
{
"n": 6467204.742880119,
"e": 2564588.269988144,
"he": 229.64866976998746,
"hn": 63.0
},
{
"n": 6331354.575516818,
"e": 2553725.34303238,
"he": 227.67881206795573,
"hn": 61.0
},
{
"n": 6467204.742880119,
"e": 2564588.269988144,
"he": 229.64866976998746,
"hn": 63.0
}
]
}'
Response example:
{
"result": {
"fromWGS84": {
"wx": 0.010587789891003486,
"wy": -0.01097513671067947,
"wz": -0.001428042262065396,
"dx": -46.98133255394373,
"dy": -77.8885161166545,
"dz": 315.33225598386343,
"m": 2.1826066219921003E-06
},
"rms": {
"wx": 0.00018487845172160056,
"wy": 2.9100704839911655E-05,
"wz": 0.00011255218458159434,
"dx": 1.0302400523937467,
"dy": 23.01552589215135,
"dz": 7.5861404225700175,
"m": 1.0000000000000386
}
},
"success": true
}
Request example:
curl --location 'https://api.geodesy.online/v1/calibrate/tmerc/blh' \
--header 'API_KEY: [your_api_key]' \
--header 'Content-Type: application/json' \
--data '{
"inCs": {
"bo": 43.2,
"lo": -95.25,
"no": 2926085.85217468,
"eo": 500000,
"scale": 1.000052,
"firstParallel": 0,
"secondParallel": 0,
"standardParallel": 1,
"datum": {
"ellipsoid": {
"a": 6377563.396,
"invF": 299.324975315035
},
"wx": 0,
"wy": 0,
"wz": 0,
"dx": -375.000,
"dy": 111.000,
"dz": -431.000,
"m": 1,
"direction": 1,
"rotation": 0
},
"planParams": {
"method": "helmert",
"params": {
"shiftDN": -2504.949,
"shiftDE": 5762.07070,
"nRotationCenter": 23.63108,
"eRotationCenter": 2.83603,
"m": 1.0000358,
"alpha": -0.00015
}
},
"heightParams": {
"method": "hconst",
"params": {
"const": 10
}
}
},
"outCs": {
"ellipsoid": {
"a": 6377563.396,
"invF": 299.324975315035
},
"wx": 0,
"wy": 0,
"wz": 0,
"dx": -375.000,
"dy": 111.000,
"dz": -431.000,
"m": 1,
"direction": 1,
"rotation": 0
},
"inCoords": [
{
"n": 6195167.2871562345,
"e": 2538595.5026703817,
"he": 225.79575789161026,
"hn": 60.0
},
{
"n": 6331354.575516818,
"e": 2553725.34303238,
"he": 227.67881206795573,
"hn": 61.0
},
{
"n": 6467204.742880119,
"e": 2564588.269988144,
"he": 229.64866976998746,
"hn": 63.0
},
{
"n": 6331354.575516818,
"e": 2553725.34303238,
"he": 227.67881206795573,
"hn": 61.0
},
{
"n": 6467204.742880119,
"e": 2564588.269988144,
"he": 229.64866976998746,
"hn": 63.0
}
],
"outCoords": [
{
"b": 52.51938178275444,
"l": 13.407871678267504,
"he": 52.57064618356526
},
{
"b": 55.754669620429276,
"l": 37.62234621822496,
"he": 198.4617262436077
},
{
"b": 51.50693981005131,
"l": 0.12941093231121847,
"he": 3.9540702598169446
},
{
"b": 48.85585923419985,
"l": 2.3539212329015466,
"he": 37.83961013611406
},
{
"b": 48.207120289525164,
"l": 16.37665531558625,
"he": 227.6711773443967
}
]
}'
Response example:
{
"result": {
"fromWGS84": {
"wx": 1.3834799184865858,
"wy": 7.453351357591303,
"wz": 2.0397710553973667,
"dx": 82183.07240208425,
"dy": -9174.02380240336,
"dz": -17506.756005655974,
"m": 2.2181375446073126E-05
},
"rms": {
"wx": 0.38078995830871376,
"wy": 1.729739586637929,
"wz": 0.5009174627896319,
"dx": 196793.25628841564,
"dy": 25169.650312503112,
"dz": 42795.603740542625,
"m": 1.000000000322572
}
},
"success": true
}
Request example:
curl --location 'https://api.geodesy.online/v1/calibrate/lcc/xyz' \
--header 'API_KEY: [your_api_key]' \
--header 'Content-Type: application/json' \
--data '{
"inCs": {
"bo": 43.2,
"lo": -95.25,
"no": 2926085.85217468,
"eo": 500000,
"scale": 1.000052,
"firstParallel": 0,
"secondParallel": 0,
"standardParallel": 1,
"datum": {
"ellipsoid": {
"a": 6377563.396,
"invF": 299.324975315035
},
"wx": 0,
"wy": 0,
"wz": 0,
"dx": -375.000,
"dy": 111.000,
"dz": -431.000,
"m": 1,
"direction": 1,
"rotation": 0
},
"planParams": {
"method": "helmert",
"params": {
"shiftDN": -2504.949,
"shiftDE": 5762.07070,
"nRotationCenter": 23.63108,
"eRotationCenter": 2.83603,
"m": 1.0000358,
"alpha": -0.00015
}
},
"heightParams": {
"method": "hconst",
"params": {
"const": 10
}
}
},
"outCs": {
"ellipsoid": {
"a": 6377563.396,
"invF": 299.324975315035
},
"wx": 0,
"wy": 0,
"wz": 0,
"dx": -375.000,
"dy": 111.000,
"dz": -431.000,
"m": 1,
"direction": 1,
"rotation": 0
},
"inCoords": [
{
"n": 6195167.2871562345,
"e": 2538595.5026703817,
"he": 225.79575789161026,
"hn": 60.0
},
{
"n": 6331354.575516818,
"e": 2553725.34303238,
"he": 227.67881206795573,
"hn": 61.0
},
{
"n": 6467204.742880119,
"e": 2564588.269988144,
"he": 229.64866976998746,
"hn": 63.0
},
{
"n": 6331354.575516818,
"e": 2553725.34303238,
"he": 227.67881206795573,
"hn": 61.0
},
{
"n": 6467204.742880119,
"e": 2564588.269988144,
"he": 229.64866976998746,
"hn": 63.0
}
],
"outCoords": [
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
},
{
"x": 3506193.388285,
"y": 1786494.762180,
"z": 5002972.767795
}
]
}'
Response example:
{
"result": {
"fromWGS84": {
"wx": 6.120294779389424E-08,
"wy": -4.1355621652893453E-07,
"wz": -7.27123436155215E-08,
"dx": 3506193.3882850017,
"dy": 1786494.7621799968,
"dz": 5002972.76779501,
"m": -1.5543122344752192E-15
},
"rms": {
"wx": 0.0,
"wy": 0.0,
"wz": 0.0,
"dx": 0.0,
"dy": 0.0,
"dz": 0.0,
"m": 1.0
}
},
"success": true
}
Request example:
curl --location 'https://api.geodesy.online/v1/calibrate/lcc/tmerc' \
--header 'API_KEY: [your_api_key]' \
--header 'Content-Type: application/json' \
--data '{
"inCs": {
"bo": 43.2,
"lo": -95.25,
"no": 2926085.85217468,
"eo": 500000,
"scale": 1.000052,
"firstParallel": 0,
"secondParallel": 0,
"standardParallel": 1,
"datum": {
"ellipsoid": {
"a": 6377563.396,
"invF": 299.324975315035
},
"wx": 0,
"wy": 0,
"wz": 0,
"dx": -375.000,
"dy": 111.000,
"dz": -431.000,
"m": 1,
"direction": 1,
"rotation": 0
},
"planParams": {
"method": "helmert",
"params": {
"shiftDN": -2504.949,
"shiftDE": 5762.07070,
"nRotationCenter": 23.63108,
"eRotationCenter": 2.83603,
"m": 1.0000358,
"alpha": -0.00015
}
},
"heightParams": {
"method": "hconst",
"params": {
"const": 10
}
}
},
"outCs": {
"bo": 0,
"lo": -3,
"no": 0,
"eo": 500000,
"scale": 0.999600,
"datum": {
"ellipsoid": {
"a": 6377563.396,
"invF": 299.324975315035
},
"wx": 0,
"wy": 0,
"wz": 0,
"dx": -375.000,
"dy": 111.000,
"dz": -431.000,
"m": 1,
"direction": 1,
"rotation": 0
},
"planParams": {
"method": "helmert",
"params": {
"shiftDN": -2504.949,
"shiftDE": 5762.07070,
"nRotationCenter": 23.63108,
"eRotationCenter": 2.83603,
"m": 1.0000358,
"alpha": -0.00015
}
},
"heightParams": {
"method": "hconst",
"params": {
"const": 10
}
}
},
"inCoords": [
{
"n": 6195167.2871562345,
"e": 2538595.5026703817,
"he": 225.79575789161026,
"hn": 60.0
},
{
"n": 6331354.575516818,
"e": 2553725.34303238,
"he": 227.67881206795573,
"hn": 61.0
},
{
"n": 6467204.742880119,
"e": 2564588.269988144,
"he": 229.64866976998746,
"hn": 63.0
},
{
"n": 6331354.575516818,
"e": 2553725.34303238,
"he": 227.67881206795573,
"hn": 61.0
},
{
"n": 6467204.742880119,
"e": 2564588.269988144,
"he": 229.64866976998746,
"hn": 63.0
}
],
"outCoords": [
{
"n": 6195167.2871562345,
"e": 2538595.5026703817,
"he": 225.79575789161026,
"hn": 60.0
},
{
"n": 6331354.575516818,
"e": 2553725.34303238,
"he": 227.67881206795573,
"hn": 61.0
},
{
"n": 6467204.742880119,
"e": 2564588.269988144,
"he": 229.64866976998746,
"hn": 63.0
},
{
"n": 6331354.575516818,
"e": 2553725.34303238,
"he": 227.67881206795573,
"hn": 61.0
},
{
"n": 6467204.742880119,
"e": 2564588.269988144,
"he": 229.64866976998746,
"hn": 63.0
}
]
}'
Response example:
{
{
"result": {
"fromWGS84": {
"wx": -0.006052112977566998,
"wy": -0.018715207156768617,
"wz": 0.0006721264470313028,
"dx": -154.70996929320972,
"dy": 123.99938427967027,
"dz": 198.7479153166696,
"m": 1.5294312957880862E-05
},
"rms": {
"wx": 9.50125382579876E-05,
"wy": 0.0005675914042019051,
"wz": 0.00022143163866899005,
"dx": 66.4202186205665,
"dy": 14.299500297268013,
"dz": 8.252965089898481,
"m": 1.0000000000001399
}
},
"success": true
}