accessibility-analysis

Calculate service accessibility isochrones and generate coverage maps.

440|28|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/ianlkl11234s/mini-taiwan-pulse --skill accessibility-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-analysis
Source: https://github.com/ianlkl11234s/mini-taiwan-pulse/tree/main/.claude/skills/accessibility-analysis
Command: npx skills add https://github.com/ianlkl11234s/mini-taiwan-pulse --skill accessibility-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires osmnx, networkx, geopandas, matplotlib, shapely, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill offers a comprehensive toolkit for analyzing service accessibility and coverage, allowing users to quickly assess service reachability and coverage areas.

Core Features & Use Cases

  • Service Accessibility Analysis: Evaluate the accessibility of services like transportation, healthcare, and education across different regions.
  • Coverage Mapping: Generate visual representations of service coverage areas for better decision-making.
  • Use Case: For instance, you can use this Skill to determine the nearest hospital within a certain radius from a given location.

Quick Start

Analyze the accessibility of hospitals within a 5km radius of 'Taipei 101' using the accessibility-analysis skill.

Frequently Asked Questions about accessibility-analysis

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

FAQPage Schema
How do I calculate service accessibility and isochrones for urban planning?

You can calculate service accessibility and isochrones using this Skill, which leverages osmnx and networkx for spatial network graph analysis to evaluate service reachability and generate visual coverage area maps for urban planning scenarios.

What is service coverage analysis and how does it map reachability?

Service coverage analysis evaluates the reachability of services like healthcare and transportation by calculating isochrones. It processes spatial network graphs to visually represent how far a service area extends from a specific location.

Can I use geopandas and osmnx to map hospital accessibility within a specific radius?

Yes, you can map hospital accessibility within a specific radius using geopandas and osmnx. The Skill performs spatial queries and graph analysis to determine the nearest hospital and visualize its service coverage area.

Do I need networkx and shapely installed to generate service area maps?

Yes, you need networkx and shapely installed along with osmnx, geopandas, and matplotlib. These dependencies are required to perform spatial data processing, graph analysis, and generate the visual service area maps.

What is the best way to analyze emergency response service coverage using Python?

The best way to analyze emergency response service coverage is using Python libraries like osmnx and networkx for spatial queries. This Skill calculates isochrones and generates maps to visualize reachable service areas efficiently.

Why does accessibility analysis require spatial data processing libraries like geopandas?

Accessibility analysis requires spatial data processing libraries like geopandas because it needs to handle geometric operations and spatial queries. Shapely and geopandas manage the geographical data structures required to calculate accurate isochrones.