w1-pending-data-parser
v1.0.0
Published
Takes 11 files from the Texsa RRC Drilling Permit data dump and converts it to useable classes and JSON
Downloads
94
Maintainers
Readme
w1-pending-data-parser
A TypeScript parser for the Texas Railroad Commission (RRC) Drilling Permit pending data dump. This tool is designed to ingest up to 11 specific file types from the RRC and convert them into usable structured data (classes/JSON).
Description
The Texas RRC provides a daily dump of pending drilling permit applications. These files are provided in a fixed-width or specific format that is difficult to work with directly. This parser ingests these files, specifically the 11 files related to drilling permits, and normalizes the data for downstream applications.
Key Features
- Parses 11 distinct RRC file types.
- Reconstructs relationships between drilling permits, wellbores, locations, and other entities.
- Typescript support with defined interfaces/types.
Installation
npm install w1-pending-data-parser(Note: As this is a work in progress, installation instructions may vary directly from source)
Usage
// Example usage (Conceptual)
import { W1PendingParser } from 'w1-pending-data-parser';
// ... feed files/data to parser ...Supported Files
dp_drilling_permit_pending(Root)dp_wellbore_pendingdp_permit_restriction_pendingdp_swr_resolution_pendingdp_permitted_field_pendingdp_mailing_address_pendingdp_perp_pendingdp_wellbore_profile_pendingdp_perp_field_pendingdp_latlongs_pendingdp_perp_wellbore_pending
