UW-SASWE/RAT

Earth engine initialization code seems to be from an earlier version

Closed this issue · 1 comments

The method of initializing earth-engine in RAT seems to not have updated and was potentially overwritten during merging. See:

import ee_utils.ee_config as ee_configuration

This method was changed earlier since it involves modifying the source code of RAT. This can be resolved by re-writing this section (and any others that may have been overwritten while merging) to reflect the alternate implementation.

Solved by a5a4adf.