Skip to content

Commit 64c00f5

Browse files
committed
MAINT: updated GFZ links
Updated the GFZ links in the data access.
1 parent 9c2689b commit 64c00f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pysatSpaceWeather/instruments/methods

pysatSpaceWeather/instruments/methods/gfz.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def json_downloads(date_array, data_path, local_file_prefix, local_date_fmt,
104104
mock_download_dir))
105105

106106
# Set the local variables
107-
base_url = "https://kp.gfz-potsdam.de/app/json/"
107+
base_url = "https://kp.gfz.de/app/json/"
108108
time_fmt = "%Y-%m-%dT%H:%M:%SZ"
109109
last_file = ''
110110

@@ -217,7 +217,7 @@ def kp_ap_cp_download(platform, name, date_array, tag, inst_id, data_path,
217217
mock_download_dir))
218218

219219
# Set the page for the definitive or nowcast Kp
220-
burl = ''.join(['https://datapub.gfz-potsdam.de/download/10.5880.Kp.0001',
220+
burl = ''.join(['https://datapub.gfz.de/download/10.5880.Kp.0001',
221221
'/Kp_', 'nowcast' if tag == 'now' else 'definitive', '/'])
222222
data_cols = ['Bartels_solar_rotation_num', 'day_within_Bartels_rotation',
223223
'Kp', 'daily_Kp_sum', 'ap', 'daily_Ap', 'Cp', 'C9']

0 commit comments

Comments
 (0)