gis-parsers

Parse GIS vector, raster, and tabular files with Python base parsers.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/najahpokkiri/axis-spatial-tool --skill gis-parsers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gis-parsers
Source: https://github.com/najahpokkiri/axis-spatial-tool/tree/main/.claude/skills/gis-parsers
Command: npx skills add https://github.com/najahpokkiri/axis-spatial-tool --skill gis-parsers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GIS parsing across multiple file types can be verbose and error-prone; this Skill provides patterns and base parsers in Python to streamline extraction and analysis of geospatial data.

Core Features & Use Cases

  • Parser Base Class & Extensibility: Abstract base class with specialized parsers for vector, raster, and tabular formats.
  • Multi-Format Support: Vector (GeoPandas/Fiona), Raster (rasterio), and Tabular (pandas/openpyxl).
  • Practical Use Case: Given a shapefile, extract layers, CRS, and fields for downstream analytics.

Quick Start

Create a new parser for a .shp file and run it to obtain a summary of layers and fields.