README.md 722 Bytes
Newer Older
1
2
3
4
# RegionChooser

[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.

Eric Duminil's avatar
Eric Duminil committed
5
6
![RegionChooserScreenshot](region_chooser_screenshot.png)

7
8
It uses:

Eric Duminil's avatar
Eric Duminil committed
9
10
11
* Java 8
* JavaFX
* [Openlayers](https://openlayers.org/)
12
13
14
15
16
17
18

## Installation

`mvn clean package`

## Usage

Eric Duminil's avatar
Eric Duminil committed
19
20
* `start.bat` in Windows
* `./start.sh` in Linux
21
22
23
24
25
26
27
28
29
30
31

## 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/)