Skip to content

Derive urban canopy parameters from CityGML data

Notifications You must be signed in to change notification settings

sebschub/citygml2ucp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Status: Active – The project has reached a stable, usable state and is being actively developed.

citygml2ucp

This program derives urban canopy parameters from CityGML data.

Installation

  • Install the Java 11 JDK. Please ensure that JAVA_PATH points 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=include1
    

    where

    • include1 = folder in which the header file jni.h resides (usually $JAVA_HOME/include)
    • include2 = folder in which the header file jni_md.h resides (usually $JAVA_HOME/include/linux or whatever)

    For convinience, the corresponding proj Java classes are included in the citygml2ucp source code.

  • Run mvn package inside the citygml2ucp repository to build the jar file.

About

Derive urban canopy parameters from CityGML data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages