transbigdata

Process transportation spatiotemporal datasets into cleaned trajectories, OD extracts, and gridded aggregates.

4|2|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/ni1o1/claude-skill-transbigdata --skill transbigdata
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transbigdata
Source: https://github.com/ni1o1/claude-skill-transbigdata/tree/main
Command: npx skills add https://github.com/ni1o1/claude-skill-transbigdata --skill transbigdata

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill consolidates usage guidance for the TransBigData Python library to reduce the friction of cleaning, processing, aggregating, and visualizing transportation spatiotemporal datasets such as GPS trajectories, taxi records, and transit network data.

Core Features & Use Cases

  • Data preprocessing & quality checks: sampling interval analysis, boundary filtering, and ID reindexing to prepare raw GPS records.
  • Trajectory processing: drift removal, redundancy cleaning, smoothing, segmentation, stay/move detection, densify/sparsify, and map-matching for robust trajectory analysis.
  • Taxi OD extraction & trajectory separation: extract pickup/dropoff OD pairs and separate occupied vs idle trajectories for demand analysis.
  • Gridding & aggregation: generate rectangular/hexagonal grids, geohash support, grid parameter optimization, and grid-to-area mapping for spatial aggregation.
  • Coordinate conversion & distance tools: convert between WGS84, GCJ02, BD09 and compute distances reliably.
  • Transit network modeling & visualization: build metro/bus networks, compute shortest paths, retrieve isochrones, and create heatmaps or OD flow maps for reporting.

Quick Start

Use the transbigdata skill to clean your GPS CSV, extract taxi OD pairs, convert coordinates to WGS84, aggregate results into 500m grids, and produce a heatmap.

Frequently Asked Questions about transbigdata

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

FAQPage Schema
How do I extract taxi OD pairs from raw GPS trajectories?

To extract taxi OD pairs from GPS trajectories, the Skill separates occupied and idle trip segments to identify pickup and dropoff points. It processes raw GPS records to generate demand analysis outputs like OD flow pairs and cleaned trajectory data.

What is the best way to clean noisy GPS data with drift and redundancy?

Cleaning noisy GPS data with drift and redundancy involves applying drift removal, redundancy cleaning, and trajectory smoothing techniques. This Skill performs these preprocessing steps to produce robust, segmented trajectories ready for spatial analysis.

Can I convert coordinates between WGS84, GCJ02, and BD09 for geospatial visualization?

You can convert coordinates between WGS84, GCJ02, and BD09 systems to prepare visualization-ready geospatial outputs. The Skill applies coordinate conversion to ensure GPS points align correctly with administrative boundaries and map APIs.

How do I aggregate GPS points into rectangular or hexagonal grids?

Aggregating GPS points into rectangular or hexagonal grids requires generating grid polygons and mapping points to grid areas for spatial counting. The Skill creates these gridded aggregates, including geohash support, to visualize spatial density.

Does this approach work for transit network modeling and isochrone retrieval?

This approach works for transit network modeling by building metro and bus networks, computing shortest paths, and retrieving isochrones. It generates network data and visualization-ready outputs like heatmaps and OD flow maps for reporting.