Skip to content
forked from syounkin/Vargo

Support for Jason Vargo's research involving MGE data mining

Notifications You must be signed in to change notification settings

vargovargo/Vargo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Samuel G. Younkin
Mon 13 Apr 2015 02:21:05 PM CDT

~~~~~~~~~~~~~~~

Welcome to the Vargo repository! I hope you will be loving it!

This repository contains perl script(s) that retrieve data from MGE by
querying the following MGE website.

http://www.mge.com/customer-service/home/average-use-cost/

~~~~~~~~~~~~~~~

The repository contains the following directory structure:

.
├── data
│   └── README
├── email
│   └── Vargo-2015-04-09
├── perl
│   └── getData.pl
└── README

~~~~~~~~~~~~~~~

Usage:

sgy@jhsph-box:~$ cd Vargo
sgy@jhsph-box:~/Vargo$ more ~/Dropbox/Vargo/data/addresses.csv 
hn,sd,sn,ss,au,c
314,N,Blount,St,,Madison
514,S,Baldwin,St,,Madison
sgy@jhsph-box:~/Vargo$ perl ./perl/getData.pl 
sgy@jhsph-box:~/Vargo$ more ./data/results.csv
314,N,Blount,St,,Madison,511,180,315
514,S,Baldwin,St,,Madison,750,311,497

~~~~~~~~~~~~~~~

Future plans:
  Switch to python or R
  Increase efficiency by avoiding the reading/writing of
  ./data/results.html
  Link to a database of addresses
  Test behavior if errors are encountered due to:
    bad addresses
    inconsistent parsing

~~~~~~~~~~~~~~~

About

Support for Jason Vargo's research involving MGE data mining

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Perl 100.0%