Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eric Duminil
RegionChooser
Commits
5b661fce
Commit
5b661fce
authored
Jun 02, 2025
by
Eric Duminil
Browse files
Updated doc
parent
e6c69f5e
Pipeline
#11221
passed with stage
in 38 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
5b661fce
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
It uses:
It uses:
*
[
Java 8
](
https://simstadt.hft-stuttgart.de/getting-started/install-software/#java-
8
)
*
[
Java 8
or newer
](
https://simstadt.hft-stuttgart.de/getting-started/install-software/#java-
17
)
*
JavaFX
*
JavaFX
*
[
Openlayers
](
https://openlayers.org/
)
*
[
Openlayers
](
https://openlayers.org/
)
...
@@ -57,10 +57,11 @@ With this feature, it should be easy to share geometry between users.
...
@@ -57,10 +57,11 @@ With this feature, it should be easy to share geometry between users.
RegionChooser can also be called from the command-line:
RegionChooser can also be called from the command-line:
```
bash
```
bash
Launching RegionChooser CLI
--help
Launching RegionChooserCLI
--help
Usage: region_chooser
[
-hlV
]
[
-e
=
31467]
-o
=
output.gml
-w
=
polygon.wkt
-i
=
input.
Usage: region_chooser
[
-hlV
]
[
--get-hull
]
[
-e
=
31467]
[
-o
=
output.gml]
gml[,input.gml...]
[
-i
=
input.gml[,input.gml...]]...
[
-w
=
polygon.wkt]
-i
=
input.gml[,input.gml...]
[
-i
=
input.gml
Extracts a region from one or more citygmls.
[
,input.gml...]]...
Extracts a region from one or more citygmls, or calculates the convex hull.
-i
,
--input
=
input.gml[,input.gml...]
-i
,
--input
=
input.gml[,input.gml...]
Citygml files to extract from
Citygml files to extract from
-o
,
--output
=
output.gml Output file
-o
,
--output
=
output.gml Output file
...
@@ -69,6 +70,7 @@ Extracts a region from one or more citygmls.
...
@@ -69,6 +70,7 @@ Extracts a region from one or more citygmls.
-l
,
--local
Are WKT coordinates
in
local
CRS?
-l
,
--local
Are WKT coordinates
in
local
CRS?
Coordinates are
in
WGS84
if
unspecified.
Coordinates are
in
WGS84
if
unspecified.
-w
,
--wkt
=
polygon.wkt File containing WKT polygon, or -
for
stdin
-w
,
--wkt
=
polygon.wkt File containing WKT polygon, or -
for
stdin
--get-hull
Calculate the convex hull of the input CityGML files
-h
,
--help
Show this
help
message and exit.
-h
,
--help
Show this
help
message and exit.
-V
,
--version
Print version information and exit.
-V
,
--version
Print version information and exit.
```
```
...
@@ -76,12 +78,15 @@ Extracts a region from one or more citygmls.
...
@@ -76,12 +78,15 @@ Extracts a region from one or more citygmls.
As an example:
As an example:
```
bash
```
bash
java
-classpath
"Desktop
\S
imStadt_0.10.0-SNAPSHOT_master_20221019_7d2546f
\l
ib
\*
"
SimStadt.bat
eu.simstadt.regionchooser.RegionChooserCLI
--input
Grombühl.proj
\L
oD2_32_566_5516_2_BY.gml,Grombühl.proj
\L
oD2_32_568_5516_2_BY.gml,Grombühl.proj
\L
oD2_32_570_5516_2_BY.gml
--input
Grombühl.proj
\L
oD2_32_566_5516_2_BY.gml,Grombühl.proj
\L
oD2_32_568_5516_2_BY.gml,Grombühl.proj
\L
oD2_32_570_5516_2_BY.gml
--output
Grombühl.proj
\G
rombühl.gml
--wkt
"POLYGON((9.920858224863567 49.807325539080495, 9.918540796274696 49.79447295986074, 9.992612680429975 49.79358644932381, 9.991926034922162 49.807325539080495, 9.920858224863567 49.807325539080495))"
--output
Grombühl.proj
\G
rombühl.gml
--wkt
"POLYGON((9.920858224863567 49.807325539080495, 9.918540796274696 49.79447295986074, 9.992612680429975 49.79358644932381, 9.991926034922162 49.807325539080495, 9.920858224863567 49.807325539080495))"
```
```
```
bash
./SimStadt.sh
--get-hull
--input
example.gml
```
## Development
## Development
In order to compile, test and install RegionChooser into your local Maven repository:
In order to compile, test and install RegionChooser into your local Maven repository:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment