Commit 3df17d25 authored by Eric Duminil's avatar Eric Duminil
Browse files

todo

parent d1b5a44c
......@@ -25,6 +25,7 @@ class RegionChooserCommandLineInterface implements Callable<Integer>
{
@Option(names = { "-i",
"--input" }, required = true, split = ",", description = "Citygml files to extract from", paramLabel = "input.gml")
//TODO: Allow folders too?
Path[] citygmls;
@Option(names = { "-o",
......@@ -44,7 +45,8 @@ class RegionChooserCommandLineInterface implements Callable<Integer>
@Override
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
CoordinateReferenceSystem localCRS;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment