raster-info
Retrieve detailed information about raster data stored in a PostGIS table, including metadata and spatial attributes, for efficient data analysis and management.
Instructions
Raster verisinin bilgilerini al
Input Schema
Name | Required | Description | Default |
---|---|---|---|
raster_column | No | Raster kolonu (varsayılan: rast) | |
table_name | Yes | Raster tablosu adı |
Input Schema (JSON Schema)
{
"properties": {
"raster_column": {
"description": "Raster kolonu (varsayılan: rast)",
"type": "string"
},
"table_name": {
"description": "Raster tablosu adı",
"type": "string"
}
},
"required": [
"table_name"
],
"type": "object"
}