Skip to content

Commit 10e2bbb

Browse files
committed
Try again to fix broken link
1 parent 566d7f6 commit 10e2bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/datetime/datetime.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
"source": [
316316
"### Retrieving METAR from the MesoWest API with Help from the `datetime.strftime` Method\n",
317317
"\n",
318-
"Let's say you are interested in obtaining [METAR](https://en.wikipedia.org/wiki/METAR) data from the Aleutian Islands with the [MesoWest API](http://mesowest.org/api). In order to retrieve these data, you will have to assemble a URL that abides by the [MesoWest API reference](http://synopticlabs.org/api/mesonet/reference/), and specifically create [date time strings that the API understands](https://developers.synopticdata.com/mesonet/v2/) (e.g., `201606010000` for the year, month, date, hour and minute). \n",
318+
"Let's say you are interested in obtaining [METAR](https://en.wikipedia.org/wiki/METAR) data from the Aleutian Islands with the [MesoWest API](http://mesowest.org/api). In order to retrieve these data, you will have to assemble a URL that abides by the [MesoWest API reference](https://developers.synopticdata.com/mesonet/), and specifically create [date time strings that the API understands](https://developers.synopticdata.com/mesonet/v2/stations/nearesttime/) (e.g., `201606010000` for the year, month, date, hour and minute). \n",
319319
"\n",
320320
"For example, typing the following URL in a web browser will return a human-readable nested data structure called a [JSON object](https://en.wikipedia.org/wiki/JSON) which will contain the data along with additional \"metadata\" to help you interpret the data (e.g., units etc.). Here, we are asking for air temperature information from the METAR station at [Eareckson air force base](https://en.wikipedia.org/wiki/Eareckson_Air_Station) (ICAO identifier \"PASY\") in the Aleutians from June 1, 2016, 00:00 UTC to June 1, 2016, 06:00 UTC.\n",
321321
"\n",

0 commit comments

Comments
 (0)