Source Code

 

  • FrackingData GitHub repository
  • Frackalyzer GitHub repositories
    • PyGeoCoderRev: a GitHub repository holding the NCEDC-formatted earthquakes CSV file reverse-geocoder Python 3 Eclipse-PyDev project.  This project supersedes the AnssGeoCoder project below.
    • GeoCoderRev.py: a GitHub Gist holding the NCEDC-formatted earthquakes CSV file reverse-geocoder Python 3 script.  This Gist supersedes the AnssGeoCoder project below.
  • PyPubChemXtractor.py
    • Python 3 script to extract Chemical Abstract Society Registry Numbers (CASRNs) from PubChem’s CID Synonym file.
  • PyFrackETL.py
    • Python script to download, extract, and output oil, gas, and/or fracking well information from various states in the United States of America.
    • Src2Tgt.py
      • Python script to assist the PyFrackETL.py script in downloading, extracting, and outputting oil, gas, and/or fracking well information from various states in the United States of America.
  • PyShp2Csv2Kml
    • Python script to convert and ESRI SHP file to CSV and/or KML file(s).
  • AnssGeoCoder
    • Java project to reverse-geocode, i.e. discern county, state, country from a latitude-longitude value, using GeoTools 8.2 as the reverse-geocoding engine.
  • PyHealthEffectsCsvLoader
    • Python 3 script to download, extract, and output chemical health effects comma-separated value files from the http://scorecard.goodguide.com/health-effects/ web page.  These derived CSV files are more suitable for import into a spreadsheet or database than the original files from which they were sourced.