GEUS-Glaciology-and-Climate / pypromice

Process AWS data from L0 (raw logger) through Lx (end user)
https://pypromice.readthedocs.io
GNU General Public License v2.0
12 stars 4 forks source link

self.outpath removed from AWS object #100

Closed PennyHow closed 1 year ago

PennyHow commented 1 year ago

As the AWS object processing is now only performed with AWS.process() and not on initialisation, we no longer need a self.outpath object variable. This is just defined when a user calls AWS.write(<outpath>). This just had not been updated in aws.py. Without this, the writing of the output files will not work as it is looking for an outpath object variable that does not exist.