Skip to content

Commit

Permalink
修改了教程内容
Browse files Browse the repository at this point in the history
  • Loading branch information
longtsing committed Dec 16, 2024
1 parent 95d114f commit cf60209
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 158 deletions.
139 changes: 5 additions & 134 deletions examples/1如何读取风廓线雷达数据.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3297,133 +3297,12 @@
]
},
{
"metadata": {},
"cell_type": "code",
"execution_count": 25,
"id": "ab801ce5-a125-4793-b184-0686f81e5bd3",
"metadata": {
"scrolled": true
},
"outputs": [
{
"data": {
"text/plain": [
"{\n",
" \"WNDRAD\": 'WNDROBS',\n",
" \"File_version\": '01.20',\n",
" \"Station_Id\": '57461',\n",
" \"Longitude\": 111.3592,\n",
" \"Latitude\": 30.7367,\n",
" \"Altitude\": 253.8,\n",
" \"Machine_Type\": 'LC',\n",
" \"Observation_Time\": datetime.datetime(2024, 12, 3, 16, 0),\n",
" \"Data\": {\n",
" \"_is_copy\": None,\n",
" \"_mgr\": {\n",
" },\n",
" \"_item_cache\": {'Wind_Direction': 0 340.5\n",
"1 339.5\n",
"2 344.5\n",
"3 348.5\n",
"4 345.5\n",
"5 341.0\n",
"6 340.5\n",
"7 10.0\n",
"8 66.0\n",
"9 101.5\n",
"10 114.5\n",
"11 128.5\n",
"12 159.5\n",
"13 187.0\n",
"14 193.5\n",
"15 207.0\n",
"16 222.0\n",
"17 232.5\n",
"18 241.5\n",
"19 247.0\n",
"20 256.5\n",
"21 265.5\n",
"22 266.5\n",
"23 260.5\n",
"24 261.0\n",
"25 270.5\n",
"26 281.5\n",
"27 286.0\n",
"28 286.0\n",
"29 287.5\n",
"30 288.5\n",
"31 289.5\n",
"32 286.0\n",
"33 278.5\n",
"34 275.0\n",
"35 275.5\n",
"36 271.5\n",
"37 262.5\n",
"38 264.0\n",
"39 263.5\n",
"40 264.0\n",
"41 265.0\n",
"42 NaN\n",
"Name: Wind_Direction, dtype: float64, 'Wind_Speed': 0 2.2\n",
"1 2.5\n",
"2 3.0\n",
"3 3.1\n",
"4 2.2\n",
"5 1.9\n",
"6 1.7\n",
"7 1.1\n",
"8 0.9\n",
"9 2.5\n",
"10 4.4\n",
"11 4.8\n",
"12 5.9\n",
"13 7.8\n",
"14 8.6\n",
"15 10.2\n",
"16 11.9\n",
"17 12.3\n",
"18 12.3\n",
"19 11.3\n",
"20 9.8\n",
"21 10.2\n",
"22 12.0\n",
"23 12.9\n",
"24 11.9\n",
"25 10.7\n",
"26 10.5\n",
"27 10.4\n",
"28 10.5\n",
"29 10.9\n",
"30 11.0\n",
"31 12.4\n",
"32 13.8\n",
"33 14.3\n",
"34 15.0\n",
"35 16.0\n",
"36 21.2\n",
"37 25.9\n",
"38 27.3\n",
"39 28.9\n",
"40 30.0\n",
"41 30.6\n",
"42 NaN\n",
"Name: Wind_Speed, dtype: float64},\n",
" \"_attrs\": {},\n",
" \"_flags\": {\n",
" \"_allows_duplicate_labels\": True,\n",
" \"_obj\": <weakref at 0x000001F55C0C0270; to 'DataFrame' at 0x000001F55B5D8170>\n",
" }\n",
" }\n",
"}"
]
},
"execution_count": 25,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"WindProfileRadar.readSingleL3file(L3fs[0])"
]
"outputs": [],
"execution_count": null,
"source": "WindProfileRadar.readSingleL3file(L3fs[0])",
"id": "ea3e598828def531"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -3538,14 +3417,6 @@
"plt.show()"
]
},
{
"cell_type": "markdown",
"id": "f20005c1-7afc-4190-a5cc-d0c5ddef901e",
"metadata": {},
"source": [
"![](./Images/fkxWind.png)"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
24 changes: 0 additions & 24 deletions examples/扩展如何读取探空数据绘制TlogP图.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -83,30 +83,6 @@
"tkfs=glob.glob(datapath+'TanKongs/*.csv')"
]
},
{
"cell_type": "code",
"execution_count": 5,
"id": "fa2aba24-0600-48fd-9366-116574373cc3",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"['../datas/TanKongs\\\\57461_20241204000000.csv',\n",
" '../datas/TanKongs\\\\57461_20241204120000.csv',\n",
" '../datas/TanKongs\\\\57461_20241208000000.csv',\n",
" '../datas/TanKongs\\\\57461_20241208120000.csv']"
]
},
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"tkfs"
]
},
{
"cell_type": "code",
"execution_count": 6,
Expand Down

0 comments on commit cf60209

Please sign in to comment.