Skip to content

Commit

Permalink
Update example-analysis.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
ni1o1 committed May 4, 2022
1 parent 2c05845 commit 113f4a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example/example-analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"metadata": {},
"outputs": [],
"source": [
"sunshine = pybdshadow.cal_sunshine(buildings, day='2022-01-01', roof=True, accuracy=1, gap=1800)"
"sunshine = pybdshadow.cal_sunshine(buildings, day='2022-01-01', roof=True, accuracy=1, precision=1800)"
]
},
{
Expand Down Expand Up @@ -124,7 +124,7 @@
"metadata": {},
"outputs": [],
"source": [
"sunshine = pybdshadow.cal_sunshine(buildings, day='2022-01-01', roof=False, accuracy=1, gap=1800)\n"
"sunshine = pybdshadow.cal_sunshine(buildings, day='2022-01-01', roof=False, accuracy=1, precision=1800)\n"
]
},
{
Expand Down Expand Up @@ -180,7 +180,7 @@
"metadata": {},
"outputs": [],
"source": [
"sunshine = pybdshadow.cal_sunshine(buildings, day='2022-10-01', roof=False, accuracy=1, gap=1800)\n"
"sunshine = pybdshadow.cal_sunshine(buildings, day='2022-10-01', roof=False, accuracy=1, precision=1800)\n"
]
},
{
Expand Down Expand Up @@ -267,7 +267,7 @@
}
],
"source": [
"sunshine = pybdshadow.cal_sunshine(buildings, day='2022-10-01',grids = grids, roof=False, accuracy=1, gap=1800)\n",
"sunshine = pybdshadow.cal_sunshine(buildings, day='2022-10-01',grids = grids, roof=False, accuracy=1, precision=1800)\n",
"\n",
"#Visualize buildings and sunshine using matplotlib\n",
"import matplotlib.pyplot as plt\n",
Expand Down

0 comments on commit 113f4a9

Please sign in to comment.