Skip to content

Commit

Permalink
test and debug after dynamic import
Browse files Browse the repository at this point in the history
  • Loading branch information
mwoussen committed Sep 18, 2023
1 parent 76f7663 commit f046776
Show file tree
Hide file tree
Showing 17 changed files with 1,909 additions and 846 deletions.
657 changes: 635 additions & 22 deletions notebooks/environment_parameters.ipynb

Large diffs are not rendered by default.

44 changes: 26 additions & 18 deletions notebooks/example_canopy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 2,
"id": "8a256e07",
"metadata": {},
"outputs": [
Expand All @@ -45,7 +45,7 @@
" 'C:\\\\Users\\\\mwoussen\\\\cdd\\\\codes\\\\dev\\\\lightvegemanager\\\\data\\\\LD-F1.bgeom']"
]
},
"execution_count": 3,
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -67,7 +67,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 3,
"id": "4748bbba",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -143,7 +143,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 5,
"id": "d0a11760",
"metadata": {},
"outputs": [
Expand All @@ -152,17 +152,17 @@
"output_type": "stream",
"text": [
" Day Hour Organ VegetationType Area par Eabs par Ei\n",
"0 264 15 825510368 0 83.332180 68.469279 80.552093\n",
"1 264 15 825501440 0 75.958035 174.799148 205.646057\n",
"2 264 15 825503168 0 4.520565 71.441463 84.048780\n",
"3 264 15 825503824 0 57.771363 75.469741 88.787931\n",
"4 264 15 825498448 0 5.711880 113.087842 133.044520\n",
"0 264 15 825510368 0 83.332180 76.246899 89.702234\n",
"1 264 15 825501440 0 75.958035 212.034963 249.452897\n",
"2 264 15 825503168 0 4.520565 108.134153 127.216650\n",
"3 264 15 825503824 0 57.771363 79.214402 93.193414\n",
"4 264 15 825498448 0 5.711880 97.236152 114.395473\n",
".. ... ... ... ... ... ... ...\n",
"321 264 15 825485200 1 2.625990 266.464178 313.487268\n",
"322 264 15 825485904 1 18.000312 119.617531 140.726507\n",
"323 264 15 825486976 1 12.152513 93.015484 109.429981\n",
"324 264 15 825488784 1 9.200676 594.787384 699.749863\n",
"325 264 15 825489120 1 9.200676 419.272837 493.262162\n",
"321 264 15 825485200 1 2.625990 287.633701 338.392589\n",
"322 264 15 825485904 1 18.000312 82.696127 97.289562\n",
"323 264 15 825486976 1 12.152513 78.609077 92.481268\n",
"324 264 15 825488784 1 9.200676 519.140172 610.753143\n",
"325 264 15 825489120 1 9.200676 424.977325 499.973324\n",
"\n",
"[326 rows x 7 columns]\n"
]
Expand Down Expand Up @@ -190,22 +190,22 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 6,
"id": "89796080",
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "f0ea148ac54849e680a6906f47acf159",
"model_id": "af68f411fbf7401da8457c3d4bbf9f53",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"SceneWidget(axes_helper=True, scenes=[{'id': 'iscrYkj7jZcxvvYDWDY2BWYsh', 'data': b'x\\xda\\x94}\\t\\x98%E\\x95n\\xa"
"SceneWidget(axes_helper=True, scenes=[{'id': 'iscrYkj7jZcxvvYDWDY2BWYsh', 'data': b'x\\xda\\x94\\x9d\\t|eE\\x95\\xff"
]
},
"execution_count": 7,
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -219,6 +219,14 @@
" size_world = 100, \n",
" axes_helper=True)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "b5c47bbe",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
Loading

0 comments on commit f046776

Please sign in to comment.