|
|
|
@ -2,7 +2,7 @@ |
|
|
|
"cells": [ |
|
|
|
"cells": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"cell_type": "code", |
|
|
|
"cell_type": "code", |
|
|
|
"execution_count": 11, |
|
|
|
"execution_count": 1, |
|
|
|
"metadata": { |
|
|
|
"metadata": { |
|
|
|
"scrolled": false |
|
|
|
"scrolled": false |
|
|
|
}, |
|
|
|
}, |
|
|
|
@ -22,9 +22,9 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
"source": [ |
|
|
|
"source": [ |
|
|
|
"import cartopy.crs as ccrs\n", |
|
|
|
"import cartopy.crs as ccrs\n", |
|
|
|
"import cartopy.feature as cf\n", |
|
|
|
"# import cartopy.feature as cf\n", |
|
|
|
"import matplotlib.pyplot as plt\n", |
|
|
|
"import matplotlib.pyplot as plt\n", |
|
|
|
"import numpy as np\n", |
|
|
|
"# import numpy as np\n", |
|
|
|
"%matplotlib inline\n", |
|
|
|
"%matplotlib inline\n", |
|
|
|
"\n", |
|
|
|
"\n", |
|
|
|
"projection = ccrs.PlateCarree()\n", |
|
|
|
"projection = ccrs.PlateCarree()\n", |
|
|
|
@ -70,7 +70,7 @@ |
|
|
|
"\n", |
|
|
|
"\n", |
|
|
|
"## ds ##:\n", |
|
|
|
"## ds ##:\n", |
|
|
|
"\n", |
|
|
|
"\n", |
|
|
|
"<osgeo.gdal.Dataset; proxy of <Swig Object of type 'GDALDatasetShadow *' at 0x7f258057dab0> >\n", |
|
|
|
"<osgeo.gdal.Dataset; proxy of <Swig Object of type 'GDALDatasetShadow *' at 0x7fd17a4b9ab0> >\n", |
|
|
|
"\n", |
|
|
|
"\n", |
|
|
|
"\n", |
|
|
|
"\n", |
|
|
|
"## data ##:\n", |
|
|
|
"## data ##:\n", |
|
|
|
@ -203,7 +203,7 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"cell_type": "code", |
|
|
|
"cell_type": "code", |
|
|
|
"execution_count": 16, |
|
|
|
"execution_count": 5, |
|
|
|
"metadata": {}, |
|
|
|
"metadata": {}, |
|
|
|
"outputs": [], |
|
|
|
"outputs": [], |
|
|
|
"source": [ |
|
|
|
"source": [ |
|
|
|
@ -220,7 +220,7 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"cell_type": "code", |
|
|
|
"cell_type": "code", |
|
|
|
"execution_count": 21, |
|
|
|
"execution_count": 6, |
|
|
|
"metadata": {}, |
|
|
|
"metadata": {}, |
|
|
|
"outputs": [ |
|
|
|
"outputs": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
@ -249,9 +249,8 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
"source": [ |
|
|
|
"source": [ |
|
|
|
"import cartopy.crs as ccrs\n", |
|
|
|
"import cartopy.crs as ccrs\n", |
|
|
|
"import cartopy.feature as cf\n", |
|
|
|
"# import cartopy.feature as cf\n", |
|
|
|
"import matplotlib.pyplot as plt\n", |
|
|
|
"import matplotlib.pyplot as plt\n", |
|
|
|
"import numpy as np\n", |
|
|
|
|
|
|
|
"%matplotlib inline\n", |
|
|
|
"%matplotlib inline\n", |
|
|
|
"\n", |
|
|
|
"\n", |
|
|
|
"projection = ccrs.PlateCarree()\n", |
|
|
|
"projection = ccrs.PlateCarree()\n", |
|
|
|
@ -280,7 +279,16 @@ |
|
|
|
"execution_count": null, |
|
|
|
"execution_count": null, |
|
|
|
"metadata": {}, |
|
|
|
"metadata": {}, |
|
|
|
"outputs": [], |
|
|
|
"outputs": [], |
|
|
|
"source": [] |
|
|
|
"source": [ |
|
|
|
|
|
|
|
"import matplotlib.pyplot as plt\n", |
|
|
|
|
|
|
|
"from matplotlib import cm\n", |
|
|
|
|
|
|
|
"import numpy as np\n", |
|
|
|
|
|
|
|
"import h5py as h5py\n", |
|
|
|
|
|
|
|
"import cartopy.crs as ccrs\n", |
|
|
|
|
|
|
|
"import cartopy.feature as cfeature\n", |
|
|
|
|
|
|
|
"from cartopy.io.shapereader import Reader\n", |
|
|
|
|
|
|
|
"from cartopy.feature import ShapelyFeature" |
|
|
|
|
|
|
|
] |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"cell_type": "code", |
|
|
|
"cell_type": "code", |
|
|
|
|