GIS Data Conversion MCP

geojson_to_csv

Convert GeoJSON objects to CSV format for geographic data analysis, with options to include all feature properties in the output.

Instructions

Convert GeoJSON to CSV format

Input Schema

NameRequiredDescriptionDefault
geojsonYesGeoJSON object to convert
includeAllPropertiesNoInclude all feature properties in the CSV

Input Schema (JSON Schema)

{ "properties": { "geojson": { "description": "GeoJSON object to convert", "type": "object" }, "includeAllProperties": { "default": true, "description": "Include all feature properties in the CSV", "type": "boolean" } }, "required": [ "geojson" ], "type": "object" }

You must be authenticated.

Other Tools from GIS Data Conversion MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ronantakizawa/gis-dataconvertersion-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server