Skip to content

Python script to download Priva-generated CSV files (containing data from Western Sydney University's Glasshouse Facility) from the associated gmail email address and convert those files to TOA5 format (thus enabling smart upload into HIEv)

License

Notifications You must be signed in to change notification settings

gdevine/Priva2TOA5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Priva2TOA5

Python script to download Priva-generated CSV files (containing data from Western Sydney University's Glasshouse Facility) from the associated gmail email address and convert those files to TOA5 format (thus enabling smart upload into HIEv)

Getting Started

To enable this script to log into the associated gmail address, a matching file entitled credentials.py must be created alongside the main script file, with contents:

gmail_login = {
    'username': "WSU.Glasshouse@gmail.com",
    'password': "<insert gmail password>"
}

Prerequisites

Python 3

Pandas library (via pip install etc)

Authors

Gerard Devine - Hawkesbury Institute for the Environment

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Python script to download Priva-generated CSV files (containing data from Western Sydney University's Glasshouse Facility) from the associated gmail email address and convert those files to TOA5 format (thus enabling smart upload into HIEv)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages