Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eric Duminil
RegionChooser
Commits
3df17d25
Commit
3df17d25
authored
2 years ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
todo
parent
d1b5a44c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/eu/simstadt/regionchooser/RegionChooserCommandLineInterface.java
+3
-1
...tadt/regionchooser/RegionChooserCommandLineInterface.java
with
3 additions
and
1 deletion
+3
-1
src/main/java/eu/simstadt/regionchooser/RegionChooserCommandLineInterface.java
+
3
-
1
View file @
3df17d25
...
@@ -25,6 +25,7 @@ class RegionChooserCommandLineInterface implements Callable<Integer>
...
@@ -25,6 +25,7 @@ class RegionChooserCommandLineInterface implements Callable<Integer>
{
{
@Option
(
names
=
{
"-i"
,
@Option
(
names
=
{
"-i"
,
"--input"
},
required
=
true
,
split
=
","
,
description
=
"Citygml files to extract from"
,
paramLabel
=
"input.gml"
)
"--input"
},
required
=
true
,
split
=
","
,
description
=
"Citygml files to extract from"
,
paramLabel
=
"input.gml"
)
//TODO: Allow folders too?
Path
[]
citygmls
;
Path
[]
citygmls
;
@Option
(
names
=
{
"-o"
,
@Option
(
names
=
{
"-o"
,
...
@@ -44,7 +45,8 @@ class RegionChooserCommandLineInterface implements Callable<Integer>
...
@@ -44,7 +45,8 @@ class RegionChooserCommandLineInterface implements Callable<Integer>
@Override
@Override
public
Integer
call
()
throws
Exception
{
public
Integer
call
()
throws
Exception
{
//TODO: Move as much logic to utils as possible, and test it.
//TODO: Move as much logic to utils as possible
//TODO: Test
//TODO: Use logger
//TODO: Use logger
CoordinateReferenceSystem
localCRS
;
CoordinateReferenceSystem
localCRS
;
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets