Configuring Galah#

To configure your Galah environment, you can specify a number of variables. To see what options are preset, run the following command:

import galah
galah.galah_config()
    Configuration                  Value
0           email  amanda.buyan@csiro.au
1    email_notify                  False
2           atlas              Australia
3    data_profile                    ALA
4           ranks                    all
5          reason                     10
6         verbose                  False
7         timeout                    600
8    usernamegbif                       
9    passwordgbif                       
10   authenticate                  False
11      client_id                       
12  client_secret                       
13   access_token                       
14  refresh_token                       
15         scopes                       
16     expires_at

To set any of these options (for example, email), run the following command:

galah.galah_config(email="myemail@example.com")
galah.galah_config()
    Configuration                Value
0           email  myemail@example.com
1    email_notify                False
2           atlas            Australia
3    data_profile                  ALA
4           ranks                  all
5          reason                   10
6         verbose                False
7         timeout                  600
8    usernamegbif                     
9    passwordgbif                     
10   authenticate                False
11      client_id                     
12  client_secret                     
13   access_token                     
14  refresh_token                     
15         scopes                     
16     expires_at