# Geoparquet Pack

> Package GIS layers into GeoParquet with metadata and validation

- Skill: `danmaps/geoparquet-pack` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add danmaps/geoparquet-pack`
- Raw SKILL.md: https://api.skillmd.com/api/skills/danmaps/geoparquet-pack/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: danmaps (https://skillmd.com/u/danmaps)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/danmaps/geoparquet-pack

---


# GeoParquet Pack

Generate a GeoParquet export plan and metadata bundle for a GIS layer.

## Inputs

- `layer_name` (string)
- `output_path` (string)
- `partition_by` (string, optional)
- `include_bbox` (bool, optional)

## Output

- Export steps (ArcPy or GDAL)
- Validation checklist (schema + CRS + bbox)
- Metadata summary (CRS, geometry type, fields)

## Example

**User:** “Package parcels to GeoParquet.”

**Output:** Steps to export, validate, and write metadata.

## Intent

State the operational goal of the skill and what good output should accomplish.

## Outputs

Return a concise, usable result with the key artifacts or recommendations.

## Safety

Do not invent data, credentials, or system context. Flag uncertainty and risky operations clearly.


