striplog

Create, visualize, and analyze lithological logs from depth intervals.

46|3|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/SteadfastAsArt/geoscience-skills --skill striplog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: striplog
Source: https://github.com/SteadfastAsArt/geoscience-skills/tree/main/striplog
Command: npx skills add https://github.com/SteadfastAsArt/geoscience-skills --skill striplog

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Create, visualize, and analyze lithological and stratigraphic logs for well data, turning interval descriptions into structured, searchable records.

Core Features & Use Cases

  • Create striplogs from depth intervals or textual descriptions.
  • Visualize lithology columns with legends, colors, and hatch patterns.
  • Export strips to CSV, LAS, or JSON for downstream geoscience workflows.
  • Use lexicons to standardize lithology names and synonyms for consistent interpretation.

Quick Start

Provide depth intervals or a CSV describing top, base, and lithology to generate a Striplog and visualize it.

Frequently Asked Questions about striplog

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

FAQPage Schema
How do I create a lithology log from depth intervals and descriptions?

To create a lithology log from depth intervals, provide a CSV or textual data containing top, base, and lithology descriptions to generate a structured striplog record. This process transforms raw depth intervals into searchable stratigraphic logs for well-log projects.

Can I export well-log data to CSV, LAS, or JSON formats?

Yes, you can export well-log data to CSV, LAS, or JSON formats. This allows the structured lithological and stratigraphic logs to be seamlessly integrated into downstream geoscience workflows and cross-section analysis.

What is the best way to standardize lithology names and synonyms?

The best way to standardize lithology names and synonyms is by applying a Lexicon-driven standardization process. This ensures data integrity by mapping varied textual descriptions to consistent lithology interpretations across multiple wells.

Does this approach calculate net-to-gross across multiple wells?

Yes, this approach calculates net-to-gross (NTG) across multiple wells. It analyzes the created lithological logs to derive NTG values, applying lexicon standardization to maintain consistent interpretation throughout the well-log project.

How do I visualize lithology columns with legends and hatch patterns?

To visualize lithology columns with legends and hatch patterns, generate a striplog from your depth intervals. The visualization feature renders the lithological data graphically, applying distinct colors and hatch patterns to differentiate stratigraphic units.

Do I need pandas to process stratigraphic logs from depth intervals?

Yes, you need pandas to process stratigraphic logs from depth intervals. The data processing relies on pandas for managing the tabular well-log data structure required to create, analyze, and export the lithology records.