RAT Secrets File
As mentioned in the requirements, RAT requires three different set of credentials for IMERG, AVISO and Google Earth Engine. The user has to provide these credentials as mentioned below in a file with extension .ini
.
Tip
- To get the credentials for these accounts, please follow the instructions here.
- A
secrets_template.ini
file is downloaded in 'params' directory inside project directory. It is recommended to create a copy of this file at a safe location, rename it tosecrets.ini
and fill in the credentials.
Aviso
-
Reuired parameterusername:
:Description : Email address of the account used to register for AVISO product.
Default : It is blank by default and can be filled by the user.
Syntax : If account email used to register for AVISO product is 'xyz@gmail.com', then
-
Reuired parameterpwd:
:Description : Password of the account, set by you, to access AVISO product.
Default : It is blank by default and can be filled by the user.
Syntax : If password of the account to access AVISO product is 'Pass@123', then
Imerg
-
Reuired parameterusername:
:Description : Email address of the account used to register for IMERG product.
Default : It is blank by default and can be filled by the user.
Syntax : If account email used to register for IMERG product is 'xyz@gmail.com', then
-
Reuired parameterpwd:
:Description : Password of the IMERG account to access IMERG product.
Default : It is blank by default and can be filled by the user.
Syntax : If password of the account to access IMERG product is 'Pass@123', then
Ee
-
Reuired parameterservice_account:
:Description : Email address of the service account created to access earth engine api.
Default : It is blank by default and can be filled by the user.
Syntax : If email address of service account created is 'rat@globalrat.iam.gserviceaccount.com', then
-
Reuired parameterkey_file:
:Description : Absolute path of the key file for the service account created in 'json' format.
Default : It is blank by default and can be filled by the user.
Syntax : If absolute path of the key file is '/cheetah/rat_project/confidential/earth_engine/globalrat-xxefebxxb773.json', then