inspect-geo

Inspect geospatial files for metadata, CRS, bounds, bands, resolution, and statistics.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/bettercallfan/deerflow --skill inspect-geo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inspect-geo
Source: https://github.com/bettercallfan/deerflow/tree/main/skills/custom/remote_sensing_image/inspect-geo
Command: npx skills add https://github.com/bettercallfan/deerflow --skill inspect-geo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of inspecting geospatial files, providing a quick overview of their metadata and properties without the need for complex analysis tools.

Core Features & Use Cases

  • Geospatial File Inspection: Retrieve and display key information like CRS, bounds, bands, resolution, and statistics.
  • File Type Identification: Automatically detect if a file is raster or vector based on its extension.
  • Use Case: When you need to quickly understand the basic characteristics of a geospatial file, such as GeoTIFF, Shapefile, GeoJSON, or GeoPackage.

Quick Start

Use the inspect-geo skill to inspect the geospatial file 'example.tif'.

Frequently Asked Questions about inspect-geo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I quickly check the CRS and bounds of a GeoTIFF file?

To check the CRS and bounds of a GeoTIFF file, you can inspect its geospatial metadata to retrieve key properties like coordinate reference system, spatial extent, bands, and resolution without performing in-depth analysis.

Can I retrieve raster statistics and resolution from a Shapefile?

You cannot retrieve raster statistics and resolution from a Shapefile because it is a vector format. Geospatial file inspection automatically detects file types, providing bounds and CRS for vector files, while reserving band data for raster files.

What is the best way to inspect GeoParquet metadata without complex analysis tools?

The best way to inspect GeoParquet metadata without complex analysis tools is to run a rapid geospatial file inspection that extracts and displays core properties like CRS, bounds, and file type directly from the dataset.

Does geospatial file inspection work with both vector and raster formats?

Geospatial file inspection works with both vector and raster formats. It automatically detects the file type based on the extension, allowing it to process vector formats like GeoJSON and GeoPackage alongside raster files like GeoTIFF.

How do I view the bands and statistics of a GeoPackage or GeoTIFF?

To view the bands and statistics of a GeoPackage or GeoTIFF, inspect the geospatial file properties to rapidly extract and display the metadata, coordinate reference system, resolution, and underlying band statistics.