map_spatial_grid

Community

Map and aggregate spatial trajectory data into Geohash grids.

Authorbettercallfan
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps in mapping and aggregating spatial trajectory data, enabling efficient spatial analysis by converting latitude/longitude coordinates into Geohash grids.

Core Features & Use Cases

  • Spatial Aggregation: Converts spatial data into Geohash grids for efficient analysis.
  • Geohash Encoding: Utilizes Pure-Python Geohash encoding to map coordinates.
  • Grid-Level Counting: Aggregates counts at the grid level for spatial analysis.
  • Use Case: When analyzing GPS trajectories of vehicles or individuals, this Skill can help in visualizing movement patterns and understanding spatial distribution.

Quick Start

Run the following command to map spatial trajectory records into Geohash grids:

cd /mnt/skills/custom/map_spatial_grid
python3 scripts/map_spatial_grid.py --input /path/to/cleaned_points.jsonl --output-dir /path/to/output --geohash-precision 6

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: map_spatial_grid
Download link: https://github.com/bettercallfan/deerflow/archive/main.zip#map-spatial-grid

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.