This project provides researchers with the capability to integrate three-dimensional (longitude, latitude, altitude) coordinates and environmental data sets in an urban block. Through calibration, 3D Kriging interpolation, and K-means automated clustering, it identifies hot zones and digitizes these zones to determine the weight and relationship of each hot zone.
- Please refer to the data format in data/data.
- Set the relevant parameters in the data_cali file to obtain calibrated data after execution.
- Set the relevant parameters in the kirking file to obtain 3D Kriging interpolated data after execution.
- Set the relevant parameters in the kmeansAnd3DSpaceSyntax file to obtain the final results after execution.
- 數據格式請參照 data/data。
- 設定data_cali檔案內相關參數,執行後獲得校正後數據。
- 設定kirking檔案內相關參數,執行後獲得三維克里金插值數據。
- 設定kmeansAnd3DSpaceSyntax檔案內相關參數,執行後獲得最終結果。
This project is licensed under the MIT License - see the LICENSE file for details.