From dc21fd1e246cb85ec5155ebfdfc022b25fccf478 Mon Sep 17 00:00:00 2001 From: Adam Theisen Date: Wed, 12 Apr 2023 13:08:59 -0500 Subject: [PATCH] Doi bug (#660) * ENH: AirNow API must have updating some algorithms. What it's displaying now is what I would have assumed would be the closed reported station. * ENH: Somehow the old code was kept in --- act/discovery/get_armfiles.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/act/discovery/get_armfiles.py b/act/discovery/get_armfiles.py index 4af7fd584f..a1f569c24f 100644 --- a/act/discovery/get_armfiles.py +++ b/act/discovery/get_armfiles.py @@ -174,12 +174,6 @@ def download_data(username, token, datastream, startdate, enddate, time=None, ou 'No files returned or url status error.\n' 'Check datastream name, start, and end date.' ) - # Get ARM DOI and print it out - doi = get_arm_doi(datastream, start_datetime.strftime('%Y-%m-%d'), end_datetime.strftime('%Y-%m-%d')) - print('\nIf you use these data to prepare a publication, please cite:\n') - print(textwrap.fill(doi, width=80)) - print('') - return file_names