voxcity 0.3.10__py3-none-any.whl → 0.3.11__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of voxcity might be problematic. Click here for more details.
- voxcity/sim/solar.py +2 -2
- {voxcity-0.3.10.dist-info → voxcity-0.3.11.dist-info}/METADATA +1 -1
- {voxcity-0.3.10.dist-info → voxcity-0.3.11.dist-info}/RECORD +7 -7
- {voxcity-0.3.10.dist-info → voxcity-0.3.11.dist-info}/AUTHORS.rst +0 -0
- {voxcity-0.3.10.dist-info → voxcity-0.3.11.dist-info}/LICENSE +0 -0
- {voxcity-0.3.10.dist-info → voxcity-0.3.11.dist-info}/WHEEL +0 -0
- {voxcity-0.3.10.dist-info → voxcity-0.3.11.dist-info}/top_level.txt +0 -0
voxcity/sim/solar.py
CHANGED
|
@@ -573,7 +573,7 @@ def get_cumulative_global_solar_irradiance(
|
|
|
573
573
|
vmax = kwargs.get("vmax", max(direct_normal_irradiance_scaling, diffuse_irradiance_scaling) * 1000)
|
|
574
574
|
cmap = plt.cm.get_cmap(colormap).copy()
|
|
575
575
|
cmap.set_bad(color='lightgray')
|
|
576
|
-
plt.figure(figsize=(
|
|
576
|
+
plt.figure(figsize=(10, 8))
|
|
577
577
|
# plt.title(f"Global Solar Irradiance at {time_local.strftime('%Y-%m-%d %H:%M:%S')}")
|
|
578
578
|
plt.imshow(global_map, origin='lower', cmap=cmap, vmin=vmin, vmax=vmax)
|
|
579
579
|
plt.axis('off')
|
|
@@ -591,7 +591,7 @@ def get_cumulative_global_solar_irradiance(
|
|
|
591
591
|
vmax = kwargs.get("vmax", np.nanmax(cumulative_map))
|
|
592
592
|
cmap = plt.cm.get_cmap(colormap).copy()
|
|
593
593
|
cmap.set_bad(color='lightgray')
|
|
594
|
-
plt.figure(figsize=(
|
|
594
|
+
plt.figure(figsize=(10, 8))
|
|
595
595
|
# plt.title("Cumulative Global Solar Irradiance Map")
|
|
596
596
|
plt.imshow(cumulative_map, origin='lower', cmap=cmap, vmin=vmin, vmax=vmax)
|
|
597
597
|
plt.colorbar(label='Cumulative Global Solar Irradiance (W/m²·hour)')
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: voxcity
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.11
|
|
4
4
|
Summary: voxcity is an easy and one-stop tool to output 3d city models for microclimate simulation by integrating multiple geospatial open-data
|
|
5
5
|
Author-email: Kunihiko Fujiwara <kunihiko@nus.edu.sg>
|
|
6
6
|
Maintainer-email: Kunihiko Fujiwara <kunihiko@nus.edu.sg>
|
|
@@ -20,7 +20,7 @@ voxcity/geo/grid.py,sha256=_MzO-Cu2GhlP9nuCql6f1pfbU2_OAL27aQ_zCj1u_zk,36288
|
|
|
20
20
|
voxcity/geo/network.py,sha256=P1oaosieFPuWj9QbU9VmZHpoXV3HR61VssZMcUZLYIw,17403
|
|
21
21
|
voxcity/geo/utils.py,sha256=1BRHp-DDeOA8HG8jplY7Eo75G3oXkVGL6DGONL4BA8A,19815
|
|
22
22
|
voxcity/sim/__init_.py,sha256=APdkcdaovj0v_RPOaA4SBvFUKT2RM7Hxuuz3Sux4gCo,65
|
|
23
|
-
voxcity/sim/solar.py,sha256=
|
|
23
|
+
voxcity/sim/solar.py,sha256=ddzEjN9s9zEABMPu1S0k-NXlNtIYDl12EAwiaaASJs0,31970
|
|
24
24
|
voxcity/sim/utils.py,sha256=sEYBB2-hLJxTiXQps1_-Fi7t1HN3-1OPOvBCWtgIisA,130
|
|
25
25
|
voxcity/sim/view.py,sha256=FoXovh406hmvL1obaIXi2MyiRnPdXHY9SWxqfqmcJnc,36758
|
|
26
26
|
voxcity/utils/__init_.py,sha256=nLYrj2huBbDBNMqfchCwexGP8Tlt9O_XluVDG7MoFkw,98
|
|
@@ -28,9 +28,9 @@ voxcity/utils/lc.py,sha256=RwPd-VY3POV3gTrBhM7TubgGb9MCd3nVah_G8iUEF7k,11562
|
|
|
28
28
|
voxcity/utils/material.py,sha256=Vt3IID5Ft54HNJcEC4zi31BCPqi_687X3CSp7rXaRVY,5907
|
|
29
29
|
voxcity/utils/visualization.py,sha256=FNBMN0V5IPuAdqvLHnqSGYqNS7jWesg0ZADEtsUtl0A,31925
|
|
30
30
|
voxcity/utils/weather.py,sha256=P6s1y_EstBL1OGP_MR_6u3vr-t6Uawg8uDckJnoI7FI,21482
|
|
31
|
-
voxcity-0.3.
|
|
32
|
-
voxcity-0.3.
|
|
33
|
-
voxcity-0.3.
|
|
34
|
-
voxcity-0.3.
|
|
35
|
-
voxcity-0.3.
|
|
36
|
-
voxcity-0.3.
|
|
31
|
+
voxcity-0.3.11.dist-info/AUTHORS.rst,sha256=m82vkI5QokEGdcHof2OxK39lf81w1P58kG9ZNNAKS9U,175
|
|
32
|
+
voxcity-0.3.11.dist-info/LICENSE,sha256=-hGliOFiwUrUSoZiB5WF90xXGqinKyqiDI2t6hrnam8,1087
|
|
33
|
+
voxcity-0.3.11.dist-info/METADATA,sha256=hwpRtrSTbEGMwUCtt4q8cxXKn23nfvxj2AWAZIbZmHw,25122
|
|
34
|
+
voxcity-0.3.11.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
35
|
+
voxcity-0.3.11.dist-info/top_level.txt,sha256=00b2U-LKfDllt6RL1R33MXie5MvxzUFye0NGD96t_8I,8
|
|
36
|
+
voxcity-0.3.11.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|