Skills Plugins MCP Prompt Model 博客 我的中心

pygimli

Multi-method geophysical modelling and inversion framework. Use when Claude needs to: (1) Perform electrical resistivity tomography (ERT) inversion, (2) Run seismic refraction tomography (SRT), (3) Model induced polarization (IP) data, (4) Simulate ground penetrating radar (GPR), (5) Create finite element meshes for geophysical problems, (6) Perform joint inversions of multiple datasets, (7) Forward model geophysical responses, (8) Analyze time-lapse monitoring data.

DeepseekModel 官方收录技能 质量 优秀 · 78 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=steadfastasart-geoscience-skills-pygimli-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name pygimli description Multi-method geophysical modelling and inversion framework. Use when Claude needs to: (1) Perform electrical resistivity tomography (ERT) inversion, (2) Run seismic refraction tomography (SRT), (3) Model induced polarization (IP) data, (4) Simulate ground penetrating radar (GPR), (5) Create finite element meshes for geophysical problems, (6) Perform joint inversions of multiple datasets, (7) Forward model geophysical responses, (8) Analyze time-lapse monitoring data. version 1.0.0 author Geoscience Skills license MIT tags ["Geophysical Inversion","ERT","Seismic Refraction","IP","Near-Surface","FEM"] dependencies ["pygimli>=1.4.0","numpy","matplotlib"] complements ["simpeg","verde","pyvista"] workflow_role modelling pyGIMLi - Geophysical Inversion Quick Reference import pygimli as pg from pygimli.physics import ert, srt # Load ERT data data = ert.load( "survey.ohm" ) # Invert mgr = ert.ERTManager(data) model = mgr.invert(lam= 20 , verbose= True ) # View result mgr.showResult() Key Classes Class Purpose pg.Mesh Finite element meshes pg.DataContainer Survey data and geometry pg.Inversion Base inversion framework ert.ERTManager ERT processing and inversion srt.SRTManager Seismic refraction inversion Essential Operations Load and View ERT Data import pygimli as pg from pygimli.physics import ert data = ert.load( "survey.ohm" ) print ( f"Measurements: {data.size()} " ) ert.showData(data) # Pseudosection ERT Inversion from pygimli.physics import ert mgr = ert.ERTManager(data) model = mgr.invert( lam= 20 , # Regularization verbose= True ) mgr.showResult() resistivity = mgr.model Seismic Refraction from pygimli.physics import srt data = srt.load( "traveltimes.sgt" ) mgr = srt.SRTManager(data) model = mgr.invert(lam= 30 , zWeight= 0.3 ) mgr.showResult() Create Custom Mesh import pygimli as pg from pygimli.physics import ert data = ert.load( "survey.ohm" ) mesh = pg.meshtools.createParaMesh( data.sensors(), quality= 34.0 , paraMaxCellSize= 5 , boundary= 2 ) pg.show(mesh) Save and Export # Save mesh and model mgr.mesh.save( "result_mesh.bms" ) pg.save(model, "resistivity_model.vector" ) # Export to VTK for ParaView mgr.mesh.exportVTK( "result" , mgr.model) Array Types Code Array wa Wenner-alpha wb Wenner-beta dd Dipole-dipole pd Pole-dipole pp Pole-pole slm Schlumberger gr Gradient Data Formats Format Extension Description BERT/pyGIMLi .ohm Unified data format Syscal .txt IRIS export Res2DInv .dat 2D inversion format ABEM .ohm ABEM Terrameter SRT .sgt Seismic traveltimes When to Use vs Alternatives Scenario Recommendation Standard ERT inversion with common arrays pyGIMLi - simplest API, built-in array types Seismic refraction tomography (SRT) pyGIMLi - integrated SRT manager Multi-method inversion (DC, magnetics, gravity, EM) SimPEG - broader method coverage Commercial ERT processing with reporting Res2DInv - industry standard, GUI-based Custom forward operators or research flexibility SimPEG - more modular design FEM-based geophysical modelling pyGIMLi - native FEM mesh support Choose pyGIMLi when : You need near-surface geophysical inversion (ERT, SRT, IP) with minimal code. Its manager classes ( ERTManager , SRTManager ) handle the full workflow from data loading to inversion to visualization in a few lines. Avoid pyGIMLi when : You need methods beyond near-surface (use SimPEG), or you require a commercial-grade reporting pipeline. Common Workflows ERT data inversion and visualization Load ERT data file with ert.load("survey.ohm") Inspect data: check measurement count with data.size() , plot pseudosection Remove outliers or bad data points Create ERTManager with data Run inversion: mgr.invert(lam=20) (start with higher lambda) Check chi-squared value (target ~ 1) Visualize result with mgr.showResult() Export mesh and model to VTK for ParaView: mgr.mesh.exportVTK() Adjust lambda and zWeight if needed, re-invert Inversion Tips Start with higher lambda (50-100) and decrease Check data quality - remove outliers before inversion Use zWeight < 1 for layered structures Check coverage - low coverage = poorly resolved Chi-squared ~ 1 indicates good fit without overfitting References Geophysical Methods - Supported methods and workflows Mesh Generation - Mesh creation and quality control Scripts scripts/ert_inversion.py - Complete ERT inversion workflow
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_url来源链接(本页地址)
exported_at导出时间(每次下载生成)
system_prompt系统提示词正文
model_config模型参数:provider / model / temperature / max_tokens / top_p
examples示例
install_guide各平台导入说明(Coze / Dify / Claude / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。