Skip to content

Commit

Permalink
Doi bug (#660)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
AdamTheisen authored Apr 12, 2023
1 parent c6a769a commit dc21fd1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions act/discovery/get_armfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit dc21fd1

Please sign in to comment.