Skip to content

Commit

Permalink
update meta
Browse files Browse the repository at this point in the history
  • Loading branch information
JunjieYU-UoM committed May 2, 2024
1 parent b2fad69 commit d6b68c1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions docs/map.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ UK historical monthly weather data

Original data is from https://www.metoffice.gov.uk/research/climate/maps-and-data/historic-station-data

Clike the marks to see stations information. The data (also meta data for UK-hist-stataion) used in this map is from `UK-hist-stataion-meta <https://github.com/envdes/obswx/blob/main/metadata/UK-hist-stataion-meta.csv>`_ (last access: 2024-04-30).
Clike the marks to see stations information. The data (also metadata for UK-hist-stataion) used in this map is from `UK-hist-stataion-meta <https://github.com/envdes/obswx/blob/main/metadata/UK-hist-stataion-meta.csv>`_ (last access: 2024-04-30).

.. only:: html

.. raw:: html
Expand All @@ -22,7 +23,7 @@ Clike the marks to see stations information. The data (also meta data for UK-his
HadISD station
--------------

Original data is from https://www.metoffice.gov.uk/hadobs/hadisd/v341_202403p/station_download.html. The data (also meta data for HadISD) used in this map is from `hadisd_meta.csv <https://github.com/envdes/obswx/blob/main/metadata/hadisd_meta.csv>`_ (last access: 2024-04-30).
Original data is from https://www.metoffice.gov.uk/hadobs/hadisd/v341_202403p/station_download.html. The data (also metadata for HadISD) used in this map is from `hadisd_meta.csv <https://github.com/envdes/obswx/blob/main/metadata/hadisd_meta.csv>`_ (last access: 2024-04-30).

.. only:: html

Expand Down
4 changes: 2 additions & 2 deletions docs/notebook/HadISD.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,15 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"meta data is originally from: https://www.metoffice.gov.uk/hadobs/hadisd/v341_202403p/station_download.html"
"metadata is from [hadisd_meta.csv](https://github.com/envdes/obswx/blob/main/metadata/hadisd_meta.csv>) (last access: 2024-04-30), originally from: https://www.metoffice.gov.uk/hadobs/hadisd/v341_202403p/station_download.html"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"- get_data `ids_source`, 'AWS' is using AWS S3 ids, isd \n",
"- get_data `station`, the station id in meta data\n",
"- get_data `station`, the station id in metadata\n",
"- get_data `output`, optional, the path dir of output file, e.g., \"pyxw/\". By default, the file nc file will be save in current work dir."
]
},
Expand Down
2 changes: 1 addition & 1 deletion docs/notebook/ISD.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"meta data is originally from https://www.ncei.noaa.gov/products/land-based-station/integrated-surface-database"
"metadata is originally from https://www.ncei.noaa.gov/products/land-based-station/integrated-surface-database"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/notebook/UK_climate.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"meta data is originally from the UK Met Office, and is available at:\n",
"metadata is from [UK-hist-stataion-meta](https://github.com/envdes/obswx/blob/main/metadata/UK-hist-stataion-meta.csv) (last access: 2024-04-30), originally from the UK Met Office, and is available at:\n",
"https://www.metoffice.gov.uk/research/climate/maps-and-data/historic-station-data ."
]
},
Expand Down

0 comments on commit d6b68c1

Please sign in to comment.