voxcity 0.5.17__tar.gz → 0.5.18__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.17 → voxcity-0.5.18}/PKG-INFO +1 -1
- {voxcity-0.5.17 → voxcity-0.5.18}/pyproject.toml +1 -1
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/generator.py +6 -6
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity.egg-info/PKG-INFO +1 -1
- {voxcity-0.5.17 → voxcity-0.5.18}/AUTHORS.rst +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/CONTRIBUTING.rst +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/HISTORY.rst +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/LICENSE +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/MANIFEST.in +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/README.md +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/docs/Makefile +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/docs/archive/README.rst +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/docs/authors.rst +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/docs/conf.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/docs/index.rst +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/docs/make.bat +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/setup.cfg +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/__init__.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/downloader/__init__.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/downloader/citygml.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/downloader/eubucco.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/downloader/gee.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/downloader/mbfp.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/downloader/oemj.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/downloader/osm.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/downloader/overture.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/downloader/utils.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/exporter/__init_.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/exporter/envimet.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/exporter/magicavoxel.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/exporter/obj.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/geoprocessor/__init_.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/geoprocessor/draw.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/geoprocessor/grid.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/geoprocessor/mesh.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/geoprocessor/network.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/geoprocessor/polygon.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/geoprocessor/utils.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/simulator/__init_.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/simulator/solar.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/simulator/utils.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/simulator/view.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/utils/__init_.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/utils/lc.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/utils/material.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/utils/visualization.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity/utils/weather.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity.egg-info/SOURCES.txt +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity.egg-info/dependency_links.txt +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity.egg-info/requires.txt +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/src/voxcity.egg-info/top_level.txt +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/tests/__init__.py +0 -0
- {voxcity-0.5.17 → voxcity-0.5.18}/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.18
|
|
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>
|
|
@@ -24,7 +24,7 @@ import os
|
|
|
24
24
|
from .downloader.mbfp import get_mbfp_gdf
|
|
25
25
|
from .downloader.osm import load_gdf_from_openstreetmap, load_land_cover_gdf_from_osm
|
|
26
26
|
from .downloader.oemj import save_oemj_as_geotiff
|
|
27
|
-
from .downloader.omt import load_gdf_from_openmaptiles
|
|
27
|
+
# from .downloader.omt import load_gdf_from_openmaptiles
|
|
28
28
|
from .downloader.eubucco import load_gdf_from_eubucco
|
|
29
29
|
from .downloader.overture import load_gdf_from_overture
|
|
30
30
|
from .downloader.citygml import load_buid_dem_veg_from_citygml
|
|
@@ -210,9 +210,9 @@ def get_building_height_grid(rectangle_vertices, meshsize, source, output_dir, *
|
|
|
210
210
|
elif source == 'EUBUCCO v0.1':
|
|
211
211
|
# European building database with height information
|
|
212
212
|
gdf = load_gdf_from_eubucco(rectangle_vertices, output_dir)
|
|
213
|
-
elif source == "OpenMapTiles":
|
|
214
|
-
|
|
215
|
-
|
|
213
|
+
# elif source == "OpenMapTiles":
|
|
214
|
+
# # Vector tiles service for building data
|
|
215
|
+
# gdf = load_gdf_from_openmaptiles(rectangle_vertices, kwargs["maptiler_API_key"])
|
|
216
216
|
elif source == "Overture":
|
|
217
217
|
# Open building dataset from Overture Maps Foundation
|
|
218
218
|
gdf = load_gdf_from_overture(rectangle_vertices)
|
|
@@ -255,8 +255,8 @@ def get_building_height_grid(rectangle_vertices, meshsize, source, output_dir, *
|
|
|
255
255
|
gdf_comp = load_gdf_from_openstreetmap(rectangle_vertices)
|
|
256
256
|
elif building_complementary_source == 'EUBUCCO v0.1':
|
|
257
257
|
gdf_comp = load_gdf_from_eubucco(rectangle_vertices, output_dir)
|
|
258
|
-
elif building_complementary_source == "OpenMapTiles":
|
|
259
|
-
|
|
258
|
+
# elif building_complementary_source == "OpenMapTiles":
|
|
259
|
+
# gdf_comp = load_gdf_from_openmaptiles(rectangle_vertices, kwargs["maptiler_API_key"])
|
|
260
260
|
elif building_complementary_source == "Overture":
|
|
261
261
|
gdf_comp = load_gdf_from_overture(rectangle_vertices)
|
|
262
262
|
elif building_complementary_source == "Local file":
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: voxcity
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.18
|
|
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>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|