Skip to main content
Glama

GIS Data Conversion MCP

geojson_to_csv

Convert GeoJSON files to CSV format for easy data analysis and storage, preserving all feature properties or customizing 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" }

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