/DrillingInfo_updates

Python scripts to download and unzip DrillingInfo GDBs and parse by state. Presented at Houston Regional PUG on August 10th.

Primary LanguagePython

DrillingInfo Updates

Python scripts to download and unzip DrillingInfo GDBs and parse by state.
Co-presented by me and Phil Lampe at Houston Regional PUG on August 10th. The presentation can be viewed here

Usage

In order to make this set of scripts easier to customize for your own use, I've moved the file location and server variables into a separate configuration file, config.py. Depending on your ftp connection, you may use either ftp_download_and_unpack.py or scp-download_and_unpack.py by importing the correct module into DI_update.py. Information on ftplib can be found here, and you can learn more about WinSCP here.