get_geocentric_crs
Convert specified coordinates to a geocentric coordinate reference system (CRS) using the GIS MCP Server, enabling accurate geospatial data transformation and analysis.
Instructions
Get geocentric CRS for given coordinates.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
coordinates | Yes |
Input Schema (JSON Schema)
{
"properties": {
"coordinates": {
"items": {
"type": "number"
},
"title": "Coordinates",
"type": "array"
}
},
"required": [
"coordinates"
],
"title": "get_geocentric_crsArguments",
"type": "object"
}