Back to Skills

bsee-data-extractor-data-models

vamseeachanta
Updated 2 days ago
2 views
3
2
3
View on GitHub
Otherdata

About

This skill provides structured data models and Python classes for extracting and processing BSEE oil and gas production data. It includes Pydantic/dataclass models for well records, production data, and API clients to handle BSEE's public datasets. Use this reference skill when you need to programmatically access, parse, or analyze standardized offshore energy production data.

Quick Install

Claude Code

Recommended
Primary
npx skills add vamseeachanta/workspace-hub -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/vamseeachanta/workspace-hub
Git CloneAlternative
git clone https://github.com/vamseeachanta/workspace-hub.git ~/.claude/skills/bsee-data-extractor-data-models

Copy and paste this command in Claude Code to install this skill

GitHub Repository

vamseeachanta/workspace-hub
Path: .claude/skills/data/energy/bsee-data-extractor/data-models
0

Related Skills

production-forecaster

Other

This skill performs decline curve analysis to forecast oil and gas well production and estimate ultimate recovery (EUR). It fits Arps models, generates type curves, and supports probabilistic outputs for reserve calculations. Use it for production forecasting, reserve estimation, and field development planning in energy applications.

View skill

bsee-data-extractor-query-configuration

Other

This sub-skill provides YAML configuration templates for structuring queries to extract BSEE oil and gas data. It supports multiple query types (by block, API, lease, field, or area) across different datasets including WAR and APD. Developers use it to define structured parameters for targeted data extraction from BSEE systems.

View skill

bsee-data-extractor-example-1-single-well-analysis

Other

This example skill demonstrates single well analysis using the BSEE data extractor library. It shows developers how to query production data for a specific well by API number, extract key metrics like cumulative oil/gas, and generate an HTML report. Use this reference when you need to implement individual well analysis workflows with cached data and automated reporting.

View skill

bsee-data-extractor-data-caching

Other

This skill provides data caching and optimization strategies for the BSEE data extractor. It enables efficient querying with local caching, year-range filtering, and organized file structures. Use it to reduce repeated downloads and manage memory when working with large BSEE energy datasets.

View skill