Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
koldunovn committed Sep 27, 2017
1 parent 7fd501e commit 6f489e6
Show file tree
Hide file tree
Showing 11 changed files with 34,140 additions and 3,815 deletions.
49 changes: 25 additions & 24 deletions 04 - Work with different data formats.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -481,31 +481,9 @@
},
{
"cell_type": "code",
"execution_count": 62,
"execution_count": null,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"--2017-09-27 15:11:27-- ftp://ftp.cdc.noaa.gov/Datasets/ncep.reanalysis.dailyavgs/surface_gauss/air.2m.gauss.2016.nc\n",
" => ‘air.2m.gauss.2016.nc’\n",
"Resolving ftp.cdc.noaa.gov... 140.172.38.117\n",
"Connecting to ftp.cdc.noaa.gov|140.172.38.117|:21... connected.\n",
"Logging in as anonymous ... Logged in!\n",
"==> SYST ... done. ==> PWD ... done.\n",
"==> TYPE I ... done. ==> CWD (1) /Datasets/ncep.reanalysis.dailyavgs/surface_gauss ... done.\n",
"==> SIZE air.2m.gauss.2016.nc ... 15809552\n",
"==> PASV ... done. ==> RETR air.2m.gauss.2016.nc ... done.\n",
"Length: 15809552 (15M) (unauthoritative)\n",
"\n",
"air.2m.gauss.2016.n 100%[===================>] 15.08M 1.57MB/s in 11s \n",
"\n",
"2017-09-27 15:11:41 (1.41 MB/s) - ‘air.2m.gauss.2016.nc’ saved [15809552]\n",
"\n"
]
}
],
"outputs": [],
"source": [
"!wget ftp://ftp.cdc.noaa.gov/Datasets/ncep.reanalysis.dailyavgs/surface_gauss/air.2m.gauss.2016.nc\n",
"\n",
Expand Down Expand Up @@ -790,6 +768,29 @@
"plt.colorbar();"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Exersise"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
" - Get `lat` and `lon` variables from netCDF file\n",
" - What is the shape of this variables? \n",
" - plot 100th day of the dataset in $^{\\circ}C$\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
796 changes: 0 additions & 796 deletions 05 - Graphs and maps (Matplotlib and Basemap).ipynb

This file was deleted.

396 changes: 396 additions & 0 deletions 05.1 - Graphs (Matplotlib).ipynb

Large diffs are not rendered by default.

1,190 changes: 1,190 additions & 0 deletions 05.2 - Maps (Basemap).ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 6f489e6

Please sign in to comment.