geospatial-analysis

PassAudited by ClawScan on Apr 14, 2026.

Overview

This is an instruction-only how-to for geospatial analysis with GeoPandas; its requirements and instructions align with the stated purpose and it does not ask for credentials or install/execute external code.

This skill is an instructional guide (no code is shipped). It's coherent and does not request credentials or install code. Before using: ensure your runtime has GeoPandas, Shapely, and any required CRS/projection libraries installed; provide the expected local data files (plates.json, boundaries.json, etc.) or pass structured earthquake data. Be aware that EPSG:4087 is presented as an example metric CRS — choosing the most appropriate projected CRS depends on your region/analysis and, for global/accurate geodesic distances, you may prefer geodesic methods (pyproj.Geod) rather than a single world projection. If you allow autonomous agent invocation, remember the agent could read the named local files from its working directory when executing these instructions, so avoid placing sensitive data in those files.