| name | description |
|---|---|
postgis-spatial-analysis |
Perform point-in-polygon spatial analysis on PostGIS databases to determine which points fall within which polygons and generate summary reports. Use when working with PostGIS databases for spatial queries that assign points to polygons, analyze geographic relationships between point and polygon tables, or generate summaries of spatial distributions. Handles SRID transformations, spatial index checks, and optimized query generation. |
Perform point-in-polygon analysis on PostGIS databases to assign points from one table to polygons in another, handling coordinate system transformations and generating summary reports.