Browse Source

update

master
yutsuo 7 years ago
parent
commit
dea5e662e7
  1. 34
      Arrays.ipynb
  2. 119
      Cartopy.ipynb
  3. 172
      Geotiff.ipynb
  4. 134
      Task 9.ipynb

34
Arrays.ipynb

@ -51,13 +51,7 @@
{
"data": {
"text/plain": [
"array([[ 0, 1, 2, 3, 4, 5, 6, 7],\n",
" [ 8, 9, 10, 11, 12, 13, 14, 15],\n",
" [16, 17, 18, 19, 20, 21, 22, 23],\n",
" [24, 25, 26, 27, 28, 29, 30, 31],\n",
" [32, 33, 34, 35, 36, 37, 38, 39],\n",
" [40, 41, 42, 43, 44, 45, 46, 47],\n",
" [48, 49, 50, 51, 52, 53, 54, 55]])"
"(7, 8)"
]
},
"execution_count": 2,
@ -66,12 +60,12 @@
}
],
"source": [
"a"
"a.shape"
]
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 3,
"metadata": {},
"outputs": [
{
@ -80,7 +74,7 @@
"27"
]
},
"execution_count": 17,
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
@ -93,22 +87,18 @@
},
{
"cell_type": "code",
"execution_count": 34,
"execution_count": 4,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"array([[ 0, 1, 2, 3, 4, 5, 6, 7],\n",
" [ 8, 9, 10, 11, 12, 13, 14, 15],\n",
" [16, 17, 18, 19, 20, 21, 22, 23],\n",
" [24, 25, 26, 27, 28, 29, 30, 31],\n",
" [32, 33, 34, 35, 36, 37, 38, 39],\n",
" [40, 41, 42, 43, 44, 45, 46, 47],\n",
" [48, 49, 50, 51, 52, 53, 54, 55]])"
]
},
"execution_count": 34,
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
@ -121,7 +111,7 @@
},
{
"cell_type": "code",
"execution_count": 35,
"execution_count": 5,
"metadata": {},
"outputs": [
{
@ -136,7 +126,7 @@
" [48, 49, 50, 51, 52, 53, 54, 55]])"
]
},
"execution_count": 35,
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
@ -147,7 +137,7 @@
},
{
"cell_type": "code",
"execution_count": 52,
"execution_count": 6,
"metadata": {},
"outputs": [
{
@ -159,7 +149,7 @@
" [48, 49, 50, 51, 52, 53, 54, 55]])"
]
},
"execution_count": 52,
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
@ -170,7 +160,7 @@
},
{
"cell_type": "code",
"execution_count": 54,
"execution_count": 7,
"metadata": {},
"outputs": [
{
@ -180,7 +170,7 @@
" 1.125, 1.25 ])"
]
},
"execution_count": 54,
"execution_count": 7,
"metadata": {},
"output_type": "execute_result"
}

119
Cartopy.ipynb

File diff suppressed because one or more lines are too long

172
Geotiff.ipynb

File diff suppressed because one or more lines are too long

134
Task 9.ipynb

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