Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.07 KB

File metadata and controls

17 lines (13 loc) · 1.07 KB

IN-DNR-Water-Well-Record-Collector

A basic python script that allows the user to select an input file of Well IDs and download all associated PDF files from the Indiana DNR into a specified folder.

This program was built using python 3.6

---SETUP---

  • Install Python 3.6 from the python webpage. Make sure to selec the add to path checkbox at the start of the install.
  • Run pip install -r requirements.txt from a command line opened in the project folder to install the necessary dependencies.
  • Install wkhtmltopdf version 0.12.4 (https://wkhtmltopdf.org/downloads.html). It should install into C:/Program Files/wkhtmltopdf/bin/wkhtmltopdf.exe -->If that doesn't occur, you will need to modify the self.config variable for the program to work.
    NOTE: On 64 bit systems, wkhtmltopdf will install in C:/Program Files (x86)/wkhtmltopdf/bin/wkhtmltopdf.exe, the self.config variable in the script will need to be updated to reflect this difference.

You should be ready to begin downloading DNR water well records in PDF format!