Skip to content

Commit

Permalink
46 build climateobs qc (#95)
Browse files Browse the repository at this point in the history
* Added export of gap-filled ClimateOBS data

* Added ClimateOBS fill for stations with no data

* Added timezone adjustment to fwx download

* chore(deps): update all non-major dependencies

* chore(deps): update dependency requests to v2.32.2 [security]

* Update requirements.txt (#79)

* chore(deps): update dependency black to v24 [security]

* chore(deps): update dependency pyarrow to v14 [security]

* chore(deps): update all non-major dependencies

* Update renovate.json so it doesn't break our scripts again (#82)

* chore(deps): update dependency numpy to v2

* Update requirements.txt to remove breaking change (#84)

* Revert changes to requirements-datamartdl.txt (#85)

* Update DataMart_hourly_download.py (#86)

* Update DataMart_hourly_download.py (#87)

* Update DataMart_hourly_download.py (#88)

* Update DataMart_hourly_download.py (#89)

* fix: code required to revert a delete in object store (#91)

* Update DataMart_hourly_download.py (#92)

* Update ostore_push.jenkins to sync cmc ensemble data (#93)

* fix: ostore_push.jenkins (#94)

* Switch datamart url back to hpfx

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Guy Lafleur <[email protected]>
  • Loading branch information
3 people authored Dec 3, 2024
1 parent a2ff968 commit 6b38d86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/python/DataMart_hourly_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,9 @@ def write_data(self,date,objpath,src_varname,out_varname):
src_stn_list = 'C' + stn_list

#Template for url to download from:
url_template = 'https://dd.weather.gc.ca/observations/swob-ml/{date_str}/'
#url_template = 'http://hpfx.collab.science.gc.ca/{date_str}/WXO-DD/observations/swob-ml/{date_str}/'
#url_template = 'https://dd.weather.gc.ca/observations/swob-ml/{date_str}/'
url_template = 'http://hpfx.collab.science.gc.ca/{date_str}/WXO-DD/observations/swob-ml/{date_str}/'

#Template for file names:
fname_template = ['{stn}/{dt_str}-{stn}-MAN-swob.xml','{stn}/{dt_str}-{stn}-AUTO-swob.xml']

Expand Down

0 comments on commit 6b38d86

Please sign in to comment.