geo-infer-health

Analyze geospatial health data for disease clusters and accessibility.

13|3|Updated May 13, 2025
One-click install
npx skills add https://github.com/ActiveInferenceInstitute/GEO-INFER --skill geo-infer-health
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: geo-infer-health
Source: https://github.com/ActiveInferenceInstitute/GEO-INFER/tree/main/GEO-INFER-HEALTH
Command: npx skills add https://github.com/ActiveInferenceInstitute/GEO-INFER --skill geo-infer-health

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires geopandas, pysal, scikit-learn, numpy, pandas, shapely, scipy, matplotlib, loguru, fastapi, uvicorn, pydantic, pydantic-settings, pyproj, rasterio, fiona, folium, plotly, networkx, osmnx, dask, xarray, xgboost, tensorflow, torch, requests, httpx, websockets, python-multipart, pyyaml, black, isort, flake8, mypy, pytest, pytest-asyncio, pytest-cov, hypothesis, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the challenge of understanding and acting upon health-related data by providing advanced spatial analysis and epidemiological tools, enabling better public health decision-making.

Core Features & Use Cases

  • Disease Surveillance: Identify disease hotspots and track outbreaks using spatial clustering and incidence rate calculations.
  • Healthcare Accessibility: Analyze how easily populations can access healthcare facilities based on location, services, and travel time.
  • Environmental Health: Assess the impact of environmental factors like air quality on public health outcomes.
  • Use Case: A public health official can use this Skill to map areas with high rates of a specific disease, identify nearby hospitals with available emergency services, and analyze the correlation between local air quality and respiratory illness clusters.

Quick Start

Use the geo-infer-health skill to find disease hotspots within a 5km radius of the provided coordinates.

Frequently Asked Questions about geo-infer-health

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

FAQPage Schema
How does healthcare accessibility analysis evaluate travel time to medical facilities?

Healthcare accessibility assessment measures how easily populations reach healthcare facilities based on location, services, and travel time. It analyzes spatial relationships between population distribution and facility locations to identify underserved areas.

Can I use geopandas and pysal for environmental health risk analysis?

Geopandas and pysal support environmental health risk analysis by integrating spatial data with environmental factors like air quality. This combination allows you to assess correlations between environmental exposures and public health outcomes.

What is the best way to identify disease hotspots within a specific radius of coordinates?

Identifying disease hotspots within a specific radius involves spatial clustering around provided coordinates. This method calculates incidence rates and maps localized geographic areas to pinpoint high-density disease occurrences.

Do I need scikit-learn to analyze correlations between air quality and respiratory illness clusters?

Scikit-learn is used to analyze correlations between air quality and respiratory illness clusters. The framework processes spatial data with health metrics to identify environmental health risk factors and disparities.