get_geod_info
Retrieve detailed geodetic calculation data, including ellipsoid parameters and constants, using the GIS MCP Server tool for precise geospatial analysis.
Instructions
Get information about a geodetic calculation.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
a | No | ||
b | No | ||
ellps | No | WGS84 | |
f | No |
Input Schema (JSON Schema)
{
"properties": {
"a": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"default": null,
"title": "A"
},
"b": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"default": null,
"title": "B"
},
"ellps": {
"default": "WGS84",
"title": "Ellps",
"type": "string"
},
"f": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"default": null,
"title": "F"
}
},
"title": "get_geod_infoArguments",
"type": "object"
}