README.md 775 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# RegionChooser

[![RegionChooserScreenshot][https://i.stack.imgur.com/ldsUV.png]][https://i.stack.imgur.com/ldsUV.png]

[RegionChooser](https://transfer.hft-stuttgart.de/gitlab/hft_gitlab/regionchooser) is a Java project. Its graphical interface allows to extract a specific region from [CityGML](https://www.opengeospatial.org/standards/citygml) and save it as a smaller CityGML file.

It uses:

    * Java 8
    * JavaFX
    * [Openlayers](https://openlayers.org/)

## Installation

`mvn clean package`

## Usage

`start.bat` in Windows
`./start.sh` in Linux

## Author

Eric Duminil, [HfT Stuttgart](https://www.hft-stuttgart.de/)

## Contributors

Matthias Betz, [HfT Stuttgart](https://www.hft-stuttgart.de/)

## License
[MIT](https://choosealicense.com/licenses/mit/)