Browse Source

update

master
yutsuo 7 years ago
parent
commit
9a037ec962
  1. 26
      Cartopy-New.ipynb
  2. 1306
      IMERG-Cartopy.ipynb

26
Cartopy-New.ipynb

@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 1,
"metadata": {
"scrolled": false
},
@ -22,9 +22,9 @@
],
"source": [
"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 numpy as np\n",
"# import numpy as np\n",
"%matplotlib inline\n",
"\n",
"projection = ccrs.PlateCarree()\n",
@ -70,7 +70,7 @@
"\n",
"## ds ##:\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",
"## data ##:\n",
@ -203,7 +203,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
@ -220,7 +220,7 @@
},
{
"cell_type": "code",
"execution_count": 21,
"execution_count": 6,
"metadata": {},
"outputs": [
{
@ -249,9 +249,8 @@
],
"source": [
"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 numpy as np\n",
"%matplotlib inline\n",
"\n",
"projection = ccrs.PlateCarree()\n",
@ -280,7 +279,16 @@
"execution_count": null,
"metadata": {},
"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",

1306
IMERG-Cartopy.ipynb

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save