This program derives urban canopy parameters from CityGML data.
-
Install the Java 11 JDK. Please ensure that
JAVA_PATHpoints to the new installation. -
Download and install the proj library (tested with version 5.2.0) with Java support. Usually, this requires manual compilation with something like
CFLAGS=-Iinclude2 ./configure --with-jni=include1where
include1= folder in which the header filejni.hresides (usually$JAVA_HOME/include)include2= folder in which the header filejni_md.hresides (usually$JAVA_HOME/include/linuxor whatever)
For convinience, the corresponding proj Java classes are included in the citygml2ucp source code.
-
Run
mvn packageinside the citygml2ucp repository to build the jar file.