voxcity 0.5.0__tar.gz → 0.5.2__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.0 → voxcity-0.5.2}/PKG-INFO +1 -1
- {voxcity-0.5.0 → voxcity-0.5.2}/pyproject.toml +1 -1
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/generator.py +2 -2
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity.egg-info/PKG-INFO +1 -1
- {voxcity-0.5.0 → voxcity-0.5.2}/AUTHORS.rst +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/CONTRIBUTING.rst +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/HISTORY.rst +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/LICENSE +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/MANIFEST.in +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/README.md +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/docs/Makefile +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/docs/archive/README.rst +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/docs/authors.rst +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/docs/conf.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/docs/index.rst +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/docs/make.bat +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/setup.cfg +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/__init__.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/downloader/__init__.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/downloader/citygml.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/downloader/eubucco.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/downloader/gee.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/downloader/mbfp.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/downloader/oemj.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/downloader/omt.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/downloader/osm.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/downloader/overture.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/downloader/utils.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/exporter/__init_.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/exporter/envimet.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/exporter/magicavoxel.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/exporter/obj.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/geoprocessor/__init_.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/geoprocessor/draw.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/geoprocessor/grid.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/geoprocessor/mesh.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/geoprocessor/network.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/geoprocessor/polygon.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/geoprocessor/utils.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/simulator/__init_.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/simulator/solar.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/simulator/utils.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/simulator/view.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/utils/__init_.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/utils/lc.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/utils/material.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/utils/visualization.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity/utils/weather.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity.egg-info/SOURCES.txt +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity.egg-info/dependency_links.txt +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity.egg-info/requires.txt +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/src/voxcity.egg-info/top_level.txt +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/tests/__init__.py +0 -0
- {voxcity-0.5.0 → voxcity-0.5.2}/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.2
|
|
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>
|
|
@@ -83,7 +83,7 @@ def get_land_cover_grid(rectangle_vertices, meshsize, source, output_dir, **kwar
|
|
|
83
83
|
print(f"Data source: {source}")
|
|
84
84
|
|
|
85
85
|
# Initialize Earth Engine for accessing satellite data
|
|
86
|
-
if source
|
|
86
|
+
if source not in ["OpenStreetMap", "OpenEarthMapJapan"]:
|
|
87
87
|
initialize_earth_engine()
|
|
88
88
|
|
|
89
89
|
# Create output directory if it doesn't exist
|
|
@@ -734,7 +734,7 @@ def get_voxcity_CityGML(rectangle_vertices, url_citygml, land_cover_source, cano
|
|
|
734
734
|
land_cover_grid = get_land_cover_grid(rectangle_vertices, meshsize, land_cover_source, output_dir, **kwargs)
|
|
735
735
|
|
|
736
736
|
# building_height_grid, building_min_height_grid, building_id_grid, building_gdf = get_building_height_grid(rectangle_vertices, meshsize, building_source, output_dir, **kwargs)
|
|
737
|
-
building_height_grid, building_min_height_grid, building_id_grid, filtered_buildings = create_building_height_grid_from_gdf_polygon(
|
|
737
|
+
building_height_grid, building_min_height_grid, building_id_grid, filtered_buildings = create_building_height_grid_from_gdf_polygon(building_gdf, meshsize, rectangle_vertices, **kwargs)
|
|
738
738
|
|
|
739
739
|
# Visualize grid if requested
|
|
740
740
|
grid_vis = kwargs.get("gridvis", True)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: voxcity
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.2
|
|
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
|
|
File without changes
|