to model a house in 3D with only a home address
to model a house in 3D with only a home address
Consolidate the knowledge in Python, specifically in :
We are LIDAR PLANES , active in the Geospatial industy. We would like to use our data to launch a new branch in the insurrance business. So, we need you to build a solution with our data to model a house in 3D with only a home address.The results we’re insterested in are DSM (Digital Surface Map) and DTM (Digital Terrain Map).
3D lookup of houses.
[X] Research and understand the term, concept and requirement of the project.
[X] Discover new libraries that can be used to render a 3D plot
[X] Explore others 3D plotting libraries
[X] Create belgium houses addresses with coordinate from opendata.bosa.be website
[X] Plot 3D houses only with flandres dataset.
[X] Plot 3D houses only with wallonie dataset.
* https://kaiyungtan.github.io/3D_houses/Examples_Code_3D_houses/Project_3D_Houses_Wallonie_Wavre.html
* https://kaiyungtan.github.io/3D_houses/Examples_Code_3D_houses/Project_3D_Houses_Belgium_Arlon.html
[X] Plot 3D monuments in Belgium
to convert an address to a latitude,longtitude coordinate
to search the existing tif and determine which tif contain the coordinate
to clip the tif with certain window size to allow rendering in 3D
to use new libraries to render a 3D plot
unable to host all the data - Flandre data (80GB) and Wallonie data (100GB) on the same place (due to limit of storage)
after updating macOS Catalina version 10.15.7, Anaconda-Navigator did not work and have to reinstall Anaconda-Navigator and all libraries for this project.
after reinstall mayavi , mayavi did not work on python 3.8. Upon investigating, found out that have to install vtk in order for mayavi to work.
due to the buffer zone of each tif file, some houses can be located on 2 tifs.
geocoding of address to coordinates sometime did not give the correct location of the houses
belgium addresses.csv may not be able to provide the coordinate for the address in question, due to the address provided may not actually the same as indicated in the csv or address has been removed during the cleaning process of the data.
new houses after 2014 are not shown on the tif due to the fact the tif was dated 2014.