voxcity 0.6.29__tar.gz → 0.6.30__tar.gz

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.

Files changed (39) hide show
  1. {voxcity-0.6.29 → voxcity-0.6.30}/PKG-INFO +21 -2
  2. {voxcity-0.6.29 → voxcity-0.6.30}/README.md +494 -475
  3. {voxcity-0.6.29 → voxcity-0.6.30}/pyproject.toml +1 -1
  4. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/generator.py +1340 -1335
  5. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/geoprocessor/grid.py +25 -8
  6. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/utils/visualization.py +68 -10
  7. {voxcity-0.6.29 → voxcity-0.6.30}/AUTHORS.rst +0 -0
  8. {voxcity-0.6.29 → voxcity-0.6.30}/LICENSE +0 -0
  9. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/__init__.py +0 -0
  10. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/downloader/__init__.py +0 -0
  11. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/downloader/citygml.py +0 -0
  12. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/downloader/eubucco.py +0 -0
  13. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/downloader/gba.py +0 -0
  14. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/downloader/gee.py +0 -0
  15. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/downloader/mbfp.py +0 -0
  16. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/downloader/oemj.py +0 -0
  17. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/downloader/osm.py +0 -0
  18. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/downloader/overture.py +0 -0
  19. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/downloader/utils.py +0 -0
  20. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/exporter/__init__.py +0 -0
  21. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/exporter/cityles.py +0 -0
  22. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/exporter/envimet.py +0 -0
  23. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/exporter/magicavoxel.py +0 -0
  24. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/exporter/netcdf.py +0 -0
  25. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/exporter/obj.py +0 -0
  26. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/geoprocessor/__init__.py +0 -0
  27. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/geoprocessor/draw.py +0 -0
  28. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/geoprocessor/mesh.py +0 -0
  29. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/geoprocessor/network.py +0 -0
  30. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/geoprocessor/polygon.py +0 -0
  31. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/geoprocessor/utils.py +0 -0
  32. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/simulator/__init__.py +0 -0
  33. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/simulator/solar.py +0 -0
  34. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/simulator/utils.py +0 -0
  35. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/simulator/view.py +0 -0
  36. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/utils/__init__.py +0 -0
  37. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/utils/lc.py +0 -0
  38. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/utils/material.py +0 -0
  39. {voxcity-0.6.29 → voxcity-0.6.30}/src/voxcity/utils/weather.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: voxcity
3
- Version: 0.6.29
3
+ Version: 0.6.30
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
  License: MIT
6
6
  License-File: AUTHORS.rst
@@ -69,13 +69,15 @@ Description-Content-Type: text/markdown
69
69
  <!-- [![License: CC BY-SA 4.0](https://licensebuttons.net/l/by-sa/4.0/80x15.png)](https://creativecommons.org/licenses/by-sa/4.0/) -->
70
70
 
71
71
  <p align="center">
72
- Tutorial preview: <a href="https://colab.research.google.com/drive/1Lofd3RawKMr6QuUsamGaF48u2MN0hfrP?usp=sharing">[Google Colab]</a> | Documentation: <a href="https://voxcity.readthedocs.io/en/latest">[Read the Docs]</a>
72
+ Tutorial preview: <a href="https://colab.research.google.com/drive/1Lofd3RawKMr6QuUsamGaF48u2MN0hfrP?usp=sharing">[Google Colab]</a> | Documentation: <a href="https://voxcity.readthedocs.io/en/latest">[Read the Docs]</a> | Video tutorial: <a href="https://youtu.be/qHusvKB07qk">[Watch on YouTube]</a>
73
73
  </p>
74
74
 
75
75
  <p align="center">
76
76
  <img src="https://raw.githubusercontent.com/kunifujiwara/VoxCity/main/images/logo.png" alt="Voxcity logo" width="550">
77
77
  </p>
78
78
 
79
+
80
+
79
81
  # VoxCity
80
82
 
81
83
  **voxcity** is a Python package that provides a seamless solution for grid-based 3D city model generation and urban simulation for cities worldwide. VoxCity's generator module automatically downloads building heights, tree canopy heights, land cover, and terrain elevation within a specified target area, and voxelizes buildings, trees, land cover, and terrain to generate an integrated voxel city model. The simulator module enables users to conduct environmental simulations, including solar radiation and view index analyses. Users can export the generated models using several file formats compatible with external software, such as ENVI-met (INX), Blender, and Rhino (OBJ). Try it out using the [Google Colab Demo](https://colab.research.google.com/drive/1Lofd3RawKMr6QuUsamGaF48u2MN0hfrP?usp=sharing) or your local environment. For detailed documentation, API reference, and tutorials, visit our [Read the Docs](https://voxcity.readthedocs.io/en/latest) page.
@@ -90,6 +92,21 @@ Description-Content-Type: text/markdown
90
92
  <img src="https://raw.githubusercontent.com/kunifujiwara/VoxCity/main/images/concept.png" alt="Conceptual Diagram of voxcity" width="800">
91
93
  </p>
92
94
 
95
+ ## Tutorial
96
+
97
+ - **Google Colab (interactive notebook)**: <a href="https://colab.research.google.com/drive/1Lofd3RawKMr6QuUsamGaF48u2MN0hfrP?usp=sharing">Open tutorial in Colab</a>
98
+ - **YouTube video (walkthrough)**: <a href="https://youtu.be/qHusvKB07qk">Watch on YouTube</a>
99
+
100
+ <p align="center">
101
+ <a href="https://youtu.be/qHusvKB07qk" title="Click to watch the VoxCity tutorial on YouTube">
102
+ <img src="images/youtube_thumbnail_play.png" alt="VoxCity Tutorial — Click to watch on YouTube" width="480">
103
+ </a>
104
+ </p>
105
+
106
+ <p align="center">
107
+ <em>Tutorial video by <a href="https://ual.sg/author/liang-xiucheng/">Xiucheng Liang</a></em>
108
+ </p>
109
+
93
110
 
94
111
  ## Key Features
95
112
 
@@ -524,6 +541,8 @@ Fujiwara K, Tsurumi R, Kiyono T, Fan Z, Liang X, Lei B, Yap W, Ito K, Biljecki F
524
541
 
525
542
  ## Credit
526
543
 
544
+ - Tutorial video by <a href="https://ual.sg/author/liang-xiucheng/">Xiucheng Liang</a>
545
+
527
546
  This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [`audreyr/cookiecutter-pypackage`](https://github.com/audreyr/cookiecutter-pypackage) project template.
528
547
 
529
548
  --------------------------------------------------------------------------------