voxcity 0.3.18__py3-none-any.whl → 0.3.19__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/utils/visualization.py +1 -1
- {voxcity-0.3.18.dist-info → voxcity-0.3.19.dist-info}/METADATA +1 -1
- {voxcity-0.3.18.dist-info → voxcity-0.3.19.dist-info}/RECORD +7 -7
- {voxcity-0.3.18.dist-info → voxcity-0.3.19.dist-info}/AUTHORS.rst +0 -0
- {voxcity-0.3.18.dist-info → voxcity-0.3.19.dist-info}/LICENSE +0 -0
- {voxcity-0.3.18.dist-info → voxcity-0.3.19.dist-info}/WHEEL +0 -0
- {voxcity-0.3.18.dist-info → voxcity-0.3.19.dist-info}/top_level.txt +0 -0
voxcity/utils/visualization.py
CHANGED
|
@@ -1032,7 +1032,7 @@ def visualize_voxcity_multi_view(voxel_array, **kwargs):
|
|
|
1032
1032
|
sim_grid = kwargs.get("sim_grid", None)
|
|
1033
1033
|
dem_grid = kwargs.get("dem_grid", None)
|
|
1034
1034
|
meshsize = kwargs.get("meshsize", 1.0) / 5
|
|
1035
|
-
z_offset = kwargs.get("
|
|
1035
|
+
z_offset = kwargs.get("view_point_height", 1.5)
|
|
1036
1036
|
cmap_name = kwargs.get("colormap", "viridis")
|
|
1037
1037
|
vmin = kwargs.get("vmin", 0)
|
|
1038
1038
|
vmax = kwargs.get("vmax", 1)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: voxcity
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.19
|
|
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>
|
|
@@ -27,11 +27,11 @@ voxcity/simulator/view.py,sha256=zNbfTLQ2Jo0V5-rFA3-xamRjOuw3H3MBrLKpQp8x3hY,367
|
|
|
27
27
|
voxcity/utils/__init_.py,sha256=nLYrj2huBbDBNMqfchCwexGP8Tlt9O_XluVDG7MoFkw,98
|
|
28
28
|
voxcity/utils/lc.py,sha256=RwPd-VY3POV3gTrBhM7TubgGb9MCd3nVah_G8iUEF7k,11562
|
|
29
29
|
voxcity/utils/material.py,sha256=Vt3IID5Ft54HNJcEC4zi31BCPqi_687X3CSp7rXaRVY,5907
|
|
30
|
-
voxcity/utils/visualization.py,sha256=
|
|
30
|
+
voxcity/utils/visualization.py,sha256=OG4tXVOtDVStnNBkvmGaPze9Su9DJrZ67tR4A2UlVpY,47989
|
|
31
31
|
voxcity/utils/weather.py,sha256=P6s1y_EstBL1OGP_MR_6u3vr-t6Uawg8uDckJnoI7FI,21482
|
|
32
|
-
voxcity-0.3.
|
|
33
|
-
voxcity-0.3.
|
|
34
|
-
voxcity-0.3.
|
|
35
|
-
voxcity-0.3.
|
|
36
|
-
voxcity-0.3.
|
|
37
|
-
voxcity-0.3.
|
|
32
|
+
voxcity-0.3.19.dist-info/AUTHORS.rst,sha256=m82vkI5QokEGdcHof2OxK39lf81w1P58kG9ZNNAKS9U,175
|
|
33
|
+
voxcity-0.3.19.dist-info/LICENSE,sha256=-hGliOFiwUrUSoZiB5WF90xXGqinKyqiDI2t6hrnam8,1087
|
|
34
|
+
voxcity-0.3.19.dist-info/METADATA,sha256=9NmuDs0Foy8sFdJAEAtLPGREWJZsgE8gc-01YWl6p5Q,25186
|
|
35
|
+
voxcity-0.3.19.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
36
|
+
voxcity-0.3.19.dist-info/top_level.txt,sha256=00b2U-LKfDllt6RL1R33MXie5MvxzUFye0NGD96t_8I,8
|
|
37
|
+
voxcity-0.3.19.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|