Geospatial earthquake analysis
Handles loading and processing of earthquake and plate boundary data. Use this for reading, filtering, and joining geospatial datasets related to tectonics (plates, boundaries, earthquake points).From its SKILL.md
npx -y skills add cxcscmu/SkillLearnBench --skill geospatial-earthquake-analysisAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.7 KB, 119 tokens by cl100k_base, as published. Nobody here has run it
Geospatial Earthquake Analysis
Data Loading
Use geopandas.read_file() to load JSON datasets like earthquakes_2024.json, PB2002_boundaries.json, and PB2002_plates.json.
Processing Workflow
- Load datasets into GeoDataFrames.
- Ensure consistent CRS (e.g., EPSG:4326 for WGS84).
- Filter plates to identify the Pacific plate.
- Perform spatial queries (e.g.,
sjoinor custom distance calculations) between earthquake locations and boundary features.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.