voxcity 0.5.8__tar.gz → 0.5.10__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.
- {voxcity-0.5.8 → voxcity-0.5.10}/PKG-INFO +5 -1
- {voxcity-0.5.8 → voxcity-0.5.10}/README.md +4 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/pyproject.toml +1 -1
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/downloader/citygml.py +347 -194
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/generator.py +4 -4
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/geoprocessor/mesh.py +105 -1
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/utils/visualization.py +62 -116
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity.egg-info/PKG-INFO +5 -1
- {voxcity-0.5.8 → voxcity-0.5.10}/AUTHORS.rst +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/CONTRIBUTING.rst +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/HISTORY.rst +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/LICENSE +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/MANIFEST.in +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/docs/Makefile +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/docs/archive/README.rst +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/docs/authors.rst +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/docs/conf.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/docs/index.rst +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/docs/make.bat +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/setup.cfg +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/__init__.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/downloader/__init__.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/downloader/eubucco.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/downloader/gee.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/downloader/mbfp.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/downloader/oemj.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/downloader/omt.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/downloader/osm.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/downloader/overture.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/downloader/utils.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/exporter/__init_.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/exporter/envimet.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/exporter/magicavoxel.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/exporter/obj.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/geoprocessor/__init_.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/geoprocessor/draw.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/geoprocessor/grid.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/geoprocessor/network.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/geoprocessor/polygon.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/geoprocessor/utils.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/simulator/__init_.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/simulator/solar.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/simulator/utils.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/simulator/view.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/utils/__init_.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/utils/lc.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/utils/material.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity/utils/weather.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity.egg-info/SOURCES.txt +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity.egg-info/dependency_links.txt +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity.egg-info/requires.txt +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/src/voxcity.egg-info/top_level.txt +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/tests/__init__.py +0 -0
- {voxcity-0.5.8 → voxcity-0.5.10}/tests/voxelcity.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: voxcity
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.10
|
|
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>
|
|
@@ -72,6 +72,10 @@ Dynamic: license-file
|
|
|
72
72
|
Tutorial preview: <a href="https://colab.research.google.com/drive/1Lofd3RawKMr6QuUsamGaF48u2MN0hfrP?usp=sharing">[Google Colab]</a>
|
|
73
73
|
</p>
|
|
74
74
|
|
|
75
|
+
<p align="center">
|
|
76
|
+
<img src="https://raw.githubusercontent.com/kunifujiwara/VoxCity/main/images/logo.png" alt="Voxcity logo" width="800">
|
|
77
|
+
</p>
|
|
78
|
+
|
|
75
79
|
# VoxCity
|
|
76
80
|
|
|
77
81
|
**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.
|
|
@@ -9,6 +9,10 @@
|
|
|
9
9
|
Tutorial preview: <a href="https://colab.research.google.com/drive/1Lofd3RawKMr6QuUsamGaF48u2MN0hfrP?usp=sharing">[Google Colab]</a>
|
|
10
10
|
</p>
|
|
11
11
|
|
|
12
|
+
<p align="center">
|
|
13
|
+
<img src="https://raw.githubusercontent.com/kunifujiwara/VoxCity/main/images/logo.png" alt="Voxcity logo" width="800">
|
|
14
|
+
</p>
|
|
15
|
+
|
|
12
16
|
# VoxCity
|
|
13
17
|
|
|
14
18
|
**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.
|