diff --git a/builtin.html b/builtin.html index 72ae414..ec04e60 100644 --- a/builtin.html +++ b/builtin.html @@ -639,7 +639,7 @@

Date

geo-shell> date

-

Tuesday, October 24, 2023 at 11:55:59 PM Coordinated Universal Time

+

Thursday, October 26, 2023 at 11:53:25 PM Coordinated Universal Time

@@ -755,7 +755,7 @@

Version

geo-shell> version

-

0.13.0

+

0.14.0-SNAPSHOT

@@ -943,7 +943,7 @@

Open

diff --git a/builtin.pdf b/builtin.pdf index 7458f7b..3ebf9b9 100644 Binary files a/builtin.pdf and b/builtin.pdf differ diff --git a/format.html b/format.html index bdba4ac..eda71f7 100644 --- a/format.html +++ b/format.html @@ -643,7 +643,7 @@

Rasters

diff --git a/format.pdf b/format.pdf index 8b78bbb..b9b173e 100644 Binary files a/format.pdf and b/format.pdf differ diff --git a/images/layer_buffer.png b/images/layer_buffer.png index b725b80..e84a8ac 100644 Binary files a/images/layer_buffer.png and b/images/layer_buffer.png differ diff --git a/images/layer_grid_widthheight.png b/images/layer_grid_widthheight.png index c3f1834..9d8a00c 100644 Binary files a/images/layer_grid_widthheight.png and b/images/layer_grid_widthheight.png differ diff --git a/images/layer_mincircles.png b/images/layer_mincircles.png index a2d8bb9..906528c 100644 Binary files a/images/layer_mincircles.png and b/images/layer_mincircles.png differ diff --git a/images/layer_transform.png b/images/layer_transform.png index 2d0f755..da54068 100644 Binary files a/images/layer_transform.png and b/images/layer_transform.png differ diff --git a/images/random_points.png b/images/random_points.png index 9068e1f..5acb70a 100644 Binary files a/images/random_points.png and b/images/random_points.png differ diff --git a/images/style_vector_uniquevalues.png b/images/style_vector_uniquevalues.png index 30e7709..5463306 100644 Binary files a/images/style_vector_uniquevalues.png and b/images/style_vector_uniquevalues.png differ diff --git a/images/style_vector_uniquevaluesfromtext.png b/images/style_vector_uniquevaluesfromtext.png index e10dcaa..9c261fb 100644 Binary files a/images/style_vector_uniquevaluesfromtext.png and b/images/style_vector_uniquevaluesfromtext.png differ diff --git a/index.html b/index.html index d11ebfc..75a4d07 100644 --- a/index.html +++ b/index.html @@ -534,7 +534,7 @@

Geo Shell

Jared Erickson
-version 0.13.0 +version 0.14.0-SNAPSHOT
Table of Contents
@@ -1487,7 +1487,7 @@

Get Style

-
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns="http://www.opengis.net/sld" xmlns:sld="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
+
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns:sld="http://www.opengis.net/sld" xmlns="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
   <sld:UserLayer>
     <sld:LayerFeatureConstraints>
       <sld:FeatureTypeConstraint/>
@@ -2100,14 +2100,14 @@ 

Read

geo-shell> layer features --name points
-Feature (fid-33d83c8e_18b641d02ef_-78c1)
+Feature (fid-750691c5_18b6e67b525_-4e47)
----------------------------------------
geometry = POINT (1 1)
id = 1
name = Home

-

Feature (fid-33d83c8e_18b641d02ef_-78c0)
+

Feature (fid-750691c5_18b6e67b525_-4e46)
----------------------------------------
geometry = POINT (2 2)
id = 2
@@ -2197,7 +2197,7 @@

Update Field

geo-shell> layer features --name points
-Feature (fid-33d83c8e_18b641d02ef_-7916)
+Feature (fid-750691c5_18b6e67b525_-4e9c)
----------------------------------------
the_geom = POINT (-122.333056 47.609722)
fid = 1
@@ -2205,7 +2205,7 @@

Update Fieldstate = WA

-

Feature (fid-33d83c8e_18b641d02ef_-7914)
+

Feature (fid-750691c5_18b6e67b525_-4e9a)
----------------------------------------
the_geom = POINT (-122.459444 47.241389)
fid = 2
@@ -2398,7 +2398,7 @@

Add Area Fi

geo-shell> layer features --name states_area --filter "NAME_1='North Dakota'" --field "NAME_0,AREA"
-Feature (fid-33d83c8e_18b641d02ef_-790f)
+Feature (fid-750691c5_18b6e67b525_-4e95)
----------------------------------------
NAME_0 = United States
AREA = 21.804544852979944

@@ -2583,7 +2583,7 @@

Add ID Field

geo-shell> layer features --name places_id --filter "NAME='Seattle'" --field "NAME,ID"
-Feature (fid-33d83c8e_18b641d02ef_-7a54)
+Feature (fid-750691c5_18b6e67b525_-4fda)
----------------------------------------
NAME = Seattle
ID = 10

@@ -2769,7 +2769,7 @@

Add XY Fields

geo-shell> layer features --name places_xy --filter "NAME='Seattle'" --field "NAME,X,Y"
-Feature (fid-33d83c8e_18b641d02ef_-60fa)
+Feature (fid-750691c5_18b6e67b525_-3680)
----------------------------------------
NAME = Seattle
X = -122.34193084586849
@@ -2900,14 +2900,14 @@

Fix

geo-shell> layer features --name lines_fixed
-Feature (fid-33d83c8e_18b641d02ef_-78cb)
+Feature (fid-750691c5_18b6e67b525_-4e51)
----------------------------------------
the_geom = LINESTRING (0 0, 1 1)
fid = 1
name = Location 1

-

Feature (fid-33d83c8e_18b641d02ef_-78ca)
+

Feature (fid-750691c5_18b6e67b525_-4e50)
----------------------------------------
the_geom = LINESTRING (1 1, 2 2, 3 3)
fid = 2
@@ -11487,7 +11487,7 @@

Create

-
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns="http://www.opengis.net/sld" xmlns:sld="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
+
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns:sld="http://www.opengis.net/sld" xmlns="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
   <sld:UserLayer>
     <sld:LayerFeatureConstraints>
       <sld:FeatureTypeConstraint/>
@@ -11628,7 +11628,7 @@ 

Vector Defa

-
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns="http://www.opengis.net/sld" xmlns:sld="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
+
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns:sld="http://www.opengis.net/sld" xmlns="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
   <sld:UserLayer>
     <sld:LayerFeatureConstraints>
       <sld:FeatureTypeConstraint/>
@@ -11661,7 +11661,7 @@ 

Vector Defa

-
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns="http://www.opengis.net/sld" xmlns:sld="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
+
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns:sld="http://www.opengis.net/sld" xmlns="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
   <sld:UserLayer>
     <sld:LayerFeatureConstraints>
       <sld:FeatureTypeConstraint/>
@@ -11816,7 +11816,7 @@ 

Vector Gr

-
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns="http://www.opengis.net/sld" xmlns:sld="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
+
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns:sld="http://www.opengis.net/sld" xmlns="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
   <sld:UserLayer>
     <sld:LayerFeatureConstraints>
       <sld:FeatureTypeConstraint/>
@@ -11974,7 +11974,7 @@ 

-
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns="http://www.opengis.net/sld" xmlns:sld="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
+
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns:sld="http://www.opengis.net/sld" xmlns="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
   <sld:UserLayer>
     <sld:LayerFeatureConstraints>
       <sld:FeatureTypeConstraint/>
@@ -11993,12 +11993,12 @@ 

</ogc:Filter> <sld:PolygonSymbolizer> <sld:Fill> - <sld:CssParameter name="fill">#7d7c4a</sld:CssParameter> + <sld:CssParameter name="fill">#724602</sld:CssParameter> </sld:Fill> </sld:PolygonSymbolizer> <sld:LineSymbolizer> <sld:Stroke> - <sld:CssParameter name="stroke">#575633</sld:CssParameter> + <sld:CssParameter name="stroke">#4f3101</sld:CssParameter> <sld:CssParameter name="stroke-width">0.5</sld:CssParameter> </sld:Stroke> </sld:LineSymbolizer> @@ -12013,12 +12013,12 @@

</ogc:Filter> <sld:PolygonSymbolizer> <sld:Fill> - <sld:CssParameter name="fill">#0a6c36</sld:CssParameter> + <sld:CssParameter name="fill">#41054f</sld:CssParameter> </sld:Fill> </sld:PolygonSymbolizer> <sld:LineSymbolizer> <sld:Stroke> - <sld:CssParameter name="stroke">#074b25</sld:CssParameter> + <sld:CssParameter name="stroke">#2d0337</sld:CssParameter> <sld:CssParameter name="stroke-width">0.5</sld:CssParameter> </sld:Stroke> </sld:LineSymbolizer> @@ -12120,7 +12120,7 @@

-
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns="http://www.opengis.net/sld" xmlns:sld="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
+
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns:sld="http://www.opengis.net/sld" xmlns="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
   <sld:UserLayer>
     <sld:LayerFeatureConstraints>
       <sld:FeatureTypeConstraint/>
@@ -12391,7 +12391,7 @@ 

Raster

-
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns="http://www.opengis.net/sld" xmlns:sld="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
+
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns:sld="http://www.opengis.net/sld" xmlns="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
   <sld:UserLayer>
     <sld:LayerFeatureConstraints>
       <sld:FeatureTypeConstraint/>
@@ -12535,7 +12535,7 @@ 

geo-shell> style repository delete --type directory --options file=examples/styles --layerName parcels --styleName parcels
@@ -12880,7 +12880,7 @@

geo-shell> style repository get --type nested-directory --options file=examples/county_styles --layerName roads --styleName roads
-<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns="http://www.opengis.net/sld" xmlns:sld="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
+<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns:sld="http://www.opengis.net/sld" xmlns="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
<sld:UserLayer>
<sld:LayerFeatureConstraints>
<sld:FeatureTypeConstraint/>
@@ -14229,7 +14229,7 @@

Date

geo-shell> date

-

Tuesday, October 24, 2023 at 11:55:59 PM Coordinated Universal Time

+

Thursday, October 26, 2023 at 11:53:25 PM Coordinated Universal Time

@@ -14345,7 +14345,7 @@

Version

geo-shell> version

-

0.13.0

+

0.14.0-SNAPSHOT

@@ -14533,8 +14533,8 @@

Open

diff --git a/index.pdf b/index.pdf index 2c75a5f..a5c865f 100644 Binary files a/index.pdf and b/index.pdf differ diff --git a/intro.html b/intro.html index 35d4e13..2050783 100644 --- a/intro.html +++ b/intro.html @@ -506,7 +506,7 @@

Use

diff --git a/intro.pdf b/intro.pdf index 5884846..c9dd887 100644 Binary files a/intro.pdf and b/intro.pdf differ diff --git a/layer.html b/layer.html index 419cacb..92f374a 100644 --- a/layer.html +++ b/layer.html @@ -1151,7 +1151,7 @@

Get Style

-
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns="http://www.opengis.net/sld" xmlns:sld="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
+
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns:sld="http://www.opengis.net/sld" xmlns="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
   <sld:UserLayer>
     <sld:LayerFeatureConstraints>
       <sld:FeatureTypeConstraint/>
@@ -1764,14 +1764,14 @@ 

Read

geo-shell> layer features --name points
-Feature (fid-33d83c8e_18b641d02ef_-78c1)
+Feature (fid-750691c5_18b6e67b525_-4e47)
----------------------------------------
geometry = POINT (1 1)
id = 1
name = Home

-

Feature (fid-33d83c8e_18b641d02ef_-78c0)
+

Feature (fid-750691c5_18b6e67b525_-4e46)
----------------------------------------
geometry = POINT (2 2)
id = 2
@@ -1861,7 +1861,7 @@

Update Field

geo-shell> layer features --name points
-Feature (fid-33d83c8e_18b641d02ef_-7916)
+Feature (fid-750691c5_18b6e67b525_-4e9c)
----------------------------------------
the_geom = POINT (-122.333056 47.609722)
fid = 1
@@ -1869,7 +1869,7 @@

Update Fieldstate = WA

-

Feature (fid-33d83c8e_18b641d02ef_-7914)
+

Feature (fid-750691c5_18b6e67b525_-4e9a)
----------------------------------------
the_geom = POINT (-122.459444 47.241389)
fid = 2
@@ -2062,7 +2062,7 @@

Add Area Fi

geo-shell> layer features --name states_area --filter "NAME_1='North Dakota'" --field "NAME_0,AREA"
-Feature (fid-33d83c8e_18b641d02ef_-790f)
+Feature (fid-750691c5_18b6e67b525_-4e95)
----------------------------------------
NAME_0 = United States
AREA = 21.804544852979944

@@ -2247,7 +2247,7 @@

Add ID Field

geo-shell> layer features --name places_id --filter "NAME='Seattle'" --field "NAME,ID"
-Feature (fid-33d83c8e_18b641d02ef_-7a54)
+Feature (fid-750691c5_18b6e67b525_-4fda)
----------------------------------------
NAME = Seattle
ID = 10

@@ -2433,7 +2433,7 @@

Add XY Fields

geo-shell> layer features --name places_xy --filter "NAME='Seattle'" --field "NAME,X,Y"
-Feature (fid-33d83c8e_18b641d02ef_-60fa)
+Feature (fid-750691c5_18b6e67b525_-3680)
----------------------------------------
NAME = Seattle
X = -122.34193084586849
@@ -2564,14 +2564,14 @@

Fix

geo-shell> layer features --name lines_fixed
-Feature (fid-33d83c8e_18b641d02ef_-78cb)
+Feature (fid-750691c5_18b6e67b525_-4e51)
----------------------------------------
the_geom = LINESTRING (0 0, 1 1)
fid = 1
name = Location 1

-

Feature (fid-33d83c8e_18b641d02ef_-78ca)
+

Feature (fid-750691c5_18b6e67b525_-4e50)
----------------------------------------
the_geom = LINESTRING (1 1, 2 2, 3 3)
fid = 2
@@ -7132,7 +7132,7 @@

Hexagon

diff --git a/layer.pdf b/layer.pdf index 1e60a89..69f476c 100644 Binary files a/layer.pdf and b/layer.pdf differ diff --git a/map.html b/map.html index aa933b6..a9c4550 100644 --- a/map.html +++ b/map.html @@ -1528,7 +1528,7 @@

Map Cube

diff --git a/map.pdf b/map.pdf index 916fea7..9744332 100644 Binary files a/map.pdf and b/map.pdf differ diff --git a/output/countries_default.sld b/output/countries_default.sld index 617ef72..abba1ed 100644 --- a/output/countries_default.sld +++ b/output/countries_default.sld @@ -1,4 +1,4 @@ - + diff --git a/output/date_0_result.txt b/output/date_0_result.txt index e13af08..e404981 100644 --- a/output/date_0_result.txt +++ b/output/date_0_result.txt @@ -1 +1 @@ -[green]#Tuesday, October 24, 2023 at 11:55:59 PM Coordinated Universal Time# + \ No newline at end of file +[green]#Thursday, October 26, 2023 at 11:53:25 PM Coordinated Universal Time# + \ No newline at end of file diff --git a/output/layer_addareafield_5_result.txt b/output/layer_addareafield_5_result.txt index 57a146a..b1fad87 100644 --- a/output/layer_addareafield_5_result.txt +++ b/output/layer_addareafield_5_result.txt @@ -1,5 +1,5 @@ -[green]#Feature (fid-33d83c8e_18b641d02ef_-790f)# + +[green]#Feature (fid-750691c5_18b6e67b525_-4e95)# + [green]#----------------------------------------# + [green]#NAME_0 = United States# + [green]#AREA = 21.804544852979944# + \ No newline at end of file diff --git a/output/layer_addidfield_5_result.txt b/output/layer_addidfield_5_result.txt index 1aa1522..ed56940 100644 --- a/output/layer_addidfield_5_result.txt +++ b/output/layer_addidfield_5_result.txt @@ -1,5 +1,5 @@ -[green]#Feature (fid-33d83c8e_18b641d02ef_-7a54)# + +[green]#Feature (fid-750691c5_18b6e67b525_-4fda)# + [green]#----------------------------------------# + [green]#NAME = Seattle# + [green]#ID = 10# + \ No newline at end of file diff --git a/output/layer_addxyfields_5_result.txt b/output/layer_addxyfields_5_result.txt index 678964e..91170f4 100644 --- a/output/layer_addxyfields_5_result.txt +++ b/output/layer_addxyfields_5_result.txt @@ -1,5 +1,5 @@ -[green]#Feature (fid-33d83c8e_18b641d02ef_-60fa)# + +[green]#Feature (fid-750691c5_18b6e67b525_-3680)# + [green]#----------------------------------------# + [green]#NAME = Seattle# + [green]#X = -122.34193084586849# + diff --git a/output/layer_fix_5_result.txt b/output/layer_fix_5_result.txt index 19012ed..d47c8cc 100644 --- a/output/layer_fix_5_result.txt +++ b/output/layer_fix_5_result.txt @@ -1,11 +1,11 @@ -[green]#Feature (fid-33d83c8e_18b641d02ef_-78cb)# + +[green]#Feature (fid-750691c5_18b6e67b525_-4e51)# + [green]#----------------------------------------# + [green]#the_geom = LINESTRING (0 0, 1 1)# + [green]#fid = 1# + [green]#name = Location 1# + -[green]#Feature (fid-33d83c8e_18b641d02ef_-78ca)# + +[green]#Feature (fid-750691c5_18b6e67b525_-4e50)# + [green]#----------------------------------------# + [green]#the_geom = LINESTRING (1 1, 2 2, 3 3)# + [green]#fid = 2# + diff --git a/output/layer_read_2_result.txt b/output/layer_read_2_result.txt index 0deb859..0c8d41f 100644 --- a/output/layer_read_2_result.txt +++ b/output/layer_read_2_result.txt @@ -1,11 +1,11 @@ -[green]#Feature (fid-33d83c8e_18b641d02ef_-78c1)# + +[green]#Feature (fid-750691c5_18b6e67b525_-4e47)# + [green]#----------------------------------------# + [green]#geometry = POINT (1 1)# + [green]#id = 1# + [green]#name = Home# + -[green]#Feature (fid-33d83c8e_18b641d02ef_-78c0)# + +[green]#Feature (fid-750691c5_18b6e67b525_-4e46)# + [green]#----------------------------------------# + [green]#geometry = POINT (2 2)# + [green]#id = 2# + diff --git a/output/layer_updatefield_5_result.txt b/output/layer_updatefield_5_result.txt index 0018d54..f3abdda 100644 --- a/output/layer_updatefield_5_result.txt +++ b/output/layer_updatefield_5_result.txt @@ -1,12 +1,12 @@ -[green]#Feature (fid-33d83c8e_18b641d02ef_-7916)# + +[green]#Feature (fid-750691c5_18b6e67b525_-4e9c)# + [green]#----------------------------------------# + [green]#the_geom = POINT (-122.333056 47.609722)# + [green]#fid = 1# + [green]#name = Seattle# + [green]#state = WA# + -[green]#Feature (fid-33d83c8e_18b641d02ef_-7914)# + +[green]#Feature (fid-750691c5_18b6e67b525_-4e9a)# + [green]#----------------------------------------# + [green]#the_geom = POINT (-122.459444 47.241389)# + [green]#fid = 2# + diff --git a/output/ocean_default.sld b/output/ocean_default.sld index ee8c3ab..d4f863a 100644 --- a/output/ocean_default.sld +++ b/output/ocean_default.sld @@ -1,4 +1,4 @@ - + diff --git a/output/points.json b/output/points.json index efd6bd0..fc72d9c 100644 --- a/output/points.json +++ b/output/points.json @@ -1 +1 @@ -{"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.3331,47.6097]},"properties":{"fid":1,"name":"Seattle"},"id":"fid-33d83c8e_18b641d02ef_-78ac"},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.4594,47.2414]},"properties":{"fid":2,"name":"Tacoma"},"id":"fid-33d83c8e_18b641d02ef_-78aa"}]} \ No newline at end of file +{"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.3331,47.6097]},"properties":{"fid":1,"name":"Seattle"},"id":"fid-750691c5_18b6e67b525_-4e32"},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.4594,47.2414]},"properties":{"fid":2,"name":"Tacoma"},"id":"fid-750691c5_18b6e67b525_-4e30"}]} \ No newline at end of file diff --git a/output/states.sld b/output/states.sld index c9f8a67..d1878b9 100644 --- a/output/states.sld +++ b/output/states.sld @@ -1,4 +1,4 @@ - + diff --git a/output/style_create.sld b/output/style_create.sld index f165e2f..ce4625a 100644 --- a/output/style_create.sld +++ b/output/style_create.sld @@ -1,4 +1,4 @@ - + diff --git a/output/style_raster_colormap.sld b/output/style_raster_colormap.sld index 4e828d8..45424e3 100644 --- a/output/style_raster_colormap.sld +++ b/output/style_raster_colormap.sld @@ -1,4 +1,4 @@ - + diff --git a/output/style_raster_default.sld b/output/style_raster_default.sld index 2e0a6d3..23f7915 100644 --- a/output/style_raster_default.sld +++ b/output/style_raster_default.sld @@ -1,4 +1,4 @@ - + diff --git a/output/style_raster_palette_colormap.sld b/output/style_raster_palette_colormap.sld index 6ddb2fa..85ca7b0 100644 --- a/output/style_raster_palette_colormap.sld +++ b/output/style_raster_palette_colormap.sld @@ -1,4 +1,4 @@ - + diff --git a/output/style_repository_delete_4_result.txt b/output/style_repository_delete_4_result.txt index 064fa28..e5610d4 100644 --- a/output/style_repository_delete_4_result.txt +++ b/output/style_repository_delete_4_result.txt @@ -1,2 +1,2 @@ -[green]#parcels parcels# + -[green]#roads roads# + \ No newline at end of file +[green]#roads roads# + +[green]#parcels parcels# + \ No newline at end of file diff --git a/output/style_repository_get_4_result.txt b/output/style_repository_get_4_result.txt index d19cb53..31e4c2e 100644 --- a/output/style_repository_get_4_result.txt +++ b/output/style_repository_get_4_result.txt @@ -1,4 +1,4 @@ -[green]## + +[green]## + [green]## + [green]## + [green]## + diff --git a/output/style_vector_gradient.sld b/output/style_vector_gradient.sld index 26534e9..d850a64 100644 --- a/output/style_vector_gradient.sld +++ b/output/style_vector_gradient.sld @@ -1,4 +1,4 @@ - + diff --git a/output/style_vector_uniquevalues.sld b/output/style_vector_uniquevalues.sld index 200784c..b01c53c 100644 --- a/output/style_vector_uniquevalues.sld +++ b/output/style_vector_uniquevalues.sld @@ -1,4 +1,4 @@ - + @@ -17,12 +17,12 @@ - #7d7c4a + #724602 - #575633 + #4f3101 0.5 @@ -37,12 +37,12 @@ - #0a6c36 + #41054f - #074b25 + #2d0337 0.5 @@ -57,12 +57,12 @@ - #38771d + #197804 - #275314 + #115402 0.5 @@ -77,12 +77,12 @@ - #584d43 + #051f29 - #3d352e + #03151c 0.5 @@ -97,12 +97,12 @@ - #3c5678 + #723d25 - #2a3c54 + #4f2a19 0.5 @@ -117,12 +117,12 @@ - #7c2942 + #3f7f7e - #561c2e + #2c5858 0.5 @@ -137,12 +137,12 @@ - #647002 + #5a3c67 - #464e01 + #3e2a48 0.5 @@ -157,12 +157,12 @@ - #195255 + #2b0d34 - #11393b + #1e0924 0.5 @@ -177,12 +177,12 @@ - #0d0d65 + #56577c - #090946 + #3c3c56 0.5 @@ -197,12 +197,12 @@ - #772a6f + #175446 - #531d4d + #103a31 0.5 @@ -217,12 +217,12 @@ - #310351 + #497223 - #220238 + #334f18 0.5 @@ -237,12 +237,12 @@ - #706a34 + #407076 - #4e4a24 + #2c4e52 0.5 @@ -257,12 +257,12 @@ - #4f7913 + #631122 - #37540d + #450b17 0.5 @@ -277,12 +277,12 @@ - #78785c + #473b3a - #545440 + #312928 0.5 @@ -297,12 +297,12 @@ - #1a5217 + #233d1d - #123910 + #182a14 0.5 @@ -317,12 +317,12 @@ - #242977 + #6d262a - #191c53 + #4c1a1d 0.5 @@ -337,12 +337,12 @@ - #160c1d + #043112 - #0f0814 + #02220c 0.5 @@ -357,12 +357,12 @@ - #4e6e6f + #492063 - #364d4d + #331645 0.5 @@ -377,12 +377,12 @@ - #036f05 + #390705 - #024d03 + #270403 0.5 @@ -397,12 +397,12 @@ - #545052 + #5a6a12 - #3a3839 + #3e4a0c 0.5 @@ -417,12 +417,12 @@ - #193540 + #2c263f - #11252c + #1e1a2c 0.5 @@ -437,12 +437,12 @@ - #1f1108 + #593048 - #150b05 + #3e2132 0.5 @@ -457,12 +457,12 @@ - #516b26 + #797003 - #384a1a + #544e02 0.5 @@ -477,12 +477,12 @@ - #403d50 + #182678 - #2c2a38 + #101a54 0.5 @@ -497,12 +497,12 @@ - #4e681e + #5c3c4e - #364815 + #402a36 0.5 @@ -517,12 +517,12 @@ - #1f591e + #0c321f - #153e15 + #082315 0.5 @@ -537,12 +537,12 @@ - #4f3814 + #4a0052 - #37270e + #330039 0.5 @@ -557,12 +557,12 @@ - #594461 + #5d3767 - #3e2f43 + #412648 0.5 @@ -577,12 +577,12 @@ - #280d09 + #713f45 - #1c0906 + #4f2c30 0.5 @@ -597,12 +597,12 @@ - #51040e + #493d7c - #380209 + #332a56 0.5 @@ -617,12 +617,12 @@ - #020341 + #57095d - #01022d + #3c0641 0.5 @@ -637,12 +637,12 @@ - #576a40 + #391e5b - #3c4a2c + #27153f 0.5 @@ -657,12 +657,12 @@ - #381003 + #4d625a - #270b02 + #35443e 0.5 @@ -677,12 +677,12 @@ - #71400d + #785d48 - #4f2c09 + #544132 0.5 @@ -697,12 +697,12 @@ - #222340 + #724544 - #17182c + #4f302f 0.5 @@ -717,12 +717,12 @@ - #120610 + #09204b - #0c040b + #061634 0.5 @@ -737,12 +737,12 @@ - #447a3e + #196c06 - #2f552b + #114b04 0.5 @@ -757,12 +757,12 @@ - #553a2d + #0e7966 - #3b281f + #095447 0.5 @@ -777,12 +777,12 @@ - #1e7670 + #1c5455 - #15524e + #133a3b 0.5 @@ -797,12 +797,12 @@ - #030d50 + #594948 - #020938 + #3e3332 0.5 @@ -817,12 +817,12 @@ - #601007 + #0d0a18 - #430b04 + #090710 0.5 @@ -837,12 +837,12 @@ - #481608 + #590e3c - #320f05 + #3e092a 0.5 @@ -857,12 +857,12 @@ - #76300d + #161a45 - #522109 + #0f1230 0.5 @@ -877,12 +877,12 @@ - #24581c + #7a4a59 - #193d13 + #55333e 0.5 @@ -897,12 +897,12 @@ - #263b58 + #047e5d - #1a293d + #025841 0.5 @@ -917,12 +917,12 @@ - #136b17 + #5f0e49 - #0d4a10 + #420933 0.5 @@ -937,12 +937,12 @@ - #2f2a41 + #444243 - #201d2d + #2f2e2e 0.5 @@ -957,12 +957,12 @@ - #293f5a + #2a1b09 - #1c2c3e + #1d1206 0.5 @@ -977,12 +977,12 @@ - #72072c + #0e2c59 - #4f041e + #091e3e 0.5 @@ -997,12 +997,12 @@ - #3c525f + #42467a - #2a3942 + #2e3155 0.5 @@ -1017,12 +1017,12 @@ - #3f4571 + #6d290a - #2c304f + #4c1c07 0.5 @@ -1037,12 +1037,12 @@ - #33546d + #757d33 - #233a4c + #515723 0.5 @@ -1057,12 +1057,12 @@ - #6f2e01 + #1d515e - #4d2000 + #143841 0.5 @@ -1077,12 +1077,12 @@ - #2e1040 + #107601 - #200b2c + #0b5200 0.5 @@ -1097,12 +1097,12 @@ - #3e4617 + #573a6a - #2b3110 + #3c284a 0.5 @@ -1117,12 +1117,12 @@ - #2c550f + #316232 - #1e3b0a + #224423 0.5 @@ -1137,12 +1137,12 @@ - #463f2e + #4e1474 - #312c20 + #360e51 0.5 @@ -1157,12 +1157,12 @@ - #221a35 + #307d09 - #171225 + #215706 0.5 @@ -1177,12 +1177,12 @@ - #1b1519 + #27323d - #120e11 + #1b232a 0.5 @@ -1197,12 +1197,12 @@ - #2e761d + #3c5a66 - #205214 + #2a3e47 0.5 @@ -1217,12 +1217,12 @@ - #273d1d + #291340 - #1b2a14 + #1c0d2c 0.5 @@ -1237,12 +1237,12 @@ - #423807 + #7d147f - #2e2704 + #570e58 0.5 @@ -1257,12 +1257,12 @@ - #12445b + #166112 - #0c2f3f + #0f430c 0.5 @@ -1277,12 +1277,12 @@ - #7c5257 + #3d166f - #56393c + #2a0f4d 0.5 @@ -1297,12 +1297,12 @@ - #5c3537 + #6e2749 - #402526 + #4d1b33 0.5 @@ -1317,12 +1317,12 @@ - #291b2d + #5e420f - #1c121f + #412e0a 0.5 @@ -1337,12 +1337,12 @@ - #170f79 + #682f1c - #100a54 + #482013 0.5 @@ -1357,12 +1357,12 @@ - #0e283c + #62552d - #091c2a + #443b1f 0.5 @@ -1377,12 +1377,12 @@ - #2c752c + #6c7425 - #1e511e + #4b5119 0.5 @@ -1397,12 +1397,12 @@ - #1e2a33 + #76566a - #151d23 + #523c4a 0.5 @@ -1417,12 +1417,12 @@ - #2d522d + #7d2e32 - #1f391f + #572023 0.5 @@ -1437,12 +1437,12 @@ - #206b4b + #2c2150 - #164a34 + #1e1738 0.5 @@ -1457,12 +1457,12 @@ - #084148 + #1c7018 - #052d32 + #134e10 0.5 @@ -1477,12 +1477,12 @@ - #7f7413 + #7e6a49 - #58510d + #584a33 0.5 @@ -1497,12 +1497,12 @@ - #001718 + #1d6b18 - #001010 + #144a10 0.5 @@ -1517,12 +1517,12 @@ - #514a7a + #467056 - #383355 + #314e3c 0.5 @@ -1537,12 +1537,12 @@ - #513168 + #7f556d - #382248 + #583b4c 0.5 @@ -1557,12 +1557,12 @@ - #056549 + #275b51 - #034633 + #1b3f38 0.5 @@ -1577,12 +1577,12 @@ - #67443c + #3e143f - #482f2a + #2b0e2c 0.5 @@ -1597,12 +1597,12 @@ - #591f02 + #135a46 - #3e1501 + #0d3e31 0.5 @@ -1617,12 +1617,12 @@ - #4a493a + #0e7644 - #333328 + #09522f 0.5 @@ -1637,12 +1637,12 @@ - #057b69 + #200a3b - #035649 + #160729 0.5 @@ -1657,12 +1657,12 @@ - #0b4c66 + #753300 - #073547 + #512300 0.5 @@ -1677,12 +1677,12 @@ - #01551d + #0b047e - #003b14 + #070258 0.5 @@ -1697,12 +1697,12 @@ - #180c65 + #1e0212 - #100846 + #15010c 0.5 @@ -1717,12 +1717,12 @@ - #170656 + #3b3d3b - #10043c + #292a29 0.5 @@ -1737,12 +1737,12 @@ - #11426a + #321524 - #0b2e4a + #230e19 0.5 @@ -1757,12 +1757,12 @@ - #4c6518 + #303223 - #354610 + #212318 0.5 @@ -1777,12 +1777,12 @@ - #3c5e2b + #61386b - #2a411e + #43274a 0.5 @@ -1797,12 +1797,12 @@ - #43783b + #726266 - #2e5429 + #4f4447 0.5 @@ -1817,12 +1817,12 @@ - #226e68 + #301e24 - #174d48 + #211519 0.5 @@ -1837,12 +1837,12 @@ - #6e2470 + #445d07 - #4d194e + #2f4104 0.5 @@ -1857,12 +1857,12 @@ - #793168 + #620777 - #542248 + #440453 0.5 @@ -1877,12 +1877,12 @@ - #72431f + #1e0453 - #4f2e15 + #15023a 0.5 @@ -1897,12 +1897,12 @@ - #1d5653 + #43487c - #143c3a + #2e3256 0.5 @@ -1917,12 +1917,12 @@ - #624902 + #5f096f - #443301 + #42064d 0.5 @@ -1937,12 +1937,12 @@ - #7c250d + #7d223f - #561909 + #57172c 0.5 @@ -1957,12 +1957,12 @@ - #672b57 + #1b096c - #481e3c + #12064b 0.5 @@ -1977,12 +1977,12 @@ - #770f7f + #6a7a23 - #530a58 + #4a5518 0.5 @@ -1997,12 +1997,12 @@ - #6e130c + #7b326c - #4d0d08 + #56234b 0.5 @@ -2017,12 +2017,12 @@ - #5b5a4f + #434f33 - #3f3e37 + #2e3723 0.5 @@ -2037,12 +2037,12 @@ - #640715 + #100f2b - #46040e + #0b0a1e 0.5 @@ -2057,12 +2057,12 @@ - #7c5540 + #2f7d26 - #563b2c + #20571a 0.5 @@ -2077,12 +2077,12 @@ - #134a23 + #607d47 - #0d3318 + #435731 0.5 @@ -2097,12 +2097,12 @@ - #7d525b + #51231c - #57393f + #381813 0.5 @@ -2117,12 +2117,12 @@ - #5f7c0a + #7d4b06 - #425607 + #573404 0.5 @@ -2137,12 +2137,12 @@ - #174b50 + #517034 - #103438 + #384e24 0.5 @@ -2157,12 +2157,12 @@ - #051b48 + #422c1f - #031232 + #2e1e15 0.5 @@ -2177,12 +2177,12 @@ - #79100e + #264b68 - #540b09 + #1a3448 0.5 @@ -2197,12 +2197,12 @@ - #4c2155 + #591177 - #35173b + #3e0b53 0.5 @@ -2217,12 +2217,12 @@ - #46705f + #367149 - #314e42 + #254f33 0.5 @@ -2237,12 +2237,12 @@ - #583376 + #5b2c26 - #3d2352 + #3f1e1a 0.5 @@ -2257,12 +2257,12 @@ - #622968 + #131914 - #441c48 + #0d110e 0.5 @@ -2277,12 +2277,12 @@ - #4b6863 + #342527 - #344845 + #24191b 0.5 @@ -2297,12 +2297,12 @@ - #613524 + #123b5b - #432519 + #0c293f 0.5 @@ -2317,12 +2317,12 @@ - #102750 + #12610b - #0b1b38 + #0c4307 0.5 @@ -2337,12 +2337,12 @@ - #60336f + #291514 - #43234d + #1c0e0e 0.5 @@ -2357,12 +2357,12 @@ - #7c2f16 + #066b52 - #56200f + #044a39 0.5 @@ -2377,12 +2377,12 @@ - #304050 + #6e0675 - #212c38 + #4d0451 0.5 @@ -2397,12 +2397,12 @@ - #7e675a + #2d455b - #58483e + #1f303f 0.5 @@ -2417,12 +2417,12 @@ - #5b6e3a + #64255c - #3f4d28 + #461940 0.5 @@ -2437,12 +2437,12 @@ - #451553 + #605601 - #300e3a + #433c00 0.5 @@ -2457,12 +2457,12 @@ - #60661e + #291450 - #434715 + #1c0e38 0.5 @@ -2477,12 +2477,12 @@ - #571e55 + #330814 - #3c153b + #23050e 0.5 @@ -2497,12 +2497,12 @@ - #3b1a44 + #192b13 - #29122f + #111e0d 0.5 @@ -2517,12 +2517,12 @@ - #6f3c68 + #015547 - #4d2a48 + #003b31 0.5 @@ -2537,12 +2537,12 @@ - #137706 + #655262 - #0d5304 + #463944 0.5 @@ -2557,12 +2557,12 @@ - #791f49 + #203049 - #541533 + #162133 0.5 @@ -2577,12 +2577,12 @@ - #673f56 + #773726 - #482c3c + #53261a 0.5 @@ -2597,12 +2597,12 @@ - #602b5d + #142b6f - #431e41 + #0e1e4d 0.5 @@ -2617,12 +2617,12 @@ - #7b7168 + #097753 - #564f48 + #06533a 0.5 @@ -2637,12 +2637,12 @@ - #274829 + #2f0004 - #1b321c + #200002 0.5 @@ -2657,12 +2657,12 @@ - #3c094e + #1d243a - #2a0636 + #141928 0.5 @@ -2677,12 +2677,12 @@ - #4f1610 + #563b51 - #370f0b + #3c2938 0.5 @@ -2697,12 +2697,12 @@ - #691066 + #203b7d - #490b47 + #162957 0.5 @@ -2717,12 +2717,12 @@ - #42043f + #12580e - #2e022c + #0c3d09 0.5 @@ -2737,12 +2737,12 @@ - #51401a + #554b28 - #382c12 + #3b341c 0.5 @@ -2757,12 +2757,12 @@ - #271437 + #43561e - #1b0e26 + #2e3c15 0.5 @@ -2777,12 +2777,12 @@ - #6e061d + #0d5373 - #4d0414 + #093a50 0.5 @@ -2797,12 +2797,12 @@ - #53517c + #3e1221 - #3a3856 + #2b0c17 0.5 @@ -2817,12 +2817,12 @@ - #750c34 + #166c59 - #510824 + #0f4b3e 0.5 @@ -2837,12 +2837,12 @@ - #391033 + #060b2b - #270b23 + #04071e 0.5 @@ -2857,12 +2857,12 @@ - #0c456b + #045635 - #08304a + #023c25 0.5 @@ -2877,12 +2877,12 @@ - #502b42 + #326518 - #381e2e + #234610 0.5 @@ -2897,12 +2897,12 @@ - #0e4a6d + #371a27 - #09334c + #26121b 0.5 @@ -2917,12 +2917,12 @@ - #1c5f39 + #0a3376 - #134227 + #072352 0.5 @@ -2937,12 +2937,12 @@ - #791709 + #42407f - #541006 + #2e2c58 0.5 @@ -2957,12 +2957,12 @@ - #6e375d + #0a552b - #4d2641 + #073b1e 0.5 @@ -2977,12 +2977,12 @@ - #741a70 + #274a73 - #51124e + #1b3350 0.5 @@ -2997,12 +2997,12 @@ - #2e0168 + #477f0e - #200048 + #315809 0.5 @@ -3017,12 +3017,12 @@ - #022b7d + #4a043d - #011e57 + #33022a 0.5 @@ -3037,12 +3037,12 @@ - #5a2f18 + #1e5b55 - #3e2010 + #153f3b 0.5 @@ -3057,12 +3057,12 @@ - #690043 + #4f5d5b - #49002e + #37413f 0.5 @@ -3077,12 +3077,12 @@ - #111c30 + #2c5357 - #0b1321 + #1e3a3c 0.5 @@ -3097,12 +3097,12 @@ - #1f411a + #6a4800 - #152d12 + #4a3200 0.5 @@ -3117,12 +3117,12 @@ - #0c2952 + #6e4162 - #081c39 + #4d2d44 0.5 @@ -3137,12 +3137,12 @@ - #6a447b + #3b1776 - #4a2f56 + #291052 0.5 @@ -3157,12 +3157,12 @@ - #3c5f43 + #691856 - #2a422e + #49103c 0.5 @@ -3177,12 +3177,12 @@ - #0f2507 + #6a402a - #0a1904 + #4a2c1d 0.5 @@ -3197,12 +3197,12 @@ - #067b04 + #362c27 - #045602 + #251e1b 0.5 @@ -3217,12 +3217,12 @@ - #195f02 + #545c6e - #114201 + #3a404d 0.5 @@ -3237,12 +3237,12 @@ - #32602a + #21690e - #23431d + #174909 0.5 @@ -3257,12 +3257,12 @@ - #4a2c44 + #4b3d41 - #331e2f + #342a2d 0.5 @@ -3277,12 +3277,12 @@ - #0c0e40 + #1c230d - #08092c + #131809 0.5 @@ -3297,12 +3297,12 @@ - #2e1623 + #5c5336 - #200f18 + #403a25 0.5 @@ -3317,12 +3317,12 @@ - #726527 + #173b03 - #4f461b + #102902 0.5 @@ -3337,12 +3337,12 @@ - #7f070a + #263544 - #580407 + #1a252f 0.5 @@ -3357,12 +3357,12 @@ - #285c10 + #315f22 - #1c400b + #224217 0.5 @@ -3377,12 +3377,12 @@ - #32561d + #636336 - #233c14 + #454525 0.5 @@ -3397,12 +3397,12 @@ - #07190c + #740e4e - #041108 + #510936 0.5 @@ -3417,12 +3417,12 @@ - #30065b + #7c1728 - #21043f + #56101c 0.5 @@ -3437,12 +3437,12 @@ - #6f1846 + #4b1104 - #4d1031 + #340b02 0.5 @@ -3457,12 +3457,12 @@ - #1e436f + #0b1e77 - #152e4d + #071553 0.5 @@ -3477,12 +3477,12 @@ - #3d4806 + #544d79 - #2a3204 + #3a3554 0.5 @@ -3497,12 +3497,12 @@ - #4e3552 + #460344 - #362539 + #31022f 0.5 @@ -3517,12 +3517,12 @@ - #762c7a + #245c6b - #521e55 + #19404a 0.5 @@ -3537,12 +3537,12 @@ - #65216b + #6f191b - #46174a + #4d1112 0.5 diff --git a/output/style_vector_uniquevaluesfromtext.sld b/output/style_vector_uniquevaluesfromtext.sld index d1eddec..076449a 100644 --- a/output/style_vector_uniquevaluesfromtext.sld +++ b/output/style_vector_uniquevaluesfromtext.sld @@ -1,4 +1,4 @@ - + diff --git a/output/system_properties_0_result.txt b/output/system_properties_0_result.txt index 3951c84..3bbffc1 100644 --- a/output/system_properties_0_result.txt +++ b/output/system_properties_0_result.txt @@ -4,7 +4,7 @@ [green]#file.separator = /# + [green]#java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment# + [green]#java.awt.printerjob = sun.print.PSPrinterJob# + -[green]#java.class.path = /home/runner/work/geo-shell/geo-shell/target/test-classes:/home/runner/work/geo-shell/geo-shell/target/classes:/home/runner/.m2/repository/org/geoscript/geoscript-groovy/1.21.0/geoscript-groovy-1.21.0.jar:/home/runner/.m2/repository/no/ecc/vectortile/java-vector-tile/1.3.22/java-vector-tile-1.3.22.jar:/home/runner/.m2/repository/org/locationtech/jts/io/jts-io-common/1.19.0/jts-io-common-1.19.0.jar:/home/runner/.m2/repository/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar:/home/runner/.m2/repository/org/locationtech/jts/jts-core/1.19.0/jts-core-1.19.0.jar:/home/runner/.m2/repository/org/geotools/gt-main/29.2/gt-main-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-referencing/29.2/gt-referencing-29.2.jar:/home/runner/.m2/repository/commons-pool/commons-pool/1.5.4/commons-pool-1.5.4.jar:/home/runner/.m2/repository/it/geosolutions/jgridshift/jgridshift-core/1.3/jgridshift-core-1.3.jar:/home/runner/.m2/repository/net/sf/geographiclib/GeographicLib-Java/1.49/GeographicLib-Java-1.49.jar:/home/runner/.m2/repository/org/geotools/gt-http/29.2/gt-http-29.2.jar:/home/runner/.m2/repository/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar:/home/runner/.m2/repository/com/google/re2j/re2j/1.6/re2j-1.6.jar:/home/runner/.m2/repository/org/ejml/ejml-ddense/0.41/ejml-ddense-0.41.jar:/home/runner/.m2/repository/org/ejml/ejml-core/0.41/ejml-core-0.41.jar:/home/runner/.m2/repository/javax/media/jai_core/1.1.3/jai_core-1.1.3.jar:/home/runner/.m2/repository/org/geotools/gt-epsg-hsql/29.2/gt-epsg-hsql-29.2.jar:/home/runner/.m2/repository/org/hsqldb/hsqldb/2.7.2/hsqldb-2.7.2.jar:/home/runner/.m2/repository/org/geotools/gt-epsg-extension/29.2/gt-epsg-extension-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-render/29.2/gt-render-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-coverage/29.2/gt-coverage-29.2.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/affine/jt-affine/1.1.24/jt-affine-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/algebra/jt-algebra/1.1.24/jt-algebra-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/bandmerge/jt-bandmerge/1.1.24/jt-bandmerge-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/bandselect/jt-bandselect/1.1.24/jt-bandselect-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/bandcombine/jt-bandcombine/1.1.24/jt-bandcombine-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/border/jt-border/1.1.24/jt-border-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/buffer/jt-buffer/1.1.24/jt-buffer-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/crop/jt-crop/1.1.24/jt-crop-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/iterators/jt-iterators/1.1.24/jt-iterators-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/lookup/jt-lookup/1.1.24/jt-lookup-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/mosaic/jt-mosaic/1.1.24/jt-mosaic-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/nullop/jt-nullop/1.1.24/jt-nullop-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/rescale/jt-rescale/1.1.24/jt-rescale-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/scale/jt-scale/1.1.24/jt-scale-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/scale2/jt-scale2/1.1.24/jt-scale2-1.1.24.jar:/home/runner/.m2/repository/org/huldra/math/bigint/0.7.1/bigint-0.7.1.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/stats/jt-stats/1.1.24/jt-stats-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/translate/jt-translate/1.1.24/jt-translate-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/utilities/jt-utilities/1.1.24/jt-utilities-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/warp/jt-warp/1.1.24/jt-warp-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/zonal/jt-zonal/1.1.24/jt-zonal-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/binarize/jt-binarize/1.1.24/jt-binarize-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/format/jt-format/1.1.24/jt-format-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/colorconvert/jt-colorconvert/1.1.24/jt-colorconvert-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/errordiffusion/jt-errordiffusion/1.1.24/jt-errordiffusion-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/orderdither/jt-orderdither/1.1.24/jt-orderdither-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/colorindexer/jt-colorindexer/1.1.24/jt-colorindexer-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/imagefunction/jt-imagefunction/1.1.24/jt-imagefunction-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/piecewise/jt-piecewise/1.1.24/jt-piecewise-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/classifier/jt-classifier/1.1.24/jt-classifier-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/rlookup/jt-rlookup/1.1.24/jt-rlookup-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/vectorbin/jt-vectorbin/1.1.24/jt-vectorbin-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/shadedrelief/jt-shadedrelief/1.1.24/jt-shadedrelief-1.1.24.jar:/home/runner/.m2/repository/org/geotools/gt-cql/29.2/gt-cql-29.2.jar:/home/runner/.m2/repository/com/conversantmedia/disruptor/1.2.15/disruptor-1.2.15.jar:/home/runner/.m2/repository/org/slf4j/slf4j-api/1.7.13/slf4j-api-1.7.13.jar:/home/runner/.m2/repository/org/geotools/gt-shapefile/29.2/gt-shapefile-29.2.jar:/home/runner/.m2/repository/org/geotools/jdbc/gt-jdbc-postgis/29.2/gt-jdbc-postgis-29.2.jar:/home/runner/.m2/repository/org/postgresql/postgresql/42.6.0/postgresql-42.6.0.jar:/home/runner/.m2/repository/org/checkerframework/checker-qual/3.31.0/checker-qual-3.31.0.jar:/home/runner/.m2/repository/org/geotools/gt-jdbc/29.2/gt-jdbc-29.2.jar:/home/runner/.m2/repository/commons-dbcp/commons-dbcp/1.4/commons-dbcp-1.4.jar:/home/runner/.m2/repository/org/geotools/jdbc/gt-jdbc-h2/29.2/gt-jdbc-h2-29.2.jar:/home/runner/.m2/repository/org/opengeo/geodb/0.9/geodb-0.9.jar:/home/runner/.m2/repository/com/h2database/h2/1.1.119/h2-1.1.119.jar:/home/runner/.m2/repository/net/sourceforge/hatbox/hatbox/1.0.b11/hatbox-1.0.b11.jar:/home/runner/.m2/repository/org/geotools/jdbc/gt-jdbc-mysql/29.2/gt-jdbc-mysql-29.2.jar:/home/runner/.m2/repository/mysql/mysql-connector-java/8.0.28/mysql-connector-java-8.0.28.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-wfs/29.2/gt-xsd-wfs-29.2.jar:/home/runner/.m2/repository/org/geotools/ogc/net.opengis.wfs/29.2/net.opengis.wfs-29.2.jar:/home/runner/.m2/repository/org/geotools/ogc/org.w3.xlink/29.2/org.w3.xlink-29.2.jar:/home/runner/.m2/repository/org/geotools/ogc/net.opengis.fes/29.2/net.opengis.fes-29.2.jar:/home/runner/.m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.15.0/org.eclipse.emf.common-2.15.0.jar:/home/runner/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.15.0/org.eclipse.emf.ecore-2.15.0.jar:/home/runner/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.15.0/org.eclipse.emf.ecore.xmi-2.15.0.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-filter/29.2/gt-xsd-filter-29.2.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-gml2/29.2/gt-xsd-gml2-29.2.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-fes/29.2/gt-xsd-fes-29.2.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-ows/29.2/gt-xsd-ows-29.2.jar:/home/runner/.m2/repository/org/geotools/ogc/net.opengis.ows/29.2/net.opengis.ows-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-wfs-ng/29.2/gt-wfs-ng-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-complex/29.2/gt-complex-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-app-schema-resolver/29.2/gt-app-schema-resolver-29.2.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-gml3/29.2/gt-xsd-gml3-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-xml/29.2/gt-xml-29.2.jar:/home/runner/.m2/repository/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar:/home/runner/.m2/repository/org/apache/xml/xml-commons-resolver/1.2/xml-commons-resolver-1.2.jar:/home/runner/.m2/repository/org/geotools/gt-gml-geometry-streaming/29.2/gt-gml-geometry-streaming-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-http-commons/29.2/gt-http-commons-29.2.jar:/home/runner/.m2/repository/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar:/home/runner/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar:/home/runner/.m2/repository/org/geotools/gt-charts/29.2/gt-charts-29.2.jar:/home/runner/.m2/repository/jfree/eastwood/1.1.1-20090908/eastwood-1.1.1-20090908.jar:/home/runner/.m2/repository/jfree/jfreechart/1.0.10/jfreechart-1.0.10.jar:/home/runner/.m2/repository/jfree/jcommon/1.0.13/jcommon-1.0.13.jar:/home/runner/.m2/repository/junit/junit/3.8.2/junit-3.8.2.jar:/home/runner/.m2/repository/org/geotools/gt-brewer/29.2/gt-brewer-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-svg/29.2/gt-svg-29.2.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-transcoder/1.16/batik-transcoder-1.16.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-anim/1.16/batik-anim-1.16.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-ext/1.16/batik-ext-1.16.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-dom/1.16/batik-dom-1.16.jar:/home/runner/.m2/repository/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-gvt/1.16/batik-gvt-1.16.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-svggen/1.16/batik-svggen-1.16.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-xml/1.16/batik-xml-1.16.jar:/home/runner/.m2/repository/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar:/home/runner/.m2/repository/org/geotools/gt-property/29.2/gt-property-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-geojson/29.2/gt-geojson-29.2.jar:/home/runner/.m2/repository/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar:/home/runner/.m2/repository/org/geotools/gt-swing/29.2/gt-swing-29.2.jar:/home/runner/.m2/repository/com/miglayout/miglayout/3.7/miglayout-3.7-swing.jar:/home/runner/.m2/repository/org/geotools/gt-process/29.2/gt-process-29.2.jar:/home/runner/.m2/repository/org/jaitools/jt-utils/1.6.0/jt-utils-1.6.0.jar:/home/runner/.m2/repository/javax/media/jai_imageio/1.1/jai_imageio-1.1.jar:/home/runner/.m2/repository/org/geotools/gt-process-feature/29.2/gt-process-feature-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-process-geometry/29.2/gt-process-geometry-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-graph/29.2/gt-graph-29.2.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-kml/29.2/gt-xsd-kml-29.2.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-core/29.2/gt-xsd-core-29.2.jar:/home/runner/.m2/repository/picocontainer/picocontainer/1.2/picocontainer-1.2.jar:/home/runner/.m2/repository/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.jar:/home/runner/.m2/repository/org/eclipse/xsd/org.eclipse.xsd/2.12.0/org.eclipse.xsd-2.12.0.jar:/home/runner/.m2/repository/org/geotools/gt-css/29.2/gt-css-29.2.jar:/home/runner/.m2/repository/org/parboiled/parboiled-java/1.4.1/parboiled-java-1.4.1.jar:/home/runner/.m2/repository/org/parboiled/parboiled-core/1.4.1/parboiled-core-1.4.1.jar:/home/runner/.m2/repository/org/ow2/asm/asm/9.2/asm-9.2.jar:/home/runner/.m2/repository/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar:/home/runner/.m2/repository/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar:/home/runner/.m2/repository/org/geotools/gt-ysld/29.2/gt-ysld-29.2.jar:/home/runner/.m2/repository/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.jar:/home/runner/.m2/repository/org/geotools/gt-geotiff/29.2/gt-geotiff-29.2.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-tiff/1.4.7/imageio-ext-tiff-1.4.7.jar:/home/runner/.m2/repository/io/airlift/aircompressor/0.20/aircompressor-0.20.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-cog-reader/1.4.7/imageio-ext-cog-reader-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-cog-commons/1.4.7/imageio-ext-cog-commons-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-cog-streams/1.4.7/imageio-ext-cog-streams-1.4.7.jar:/home/runner/.m2/repository/org/ehcache/ehcache/3.4.0/ehcache-3.4.0.jar:/home/runner/.m2/repository/org/geotools/gt-image/29.2/gt-image-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-imagemosaic/29.2/gt-imagemosaic-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-metadata/29.2/gt-metadata-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-opengis/29.2/gt-opengis-29.2.jar:/home/runner/.m2/repository/systems/uom/systems-common/2.1/systems-common-2.1.jar:/home/runner/.m2/repository/javax/measure/unit-api/2.1.2/unit-api-2.1.2.jar:/home/runner/.m2/repository/si/uom/si-quantity/2.1/si-quantity-2.1.jar:/home/runner/.m2/repository/si/uom/si-units/2.1/si-units-2.1.jar:/home/runner/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.jar:/home/runner/.m2/repository/tech/units/indriya/2.1.3/indriya-2.1.3.jar:/home/runner/.m2/repository/tech/uom/lib/uom-lib-common/2.1/uom-lib-common-2.1.jar:/home/runner/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-streams/1.4.7/imageio-ext-streams-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-geocore/1.4.7/imageio-ext-geocore-1.4.7.jar:/home/runner/.m2/repository/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar:/home/runner/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar:/home/runner/.m2/repository/org/jaitools/jt-vectorbinarize/1.6.0/jt-vectorbinarize-1.6.0.jar:/home/runner/.m2/repository/javax/xml/bind/jaxb-api/2.4.0-b180830.0359/jaxb-api-2.4.0-b180830.0359.jar:/home/runner/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.4.0-b180830.0438/jaxb-runtime-2.4.0-b180830.0438.jar:/home/runner/.m2/repository/org/glassfish/jaxb/txw2/2.4.0-b180830.0438/txw2-2.4.0-b180830.0438.jar:/home/runner/.m2/repository/com/sun/istack/istack-commons-runtime/3.0.7/istack-commons-runtime-3.0.7.jar:/home/runner/.m2/repository/org/jvnet/staxex/stax-ex/1.8/stax-ex-1.8.jar:/home/runner/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.15/FastInfoset-1.2.15.jar:/home/runner/.m2/repository/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar:/home/runner/.m2/repository/javax/media/jai_codec/1.1.3/jai_codec-1.1.3.jar:/home/runner/.m2/repository/org/geotools/gt-arcgrid/29.2/gt-arcgrid-29.2.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-arcgrid/1.4.7/imageio-ext-arcgrid-1.4.7.jar:/home/runner/.m2/repository/org/geotools/gt-grassraster/29.2/gt-grassraster-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-imagepyramid/29.2/gt-imagepyramid-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-imageio-ext-gdal/29.2/gt-imageio-ext-gdal-29.2.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalarcbinarygrid/1.4.7/imageio-ext-gdalarcbinarygrid-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalframework/1.4.7/imageio-ext-gdalframework-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalmrsid/1.4.7/imageio-ext-gdalmrsid-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalecw/1.4.7/imageio-ext-gdalecw-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdaldted/1.4.7/imageio-ext-gdaldted-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalkakadujp2/1.4.7/imageio-ext-gdalkakadujp2-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalmrsidjp2/1.4.7/imageio-ext-gdalmrsidjp2-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalecwjp2/1.4.7/imageio-ext-gdalecwjp2-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalehdr/1.4.7/imageio-ext-gdalehdr-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalenvihdr/1.4.7/imageio-ext-gdalenvihdr-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalerdasimg/1.4.7/imageio-ext-gdalerdasimg-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalnitf/1.4.7/imageio-ext-gdalnitf-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalrpftoc/1.4.7/imageio-ext-gdalrpftoc-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalidrisi/1.4.7/imageio-ext-gdalidrisi-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalvrt/1.4.7/imageio-ext-gdalvrt-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalsrp/1.4.7/imageio-ext-gdalsrp-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-imagereadmt/1.4.7/imageio-ext-imagereadmt-1.4.7.jar:/home/runner/.m2/repository/org/geotools/gt-netcdf/29.2/gt-netcdf-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-coverage-api/29.2/gt-coverage-api-29.2.jar:/home/runner/.m2/repository/com/github/spotbugs/spotbugs-annotations/4.0.2/spotbugs-annotations-4.0.2.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-utilities/1.4.7/imageio-ext-utilities-1.4.7.jar:/home/runner/.m2/repository/edu/ucar/cdm/4.6.15/cdm-4.6.15.jar:/home/runner/.m2/repository/edu/ucar/udunits/4.6.15/udunits-4.6.15.jar:/home/runner/.m2/repository/edu/ucar/httpservices/4.6.15/httpservices-4.6.15.jar:/home/runner/.m2/repository/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.jar:/home/runner/.m2/repository/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar:/home/runner/.m2/repository/joda-time/joda-time/2.8.1/joda-time-2.8.1.jar:/home/runner/.m2/repository/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar:/home/runner/.m2/repository/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.jar:/home/runner/.m2/repository/com/mchange/c3p0/0.9.5.4/c3p0-0.9.5.4.jar:/home/runner/.m2/repository/com/mchange/mchange-commons-java/0.2.15/mchange-commons-java-0.2.15.jar:/home/runner/.m2/repository/com/zaxxer/HikariCP-java7/2.4.13/HikariCP-java7-2.4.13.jar:/home/runner/.m2/repository/com/beust/jcommander/1.35/jcommander-1.35.jar:/home/runner/.m2/repository/com/amazonaws/aws-java-sdk-s3/1.11.236/aws-java-sdk-s3-1.11.236.jar:/home/runner/.m2/repository/com/amazonaws/aws-java-sdk-kms/1.11.236/aws-java-sdk-kms-1.11.236.jar:/home/runner/.m2/repository/com/amazonaws/aws-java-sdk-core/1.11.236/aws-java-sdk-core-1.11.236.jar:/home/runner/.m2/repository/software/amazon/ion/ion-java/1.0.2/ion-java-1.0.2.jar:/home/runner/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.7/jackson-dataformat-cbor-2.6.7.jar:/home/runner/.m2/repository/com/amazonaws/jmespath-java/1.11.236/jmespath-java-1.11.236.jar:/home/runner/.m2/repository/edu/ucar/netcdf4/4.6.15/netcdf4-4.6.15.jar:/home/runner/.m2/repository/net/java/dev/jna/jna/4.2.2/jna-4.2.2.jar:/home/runner/.m2/repository/edu/ucar/bufr/4.6.15/bufr-4.6.15.jar:/home/runner/.m2/repository/opendap/opendap/2.1/opendap-2.1.jar:/home/runner/.m2/repository/commons-cli/commons-cli/1.4/commons-cli-1.4.jar:/home/runner/.m2/repository/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar:/home/runner/.m2/repository/org/geotools/gt-process-raster/29.2/gt-process-raster-29.2.jar:/home/runner/.m2/repository/org/jaitools/jt-zonalstats/1.6.0/jt-zonalstats-1.6.0.jar:/home/runner/.m2/repository/org/jaitools/jt-rangelookup/1.6.0/jt-rangelookup-1.6.0.jar:/home/runner/.m2/repository/org/jaitools/jt-contour/1.6.0/jt-contour-1.6.0.jar:/home/runner/.m2/repository/org/jaitools/jt-attributeop/1.6.0/jt-attributeop-1.6.0.jar:/home/runner/.m2/repository/org/jaitools/jt-vectorize/1.6.0/jt-vectorize-1.6.0.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/jiffle/jt-jiffle-op/1.1.24/jt-jiffle-op-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/jiffle/jt-jiffle-language/1.1.24/jt-jiffle-language-1.1.24.jar:/home/runner/.m2/repository/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar:/home/runner/.m2/repository/org/codehaus/janino/janino/3.0.8/janino-3.0.8.jar:/home/runner/.m2/repository/org/codehaus/janino/commons-compiler/3.0.8/commons-compiler-3.0.8.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/classbreaks/jt-classbreaks/1.1.24/jt-classbreaks-1.1.24.jar:/home/runner/.m2/repository/org/geotools/gt-wms/29.2/gt-wms-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-transform/29.2/gt-transform-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-mbtiles/29.2/gt-mbtiles-29.2.jar:/home/runner/.m2/repository/org/xerial/sqlite-jdbc/3.41.2.2/sqlite-jdbc-3.41.2.2.jar:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.jar:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.jar:/home/runner/.m2/repository/org/geotools/gt-geopkg/29.2/gt-geopkg-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-grid/29.2/gt-grid-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-geobuf/29.2/gt-geobuf-29.2.jar:/home/runner/.m2/repository/com/google/protobuf/protobuf-java/3.16.3/protobuf-java-3.16.3.jar:/home/runner/.m2/repository/org/geotools/gt-flatgeobuf/29.2/gt-flatgeobuf-29.2.jar:/home/runner/.m2/repository/org/wololo/flatgeobuf/3.26.0/flatgeobuf-3.26.0.jar:/home/runner/.m2/repository/com/google/flatbuffers/flatbuffers-java/23.3.3/flatbuffers-java-23.3.3.jar:/home/runner/.m2/repository/org/geotools/gt-ogr-jni/29.2/gt-ogr-jni-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-ogr-core/29.2/gt-ogr-core-29.2.jar:/home/runner/.m2/repository/org/gdal/gdal/2.2.0/gdal-2.2.0.jar:/home/runner/.m2/repository/org/apache/groovy/groovy/4.0.13/groovy-4.0.13.jar:/home/runner/.m2/repository/org/apache/groovy/groovy-sql/4.0.13/groovy-sql-4.0.13.jar:/home/runner/.m2/repository/org/apache/groovy/groovy-xml/4.0.13/groovy-xml-4.0.13.jar:/home/runner/.m2/repository/org/apache/groovy/groovy-json/4.0.13/groovy-json-4.0.13.jar:/home/runner/.m2/repository/org/apache/groovy/groovy-swing/4.0.13/groovy-swing-4.0.13.jar:/home/runner/.m2/repository/org/apache/groovy/groovy-groovysh/4.0.13/groovy-groovysh-4.0.13.jar:/home/runner/.m2/repository/org/apache/groovy/groovy-templates/4.0.13/groovy-templates-4.0.13.jar:/home/runner/.m2/repository/org/apache/groovy/groovy-console/4.0.13/groovy-console-4.0.13.jar:/home/runner/.m2/repository/com/github/javaparser/javaparser-core/3.25.3/javaparser-core-3.25.3.jar:/home/runner/.m2/repository/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar:/home/runner/.m2/repository/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar:/home/runner/.m2/repository/org/apache/ivy/ivy/2.5.1/ivy-2.5.1.jar:/home/runner/.m2/repository/com/opencsv/opencsv/3.7/opencsv-3.7.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-codec/1.13/batik-codec-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-awt-util/1.13/batik-awt-util-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/xmlgraphics-commons/2.4/xmlgraphics-commons-2.4.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-bridge/1.13/batik-bridge-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-css/1.13/batik-css-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-parser/1.13/batik-parser-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-script/1.13/batik-script-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-svg-dom/1.13/batik-svg-dom-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-shared-resources/1.13/batik-shared-resources-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-util/1.13/batik-util-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-constants/1.13/batik-constants-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-i18n/1.13/batik-i18n-1.13.jar:/home/runner/.m2/repository/org/yaml/snakeyaml/2.0/snakeyaml-2.0.jar:/home/runner/.m2/repository/com/lowagie/itext/2.1.7/itext-2.1.7.jar:/home/runner/.m2/repository/org/springframework/shell/spring-shell/1.2.0.RELEASE/spring-shell-1.2.0.RELEASE.jar:/home/runner/.m2/repository/com/google/guava/guava/17.0/guava-17.0.jar:/home/runner/.m2/repository/jline/jline/2.12/jline-2.12.jar:/home/runner/.m2/repository/org/springframework/spring-context-support/4.2.4.RELEASE/spring-context-support-4.2.4.RELEASE.jar:/home/runner/.m2/repository/org/springframework/spring-beans/4.2.4.RELEASE/spring-beans-4.2.4.RELEASE.jar:/home/runner/.m2/repository/org/springframework/spring-context/4.2.4.RELEASE/spring-context-4.2.4.RELEASE.jar:/home/runner/.m2/repository/org/springframework/spring-aop/4.2.4.RELEASE/spring-aop-4.2.4.RELEASE.jar:/home/runner/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/runner/.m2/repository/org/springframework/spring-expression/4.2.4.RELEASE/spring-expression-4.2.4.RELEASE.jar:/home/runner/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar:/home/runner/.m2/repository/org/springframework/spring-core/4.2.4.RELEASE/spring-core-4.2.4.RELEASE.jar:/home/runner/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter/5.9.1/junit-jupiter-5.9.1.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.jar:/home/runner/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar:/home/runner/.m2/repository/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.jar:/home/runner/.m2/repository/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1.jar:/home/runner/.m2/repository/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1.jar:# + +[green]#java.class.path = /home/runner/work/geo-shell/geo-shell/target/test-classes:/home/runner/work/geo-shell/geo-shell/target/classes:/home/runner/.m2/repository/org/geoscript/geoscript-groovy/1.22.0-SNAPSHOT/geoscript-groovy-1.22.0-SNAPSHOT.jar:/home/runner/.m2/repository/no/ecc/vectortile/java-vector-tile/1.3.22/java-vector-tile-1.3.22.jar:/home/runner/.m2/repository/org/locationtech/jts/io/jts-io-common/1.19.0/jts-io-common-1.19.0.jar:/home/runner/.m2/repository/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar:/home/runner/.m2/repository/org/locationtech/jts/jts-core/1.19.0/jts-core-1.19.0.jar:/home/runner/.m2/repository/org/geotools/gt-main/30.0/gt-main-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-referencing/30.0/gt-referencing-30.0.jar:/home/runner/.m2/repository/commons-pool/commons-pool/1.5.4/commons-pool-1.5.4.jar:/home/runner/.m2/repository/it/geosolutions/jgridshift/jgridshift-core/1.3/jgridshift-core-1.3.jar:/home/runner/.m2/repository/net/sf/geographiclib/GeographicLib-Java/1.49/GeographicLib-Java-1.49.jar:/home/runner/.m2/repository/org/geotools/gt-http/30.0/gt-http-30.0.jar:/home/runner/.m2/repository/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar:/home/runner/.m2/repository/com/google/re2j/re2j/1.6/re2j-1.6.jar:/home/runner/.m2/repository/org/ejml/ejml-ddense/0.41/ejml-ddense-0.41.jar:/home/runner/.m2/repository/org/ejml/ejml-core/0.41/ejml-core-0.41.jar:/home/runner/.m2/repository/javax/media/jai_core/1.1.3/jai_core-1.1.3.jar:/home/runner/.m2/repository/org/geotools/gt-epsg-hsql/30.0/gt-epsg-hsql-30.0.jar:/home/runner/.m2/repository/org/hsqldb/hsqldb/2.7.2/hsqldb-2.7.2.jar:/home/runner/.m2/repository/org/geotools/gt-epsg-extension/30.0/gt-epsg-extension-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-render/30.0/gt-render-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-coverage/30.0/gt-coverage-30.0.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/affine/jt-affine/1.1.24/jt-affine-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/algebra/jt-algebra/1.1.24/jt-algebra-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/bandmerge/jt-bandmerge/1.1.24/jt-bandmerge-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/bandselect/jt-bandselect/1.1.24/jt-bandselect-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/bandcombine/jt-bandcombine/1.1.24/jt-bandcombine-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/border/jt-border/1.1.24/jt-border-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/buffer/jt-buffer/1.1.24/jt-buffer-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/crop/jt-crop/1.1.24/jt-crop-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/iterators/jt-iterators/1.1.24/jt-iterators-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/lookup/jt-lookup/1.1.24/jt-lookup-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/mosaic/jt-mosaic/1.1.24/jt-mosaic-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/nullop/jt-nullop/1.1.24/jt-nullop-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/rescale/jt-rescale/1.1.24/jt-rescale-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/scale/jt-scale/1.1.24/jt-scale-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/scale2/jt-scale2/1.1.24/jt-scale2-1.1.24.jar:/home/runner/.m2/repository/org/huldra/math/bigint/0.7.1/bigint-0.7.1.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/stats/jt-stats/1.1.24/jt-stats-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/translate/jt-translate/1.1.24/jt-translate-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/utilities/jt-utilities/1.1.24/jt-utilities-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/warp/jt-warp/1.1.24/jt-warp-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/zonal/jt-zonal/1.1.24/jt-zonal-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/binarize/jt-binarize/1.1.24/jt-binarize-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/format/jt-format/1.1.24/jt-format-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/colorconvert/jt-colorconvert/1.1.24/jt-colorconvert-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/errordiffusion/jt-errordiffusion/1.1.24/jt-errordiffusion-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/orderdither/jt-orderdither/1.1.24/jt-orderdither-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/colorindexer/jt-colorindexer/1.1.24/jt-colorindexer-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/imagefunction/jt-imagefunction/1.1.24/jt-imagefunction-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/piecewise/jt-piecewise/1.1.24/jt-piecewise-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/classifier/jt-classifier/1.1.24/jt-classifier-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/rlookup/jt-rlookup/1.1.24/jt-rlookup-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/vectorbin/jt-vectorbin/1.1.24/jt-vectorbin-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/shadedrelief/jt-shadedrelief/1.1.24/jt-shadedrelief-1.1.24.jar:/home/runner/.m2/repository/org/geotools/gt-cql/30.0/gt-cql-30.0.jar:/home/runner/.m2/repository/com/conversantmedia/disruptor/1.2.15/disruptor-1.2.15.jar:/home/runner/.m2/repository/org/slf4j/slf4j-api/1.7.13/slf4j-api-1.7.13.jar:/home/runner/.m2/repository/org/geotools/gt-shapefile/30.0/gt-shapefile-30.0.jar:/home/runner/.m2/repository/org/geotools/jdbc/gt-jdbc-postgis/30.0/gt-jdbc-postgis-30.0.jar:/home/runner/.m2/repository/org/postgresql/postgresql/42.6.0/postgresql-42.6.0.jar:/home/runner/.m2/repository/org/checkerframework/checker-qual/3.31.0/checker-qual-3.31.0.jar:/home/runner/.m2/repository/org/geotools/gt-jdbc/30.0/gt-jdbc-30.0.jar:/home/runner/.m2/repository/commons-dbcp/commons-dbcp/1.4/commons-dbcp-1.4.jar:/home/runner/.m2/repository/org/geotools/jdbc/gt-jdbc-h2/30.0/gt-jdbc-h2-30.0.jar:/home/runner/.m2/repository/org/opengeo/geodb/0.9/geodb-0.9.jar:/home/runner/.m2/repository/com/h2database/h2/1.1.119/h2-1.1.119.jar:/home/runner/.m2/repository/net/sourceforge/hatbox/hatbox/1.0.b11/hatbox-1.0.b11.jar:/home/runner/.m2/repository/org/geotools/jdbc/gt-jdbc-mysql/30.0/gt-jdbc-mysql-30.0.jar:/home/runner/.m2/repository/mysql/mysql-connector-java/8.0.28/mysql-connector-java-8.0.28.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-wfs/30.0/gt-xsd-wfs-30.0.jar:/home/runner/.m2/repository/org/geotools/ogc/net.opengis.wfs/30.0/net.opengis.wfs-30.0.jar:/home/runner/.m2/repository/org/geotools/ogc/org.w3.xlink/30.0/org.w3.xlink-30.0.jar:/home/runner/.m2/repository/org/geotools/ogc/net.opengis.fes/30.0/net.opengis.fes-30.0.jar:/home/runner/.m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.15.0/org.eclipse.emf.common-2.15.0.jar:/home/runner/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.15.0/org.eclipse.emf.ecore-2.15.0.jar:/home/runner/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.15.0/org.eclipse.emf.ecore.xmi-2.15.0.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-filter/30.0/gt-xsd-filter-30.0.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-gml2/30.0/gt-xsd-gml2-30.0.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-fes/30.0/gt-xsd-fes-30.0.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-ows/30.0/gt-xsd-ows-30.0.jar:/home/runner/.m2/repository/org/geotools/ogc/net.opengis.ows/30.0/net.opengis.ows-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-wfs-ng/30.0/gt-wfs-ng-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-complex/30.0/gt-complex-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-app-schema-resolver/30.0/gt-app-schema-resolver-30.0.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-gml3/30.0/gt-xsd-gml3-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-xml/30.0/gt-xml-30.0.jar:/home/runner/.m2/repository/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar:/home/runner/.m2/repository/org/apache/xml/xml-commons-resolver/1.2/xml-commons-resolver-1.2.jar:/home/runner/.m2/repository/org/geotools/gt-gml-geometry-streaming/30.0/gt-gml-geometry-streaming-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-http-commons/30.0/gt-http-commons-30.0.jar:/home/runner/.m2/repository/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar:/home/runner/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar:/home/runner/.m2/repository/org/geotools/gt-charts/30.0/gt-charts-30.0.jar:/home/runner/.m2/repository/jfree/eastwood/1.1.1-20090908/eastwood-1.1.1-20090908.jar:/home/runner/.m2/repository/jfree/jfreechart/1.0.10/jfreechart-1.0.10.jar:/home/runner/.m2/repository/jfree/jcommon/1.0.13/jcommon-1.0.13.jar:/home/runner/.m2/repository/junit/junit/3.8.2/junit-3.8.2.jar:/home/runner/.m2/repository/org/geotools/gt-brewer/30.0/gt-brewer-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-svg/30.0/gt-svg-30.0.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-transcoder/1.17/batik-transcoder-1.17.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-anim/1.17/batik-anim-1.17.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-ext/1.17/batik-ext-1.17.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-dom/1.17/batik-dom-1.17.jar:/home/runner/.m2/repository/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-gvt/1.17/batik-gvt-1.17.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-svggen/1.17/batik-svggen-1.17.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-xml/1.17/batik-xml-1.17.jar:/home/runner/.m2/repository/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar:/home/runner/.m2/repository/org/geotools/gt-property/30.0/gt-property-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-geojson/30.0/gt-geojson-30.0.jar:/home/runner/.m2/repository/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar:/home/runner/.m2/repository/org/geotools/gt-swing/30.0/gt-swing-30.0.jar:/home/runner/.m2/repository/com/miglayout/miglayout/3.7/miglayout-3.7-swing.jar:/home/runner/.m2/repository/org/geotools/gt-process/30.0/gt-process-30.0.jar:/home/runner/.m2/repository/org/jaitools/jt-utils/1.6.0/jt-utils-1.6.0.jar:/home/runner/.m2/repository/javax/media/jai_imageio/1.1/jai_imageio-1.1.jar:/home/runner/.m2/repository/org/geotools/gt-process-feature/30.0/gt-process-feature-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-process-geometry/30.0/gt-process-geometry-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-graph/30.0/gt-graph-30.0.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-kml/30.0/gt-xsd-kml-30.0.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-core/30.0/gt-xsd-core-30.0.jar:/home/runner/.m2/repository/picocontainer/picocontainer/1.2/picocontainer-1.2.jar:/home/runner/.m2/repository/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.jar:/home/runner/.m2/repository/org/eclipse/xsd/org.eclipse.xsd/2.12.0/org.eclipse.xsd-2.12.0.jar:/home/runner/.m2/repository/org/geotools/gt-css/30.0/gt-css-30.0.jar:/home/runner/.m2/repository/org/parboiled/parboiled-java/1.4.1/parboiled-java-1.4.1.jar:/home/runner/.m2/repository/org/parboiled/parboiled-core/1.4.1/parboiled-core-1.4.1.jar:/home/runner/.m2/repository/org/ow2/asm/asm/9.2/asm-9.2.jar:/home/runner/.m2/repository/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar:/home/runner/.m2/repository/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar:/home/runner/.m2/repository/org/geotools/gt-ysld/30.0/gt-ysld-30.0.jar:/home/runner/.m2/repository/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.jar:/home/runner/.m2/repository/org/geotools/gt-geotiff/30.0/gt-geotiff-30.0.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-tiff/1.4.7/imageio-ext-tiff-1.4.7.jar:/home/runner/.m2/repository/io/airlift/aircompressor/0.20/aircompressor-0.20.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-cog-reader/1.4.7/imageio-ext-cog-reader-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-cog-commons/1.4.7/imageio-ext-cog-commons-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-cog-streams/1.4.7/imageio-ext-cog-streams-1.4.7.jar:/home/runner/.m2/repository/org/ehcache/ehcache/3.4.0/ehcache-3.4.0.jar:/home/runner/.m2/repository/org/geotools/gt-image/30.0/gt-image-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-imagemosaic/30.0/gt-imagemosaic-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-metadata/30.0/gt-metadata-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-api/30.0/gt-api-30.0.jar:/home/runner/.m2/repository/systems/uom/systems-common/2.1/systems-common-2.1.jar:/home/runner/.m2/repository/javax/measure/unit-api/2.1.2/unit-api-2.1.2.jar:/home/runner/.m2/repository/si/uom/si-quantity/2.1/si-quantity-2.1.jar:/home/runner/.m2/repository/si/uom/si-units/2.1/si-units-2.1.jar:/home/runner/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.jar:/home/runner/.m2/repository/tech/units/indriya/2.1.3/indriya-2.1.3.jar:/home/runner/.m2/repository/tech/uom/lib/uom-lib-common/2.1/uom-lib-common-2.1.jar:/home/runner/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-streams/1.4.7/imageio-ext-streams-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-geocore/1.4.7/imageio-ext-geocore-1.4.7.jar:/home/runner/.m2/repository/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar:/home/runner/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar:/home/runner/.m2/repository/org/jaitools/jt-vectorbinarize/1.6.0/jt-vectorbinarize-1.6.0.jar:/home/runner/.m2/repository/javax/xml/bind/jaxb-api/2.4.0-b180830.0359/jaxb-api-2.4.0-b180830.0359.jar:/home/runner/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.4.0-b180830.0438/jaxb-runtime-2.4.0-b180830.0438.jar:/home/runner/.m2/repository/org/glassfish/jaxb/txw2/2.4.0-b180830.0438/txw2-2.4.0-b180830.0438.jar:/home/runner/.m2/repository/com/sun/istack/istack-commons-runtime/3.0.7/istack-commons-runtime-3.0.7.jar:/home/runner/.m2/repository/org/jvnet/staxex/stax-ex/1.8/stax-ex-1.8.jar:/home/runner/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.15/FastInfoset-1.2.15.jar:/home/runner/.m2/repository/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar:/home/runner/.m2/repository/javax/media/jai_codec/1.1.3/jai_codec-1.1.3.jar:/home/runner/.m2/repository/org/geotools/gt-arcgrid/30.0/gt-arcgrid-30.0.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-arcgrid/1.4.7/imageio-ext-arcgrid-1.4.7.jar:/home/runner/.m2/repository/org/geotools/gt-grassraster/30.0/gt-grassraster-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-imagepyramid/30.0/gt-imagepyramid-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-imageio-ext-gdal/30.0/gt-imageio-ext-gdal-30.0.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalarcbinarygrid/1.4.7/imageio-ext-gdalarcbinarygrid-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalframework/1.4.7/imageio-ext-gdalframework-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalmrsid/1.4.7/imageio-ext-gdalmrsid-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalecw/1.4.7/imageio-ext-gdalecw-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdaldted/1.4.7/imageio-ext-gdaldted-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalkakadujp2/1.4.7/imageio-ext-gdalkakadujp2-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalmrsidjp2/1.4.7/imageio-ext-gdalmrsidjp2-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalecwjp2/1.4.7/imageio-ext-gdalecwjp2-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalehdr/1.4.7/imageio-ext-gdalehdr-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalenvihdr/1.4.7/imageio-ext-gdalenvihdr-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalerdasimg/1.4.7/imageio-ext-gdalerdasimg-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalnitf/1.4.7/imageio-ext-gdalnitf-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalrpftoc/1.4.7/imageio-ext-gdalrpftoc-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalidrisi/1.4.7/imageio-ext-gdalidrisi-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalvrt/1.4.7/imageio-ext-gdalvrt-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalsrp/1.4.7/imageio-ext-gdalsrp-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-imagereadmt/1.4.7/imageio-ext-imagereadmt-1.4.7.jar:/home/runner/.m2/repository/org/geotools/gt-netcdf/30.0/gt-netcdf-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-coverage-api/30.0/gt-coverage-api-30.0.jar:/home/runner/.m2/repository/com/github/spotbugs/spotbugs-annotations/4.0.2/spotbugs-annotations-4.0.2.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-utilities/1.4.7/imageio-ext-utilities-1.4.7.jar:/home/runner/.m2/repository/edu/ucar/cdm/4.6.15/cdm-4.6.15.jar:/home/runner/.m2/repository/edu/ucar/udunits/4.6.15/udunits-4.6.15.jar:/home/runner/.m2/repository/edu/ucar/httpservices/4.6.15/httpservices-4.6.15.jar:/home/runner/.m2/repository/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.jar:/home/runner/.m2/repository/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar:/home/runner/.m2/repository/joda-time/joda-time/2.8.1/joda-time-2.8.1.jar:/home/runner/.m2/repository/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar:/home/runner/.m2/repository/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.jar:/home/runner/.m2/repository/com/mchange/c3p0/0.9.5.4/c3p0-0.9.5.4.jar:/home/runner/.m2/repository/com/mchange/mchange-commons-java/0.2.15/mchange-commons-java-0.2.15.jar:/home/runner/.m2/repository/com/zaxxer/HikariCP-java7/2.4.13/HikariCP-java7-2.4.13.jar:/home/runner/.m2/repository/com/beust/jcommander/1.35/jcommander-1.35.jar:/home/runner/.m2/repository/com/amazonaws/aws-java-sdk-s3/1.11.236/aws-java-sdk-s3-1.11.236.jar:/home/runner/.m2/repository/com/amazonaws/aws-java-sdk-kms/1.11.236/aws-java-sdk-kms-1.11.236.jar:/home/runner/.m2/repository/com/amazonaws/aws-java-sdk-core/1.11.236/aws-java-sdk-core-1.11.236.jar:/home/runner/.m2/repository/software/amazon/ion/ion-java/1.0.2/ion-java-1.0.2.jar:/home/runner/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.7/jackson-dataformat-cbor-2.6.7.jar:/home/runner/.m2/repository/com/amazonaws/jmespath-java/1.11.236/jmespath-java-1.11.236.jar:/home/runner/.m2/repository/edu/ucar/netcdf4/4.6.15/netcdf4-4.6.15.jar:/home/runner/.m2/repository/net/java/dev/jna/jna/4.2.2/jna-4.2.2.jar:/home/runner/.m2/repository/edu/ucar/bufr/4.6.15/bufr-4.6.15.jar:/home/runner/.m2/repository/opendap/opendap/2.1/opendap-2.1.jar:/home/runner/.m2/repository/commons-cli/commons-cli/1.4/commons-cli-1.4.jar:/home/runner/.m2/repository/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar:/home/runner/.m2/repository/org/geotools/gt-process-raster/30.0/gt-process-raster-30.0.jar:/home/runner/.m2/repository/org/jaitools/jt-zonalstats/1.6.0/jt-zonalstats-1.6.0.jar:/home/runner/.m2/repository/org/jaitools/jt-rangelookup/1.6.0/jt-rangelookup-1.6.0.jar:/home/runner/.m2/repository/org/jaitools/jt-contour/1.6.0/jt-contour-1.6.0.jar:/home/runner/.m2/repository/org/jaitools/jt-attributeop/1.6.0/jt-attributeop-1.6.0.jar:/home/runner/.m2/repository/org/jaitools/jt-vectorize/1.6.0/jt-vectorize-1.6.0.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/jiffle/jt-jiffle-op/1.1.24/jt-jiffle-op-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/jiffle/jt-jiffle-language/1.1.24/jt-jiffle-language-1.1.24.jar:/home/runner/.m2/repository/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar:/home/runner/.m2/repository/org/codehaus/janino/janino/3.0.8/janino-3.0.8.jar:/home/runner/.m2/repository/org/codehaus/janino/commons-compiler/3.0.8/commons-compiler-3.0.8.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/classbreaks/jt-classbreaks/1.1.24/jt-classbreaks-1.1.24.jar:/home/runner/.m2/repository/org/geotools/gt-wms/30.0/gt-wms-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-transform/30.0/gt-transform-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-mbtiles/30.0/gt-mbtiles-30.0.jar:/home/runner/.m2/repository/org/xerial/sqlite-jdbc/3.41.2.2/sqlite-jdbc-3.41.2.2.jar:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.jar:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.jar:/home/runner/.m2/repository/org/geotools/gt-geopkg/30.0/gt-geopkg-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-grid/30.0/gt-grid-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-geobuf/30.0/gt-geobuf-30.0.jar:/home/runner/.m2/repository/com/google/protobuf/protobuf-java/3.16.3/protobuf-java-3.16.3.jar:/home/runner/.m2/repository/org/geotools/gt-flatgeobuf/30.0/gt-flatgeobuf-30.0.jar:/home/runner/.m2/repository/org/wololo/flatgeobuf/3.26.1/flatgeobuf-3.26.1.jar:/home/runner/.m2/repository/com/google/flatbuffers/flatbuffers-java/23.3.3/flatbuffers-java-23.3.3.jar:/home/runner/.m2/repository/org/geotools/gt-ogr-jni/30.0/gt-ogr-jni-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-ogr-core/30.0/gt-ogr-core-30.0.jar:/home/runner/.m2/repository/org/gdal/gdal/2.2.0/gdal-2.2.0.jar:/home/runner/.m2/repository/org/apache/groovy/groovy/4.0.15/groovy-4.0.15.jar:/home/runner/.m2/repository/org/apache/groovy/groovy-sql/4.0.15/groovy-sql-4.0.15.jar:/home/runner/.m2/repository/org/apache/groovy/groovy-xml/4.0.15/groovy-xml-4.0.15.jar:/home/runner/.m2/repository/org/apache/groovy/groovy-json/4.0.15/groovy-json-4.0.15.jar:/home/runner/.m2/repository/org/apache/groovy/groovy-swing/4.0.15/groovy-swing-4.0.15.jar:/home/runner/.m2/repository/org/apache/groovy/groovy-groovysh/4.0.15/groovy-groovysh-4.0.15.jar:/home/runner/.m2/repository/org/apache/groovy/groovy-templates/4.0.15/groovy-templates-4.0.15.jar:/home/runner/.m2/repository/org/apache/groovy/groovy-console/4.0.15/groovy-console-4.0.15.jar:/home/runner/.m2/repository/com/github/javaparser/javaparser-core/3.25.5/javaparser-core-3.25.5.jar:/home/runner/.m2/repository/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar:/home/runner/.m2/repository/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar:/home/runner/.m2/repository/org/apache/ivy/ivy/2.5.2/ivy-2.5.2.jar:/home/runner/.m2/repository/com/opencsv/opencsv/3.7/opencsv-3.7.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-codec/1.13/batik-codec-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-awt-util/1.13/batik-awt-util-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/xmlgraphics-commons/2.4/xmlgraphics-commons-2.4.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-bridge/1.13/batik-bridge-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-css/1.13/batik-css-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-parser/1.13/batik-parser-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-script/1.13/batik-script-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-svg-dom/1.13/batik-svg-dom-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-shared-resources/1.13/batik-shared-resources-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-util/1.13/batik-util-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-constants/1.13/batik-constants-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-i18n/1.13/batik-i18n-1.13.jar:/home/runner/.m2/repository/org/yaml/snakeyaml/2.0/snakeyaml-2.0.jar:/home/runner/.m2/repository/com/lowagie/itext/2.1.7/itext-2.1.7.jar:/home/runner/.m2/repository/org/springframework/shell/spring-shell/1.2.0.RELEASE/spring-shell-1.2.0.RELEASE.jar:/home/runner/.m2/repository/com/google/guava/guava/17.0/guava-17.0.jar:/home/runner/.m2/repository/jline/jline/2.12/jline-2.12.jar:/home/runner/.m2/repository/org/springframework/spring-context-support/4.2.4.RELEASE/spring-context-support-4.2.4.RELEASE.jar:/home/runner/.m2/repository/org/springframework/spring-beans/4.2.4.RELEASE/spring-beans-4.2.4.RELEASE.jar:/home/runner/.m2/repository/org/springframework/spring-context/4.2.4.RELEASE/spring-context-4.2.4.RELEASE.jar:/home/runner/.m2/repository/org/springframework/spring-aop/4.2.4.RELEASE/spring-aop-4.2.4.RELEASE.jar:/home/runner/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/runner/.m2/repository/org/springframework/spring-expression/4.2.4.RELEASE/spring-expression-4.2.4.RELEASE.jar:/home/runner/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar:/home/runner/.m2/repository/org/springframework/spring-core/4.2.4.RELEASE/spring-core-4.2.4.RELEASE.jar:/home/runner/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter/5.10.0/junit-jupiter-5.10.0.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.10.0/junit-jupiter-api-5.10.0.jar:/home/runner/.m2/repository/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar:/home/runner/.m2/repository/org/junit/platform/junit-platform-commons/1.10.0/junit-platform-commons-1.10.0.jar:/home/runner/.m2/repository/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.10.0/junit-jupiter-params-5.10.0.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.10.0/junit-jupiter-engine-5.10.0.jar:/home/runner/.m2/repository/org/junit/platform/junit-platform-engine/1.10.0/junit-platform-engine-1.10.0.jar:# + [green]#java.class.version = 55.0# + [green]#java.home = /opt/hostedtoolcache/jdk/11.0.21/x64# + [green]#java.io.tmpdir = /tmp# + @@ -34,14 +34,14 @@ [green]#jna.library.path = /usr/local/lib/# + [green]#jna.loaded = true# + [green]#jna.platform.library.path = /usr/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnu:/usr/lib64:/lib64:/usr/lib:/lib:/lib32:/usr/local/lib:/usr/lib/x86_64-linux-gnu/libfakeroot# + -[green]#jnidispatch.path = /tmp/jna--919806160/jna9572603218228774439.tmp# + +[green]#jnidispatch.path = /tmp/jna--919806160/jna6400031549278879631.tmp# + [green]#line.separator =# + [green]#localRepository = /home/runner/.m2/repository# + [green]#org.geotools.referencing.forceXY = true# + [green]#os.arch = amd64# + [green]#os.name = Linux# + -[green]#os.version = 6.2.0-1014-azure# + +[green]#os.version = 6.2.0-1015-azure# + [green]#path.separator = :# + [green]#sun.arch.data.model = 64# + [green]#sun.boot.library.path = /opt/hostedtoolcache/jdk/11.0.21/x64/lib# + @@ -49,13 +49,13 @@ [green]#sun.cpu.isalist =# + [green]#sun.font.fontmanager = sun.awt.X11FontManager# + [green]#sun.io.unicode.encoding = UnicodeLittle# + -[green]#sun.java.command = /home/runner/work/geo-shell/geo-shell/target/surefire/surefirebooter-20231024235454568_3.jar /home/runner/work/geo-shell/geo-shell/target/surefire 2023-10-24T23-54-50_956-jvmRun1 surefire-20231024235454568_1tmp surefire_0-20231024235454568_2tmp# + +[green]#sun.java.command = /home/runner/work/geo-shell/geo-shell/target/surefire/surefirebooter-20231026235242812_3.jar /home/runner/work/geo-shell/geo-shell/target/surefire 2023-10-26T23-52-37_608-jvmRun1 surefire-20231026235242812_1tmp surefire_0-20231026235242812_2tmp# + [green]#sun.java.launcher = SUN_STANDARD# + [green]#sun.jnu.encoding = UTF-8# + [green]#sun.management.compiler = HotSpot 64-Bit Tiered Compilers# + [green]#sun.os.patch.level = unknown# + -[green]#surefire.real.class.path = /home/runner/work/geo-shell/geo-shell/target/surefire/surefirebooter-20231024235454568_3.jar# + -[green]#surefire.test.class.path = /home/runner/work/geo-shell/geo-shell/target/test-classes:/home/runner/work/geo-shell/geo-shell/target/classes:/home/runner/.m2/repository/org/geoscript/geoscript-groovy/1.21.0/geoscript-groovy-1.21.0.jar:/home/runner/.m2/repository/no/ecc/vectortile/java-vector-tile/1.3.22/java-vector-tile-1.3.22.jar:/home/runner/.m2/repository/org/locationtech/jts/io/jts-io-common/1.19.0/jts-io-common-1.19.0.jar:/home/runner/.m2/repository/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar:/home/runner/.m2/repository/org/locationtech/jts/jts-core/1.19.0/jts-core-1.19.0.jar:/home/runner/.m2/repository/org/geotools/gt-main/29.2/gt-main-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-referencing/29.2/gt-referencing-29.2.jar:/home/runner/.m2/repository/commons-pool/commons-pool/1.5.4/commons-pool-1.5.4.jar:/home/runner/.m2/repository/it/geosolutions/jgridshift/jgridshift-core/1.3/jgridshift-core-1.3.jar:/home/runner/.m2/repository/net/sf/geographiclib/GeographicLib-Java/1.49/GeographicLib-Java-1.49.jar:/home/runner/.m2/repository/org/geotools/gt-http/29.2/gt-http-29.2.jar:/home/runner/.m2/repository/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar:/home/runner/.m2/repository/com/google/re2j/re2j/1.6/re2j-1.6.jar:/home/runner/.m2/repository/org/ejml/ejml-ddense/0.41/ejml-ddense-0.41.jar:/home/runner/.m2/repository/org/ejml/ejml-core/0.41/ejml-core-0.41.jar:/home/runner/.m2/repository/javax/media/jai_core/1.1.3/jai_core-1.1.3.jar:/home/runner/.m2/repository/org/geotools/gt-epsg-hsql/29.2/gt-epsg-hsql-29.2.jar:/home/runner/.m2/repository/org/hsqldb/hsqldb/2.7.2/hsqldb-2.7.2.jar:/home/runner/.m2/repository/org/geotools/gt-epsg-extension/29.2/gt-epsg-extension-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-render/29.2/gt-render-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-coverage/29.2/gt-coverage-29.2.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/affine/jt-affine/1.1.24/jt-affine-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/algebra/jt-algebra/1.1.24/jt-algebra-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/bandmerge/jt-bandmerge/1.1.24/jt-bandmerge-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/bandselect/jt-bandselect/1.1.24/jt-bandselect-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/bandcombine/jt-bandcombine/1.1.24/jt-bandcombine-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/border/jt-border/1.1.24/jt-border-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/buffer/jt-buffer/1.1.24/jt-buffer-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/crop/jt-crop/1.1.24/jt-crop-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/iterators/jt-iterators/1.1.24/jt-iterators-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/lookup/jt-lookup/1.1.24/jt-lookup-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/mosaic/jt-mosaic/1.1.24/jt-mosaic-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/nullop/jt-nullop/1.1.24/jt-nullop-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/rescale/jt-rescale/1.1.24/jt-rescale-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/scale/jt-scale/1.1.24/jt-scale-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/scale2/jt-scale2/1.1.24/jt-scale2-1.1.24.jar:/home/runner/.m2/repository/org/huldra/math/bigint/0.7.1/bigint-0.7.1.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/stats/jt-stats/1.1.24/jt-stats-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/translate/jt-translate/1.1.24/jt-translate-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/utilities/jt-utilities/1.1.24/jt-utilities-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/warp/jt-warp/1.1.24/jt-warp-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/zonal/jt-zonal/1.1.24/jt-zonal-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/binarize/jt-binarize/1.1.24/jt-binarize-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/format/jt-format/1.1.24/jt-format-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/colorconvert/jt-colorconvert/1.1.24/jt-colorconvert-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/errordiffusion/jt-errordiffusion/1.1.24/jt-errordiffusion-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/orderdither/jt-orderdither/1.1.24/jt-orderdither-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/colorindexer/jt-colorindexer/1.1.24/jt-colorindexer-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/imagefunction/jt-imagefunction/1.1.24/jt-imagefunction-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/piecewise/jt-piecewise/1.1.24/jt-piecewise-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/classifier/jt-classifier/1.1.24/jt-classifier-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/rlookup/jt-rlookup/1.1.24/jt-rlookup-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/vectorbin/jt-vectorbin/1.1.24/jt-vectorbin-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/shadedrelief/jt-shadedrelief/1.1.24/jt-shadedrelief-1.1.24.jar:/home/runner/.m2/repository/org/geotools/gt-cql/29.2/gt-cql-29.2.jar:/home/runner/.m2/repository/com/conversantmedia/disruptor/1.2.15/disruptor-1.2.15.jar:/home/runner/.m2/repository/org/slf4j/slf4j-api/1.7.13/slf4j-api-1.7.13.jar:/home/runner/.m2/repository/org/geotools/gt-shapefile/29.2/gt-shapefile-29.2.jar:/home/runner/.m2/repository/org/geotools/jdbc/gt-jdbc-postgis/29.2/gt-jdbc-postgis-29.2.jar:/home/runner/.m2/repository/org/postgresql/postgresql/42.6.0/postgresql-42.6.0.jar:/home/runner/.m2/repository/org/checkerframework/checker-qual/3.31.0/checker-qual-3.31.0.jar:/home/runner/.m2/repository/org/geotools/gt-jdbc/29.2/gt-jdbc-29.2.jar:/home/runner/.m2/repository/commons-dbcp/commons-dbcp/1.4/commons-dbcp-1.4.jar:/home/runner/.m2/repository/org/geotools/jdbc/gt-jdbc-h2/29.2/gt-jdbc-h2-29.2.jar:/home/runner/.m2/repository/org/opengeo/geodb/0.9/geodb-0.9.jar:/home/runner/.m2/repository/com/h2database/h2/1.1.119/h2-1.1.119.jar:/home/runner/.m2/repository/net/sourceforge/hatbox/hatbox/1.0.b11/hatbox-1.0.b11.jar:/home/runner/.m2/repository/org/geotools/jdbc/gt-jdbc-mysql/29.2/gt-jdbc-mysql-29.2.jar:/home/runner/.m2/repository/mysql/mysql-connector-java/8.0.28/mysql-connector-java-8.0.28.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-wfs/29.2/gt-xsd-wfs-29.2.jar:/home/runner/.m2/repository/org/geotools/ogc/net.opengis.wfs/29.2/net.opengis.wfs-29.2.jar:/home/runner/.m2/repository/org/geotools/ogc/org.w3.xlink/29.2/org.w3.xlink-29.2.jar:/home/runner/.m2/repository/org/geotools/ogc/net.opengis.fes/29.2/net.opengis.fes-29.2.jar:/home/runner/.m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.15.0/org.eclipse.emf.common-2.15.0.jar:/home/runner/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.15.0/org.eclipse.emf.ecore-2.15.0.jar:/home/runner/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.15.0/org.eclipse.emf.ecore.xmi-2.15.0.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-filter/29.2/gt-xsd-filter-29.2.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-gml2/29.2/gt-xsd-gml2-29.2.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-fes/29.2/gt-xsd-fes-29.2.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-ows/29.2/gt-xsd-ows-29.2.jar:/home/runner/.m2/repository/org/geotools/ogc/net.opengis.ows/29.2/net.opengis.ows-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-wfs-ng/29.2/gt-wfs-ng-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-complex/29.2/gt-complex-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-app-schema-resolver/29.2/gt-app-schema-resolver-29.2.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-gml3/29.2/gt-xsd-gml3-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-xml/29.2/gt-xml-29.2.jar:/home/runner/.m2/repository/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar:/home/runner/.m2/repository/org/apache/xml/xml-commons-resolver/1.2/xml-commons-resolver-1.2.jar:/home/runner/.m2/repository/org/geotools/gt-gml-geometry-streaming/29.2/gt-gml-geometry-streaming-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-http-commons/29.2/gt-http-commons-29.2.jar:/home/runner/.m2/repository/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar:/home/runner/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar:/home/runner/.m2/repository/org/geotools/gt-charts/29.2/gt-charts-29.2.jar:/home/runner/.m2/repository/jfree/eastwood/1.1.1-20090908/eastwood-1.1.1-20090908.jar:/home/runner/.m2/repository/jfree/jfreechart/1.0.10/jfreechart-1.0.10.jar:/home/runner/.m2/repository/jfree/jcommon/1.0.13/jcommon-1.0.13.jar:/home/runner/.m2/repository/junit/junit/3.8.2/junit-3.8.2.jar:/home/runner/.m2/repository/org/geotools/gt-brewer/29.2/gt-brewer-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-svg/29.2/gt-svg-29.2.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-transcoder/1.16/batik-transcoder-1.16.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-anim/1.16/batik-anim-1.16.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-ext/1.16/batik-ext-1.16.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-dom/1.16/batik-dom-1.16.jar:/home/runner/.m2/repository/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-gvt/1.16/batik-gvt-1.16.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-svggen/1.16/batik-svggen-1.16.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-xml/1.16/batik-xml-1.16.jar:/home/runner/.m2/repository/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar:/home/runner/.m2/repository/org/geotools/gt-property/29.2/gt-property-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-geojson/29.2/gt-geojson-29.2.jar:/home/runner/.m2/repository/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar:/home/runner/.m2/repository/org/geotools/gt-swing/29.2/gt-swing-29.2.jar:/home/runner/.m2/repository/com/miglayout/miglayout/3.7/miglayout-3.7-swing.jar:/home/runner/.m2/repository/org/geotools/gt-process/29.2/gt-process-29.2.jar:/home/runner/.m2/repository/org/jaitools/jt-utils/1.6.0/jt-utils-1.6.0.jar:/home/runner/.m2/repository/javax/media/jai_imageio/1.1/jai_imageio-1.1.jar:/home/runner/.m2/repository/org/geotools/gt-process-feature/29.2/gt-process-feature-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-process-geometry/29.2/gt-process-geometry-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-graph/29.2/gt-graph-29.2.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-kml/29.2/gt-xsd-kml-29.2.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-core/29.2/gt-xsd-core-29.2.jar:/home/runner/.m2/repository/picocontainer/picocontainer/1.2/picocontainer-1.2.jar:/home/runner/.m2/repository/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.jar:/home/runner/.m2/repository/org/eclipse/xsd/org.eclipse.xsd/2.12.0/org.eclipse.xsd-2.12.0.jar:/home/runner/.m2/repository/org/geotools/gt-css/29.2/gt-css-29.2.jar:/home/runner/.m2/repository/org/parboiled/parboiled-java/1.4.1/parboiled-java-1.4.1.jar:/home/runner/.m2/repository/org/parboiled/parboiled-core/1.4.1/parboiled-core-1.4.1.jar:/home/runner/.m2/repository/org/ow2/asm/asm/9.2/asm-9.2.jar:/home/runner/.m2/repository/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar:/home/runner/.m2/repository/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar:/home/runner/.m2/repository/org/geotools/gt-ysld/29.2/gt-ysld-29.2.jar:/home/runner/.m2/repository/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.jar:/home/runner/.m2/repository/org/geotools/gt-geotiff/29.2/gt-geotiff-29.2.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-tiff/1.4.7/imageio-ext-tiff-1.4.7.jar:/home/runner/.m2/repository/io/airlift/aircompressor/0.20/aircompressor-0.20.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-cog-reader/1.4.7/imageio-ext-cog-reader-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-cog-commons/1.4.7/imageio-ext-cog-commons-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-cog-streams/1.4.7/imageio-ext-cog-streams-1.4.7.jar:/home/runner/.m2/repository/org/ehcache/ehcache/3.4.0/ehcache-3.4.0.jar:/home/runner/.m2/repository/org/geotools/gt-image/29.2/gt-image-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-imagemosaic/29.2/gt-imagemosaic-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-metadata/29.2/gt-metadata-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-opengis/29.2/gt-opengis-29.2.jar:/home/runner/.m2/repository/systems/uom/systems-common/2.1/systems-common-2.1.jar:/home/runner/.m2/repository/javax/measure/unit-api/2.1.2/unit-api-2.1.2.jar:/home/runner/.m2/repository/si/uom/si-quantity/2.1/si-quantity-2.1.jar:/home/runner/.m2/repository/si/uom/si-units/2.1/si-units-2.1.jar:/home/runner/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.jar:/home/runner/.m2/repository/tech/units/indriya/2.1.3/indriya-2.1.3.jar:/home/runner/.m2/repository/tech/uom/lib/uom-lib-common/2.1/uom-lib-common-2.1.jar:/home/runner/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-streams/1.4.7/imageio-ext-streams-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-geocore/1.4.7/imageio-ext-geocore-1.4.7.jar:/home/runner/.m2/repository/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar:/home/runner/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar:/home/runner/.m2/repository/org/jaitools/jt-vectorbinarize/1.6.0/jt-vectorbinarize-1.6.0.jar:/home/runner/.m2/repository/javax/xml/bind/jaxb-api/2.4.0-b180830.0359/jaxb-api-2.4.0-b180830.0359.jar:/home/runner/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.4.0-b180830.0438/jaxb-runtime-2.4.0-b180830.0438.jar:/home/runner/.m2/repository/org/glassfish/jaxb/txw2/2.4.0-b180830.0438/txw2-2.4.0-b180830.0438.jar:/home/runner/.m2/repository/com/sun/istack/istack-commons-runtime/3.0.7/istack-commons-runtime-3.0.7.jar:/home/runner/.m2/repository/org/jvnet/staxex/stax-ex/1.8/stax-ex-1.8.jar:/home/runner/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.15/FastInfoset-1.2.15.jar:/home/runner/.m2/repository/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar:/home/runner/.m2/repository/javax/media/jai_codec/1.1.3/jai_codec-1.1.3.jar:/home/runner/.m2/repository/org/geotools/gt-arcgrid/29.2/gt-arcgrid-29.2.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-arcgrid/1.4.7/imageio-ext-arcgrid-1.4.7.jar:/home/runner/.m2/repository/org/geotools/gt-grassraster/29.2/gt-grassraster-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-imagepyramid/29.2/gt-imagepyramid-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-imageio-ext-gdal/29.2/gt-imageio-ext-gdal-29.2.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalarcbinarygrid/1.4.7/imageio-ext-gdalarcbinarygrid-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalframework/1.4.7/imageio-ext-gdalframework-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalmrsid/1.4.7/imageio-ext-gdalmrsid-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalecw/1.4.7/imageio-ext-gdalecw-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdaldted/1.4.7/imageio-ext-gdaldted-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalkakadujp2/1.4.7/imageio-ext-gdalkakadujp2-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalmrsidjp2/1.4.7/imageio-ext-gdalmrsidjp2-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalecwjp2/1.4.7/imageio-ext-gdalecwjp2-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalehdr/1.4.7/imageio-ext-gdalehdr-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalenvihdr/1.4.7/imageio-ext-gdalenvihdr-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalerdasimg/1.4.7/imageio-ext-gdalerdasimg-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalnitf/1.4.7/imageio-ext-gdalnitf-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalrpftoc/1.4.7/imageio-ext-gdalrpftoc-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalidrisi/1.4.7/imageio-ext-gdalidrisi-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalvrt/1.4.7/imageio-ext-gdalvrt-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalsrp/1.4.7/imageio-ext-gdalsrp-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-imagereadmt/1.4.7/imageio-ext-imagereadmt-1.4.7.jar:/home/runner/.m2/repository/org/geotools/gt-netcdf/29.2/gt-netcdf-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-coverage-api/29.2/gt-coverage-api-29.2.jar:/home/runner/.m2/repository/com/github/spotbugs/spotbugs-annotations/4.0.2/spotbugs-annotations-4.0.2.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-utilities/1.4.7/imageio-ext-utilities-1.4.7.jar:/home/runner/.m2/repository/edu/ucar/cdm/4.6.15/cdm-4.6.15.jar:/home/runner/.m2/repository/edu/ucar/udunits/4.6.15/udunits-4.6.15.jar:/home/runner/.m2/repository/edu/ucar/httpservices/4.6.15/httpservices-4.6.15.jar:/home/runner/.m2/repository/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.jar:/home/runner/.m2/repository/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar:/home/runner/.m2/repository/joda-time/joda-time/2.8.1/joda-time-2.8.1.jar:/home/runner/.m2/repository/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar:/home/runner/.m2/repository/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.jar:/home/runner/.m2/repository/com/mchange/c3p0/0.9.5.4/c3p0-0.9.5.4.jar:/home/runner/.m2/repository/com/mchange/mchange-commons-java/0.2.15/mchange-commons-java-0.2.15.jar:/home/runner/.m2/repository/com/zaxxer/HikariCP-java7/2.4.13/HikariCP-java7-2.4.13.jar:/home/runner/.m2/repository/com/beust/jcommander/1.35/jcommander-1.35.jar:/home/runner/.m2/repository/com/amazonaws/aws-java-sdk-s3/1.11.236/aws-java-sdk-s3-1.11.236.jar:/home/runner/.m2/repository/com/amazonaws/aws-java-sdk-kms/1.11.236/aws-java-sdk-kms-1.11.236.jar:/home/runner/.m2/repository/com/amazonaws/aws-java-sdk-core/1.11.236/aws-java-sdk-core-1.11.236.jar:/home/runner/.m2/repository/software/amazon/ion/ion-java/1.0.2/ion-java-1.0.2.jar:/home/runner/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.7/jackson-dataformat-cbor-2.6.7.jar:/home/runner/.m2/repository/com/amazonaws/jmespath-java/1.11.236/jmespath-java-1.11.236.jar:/home/runner/.m2/repository/edu/ucar/netcdf4/4.6.15/netcdf4-4.6.15.jar:/home/runner/.m2/repository/net/java/dev/jna/jna/4.2.2/jna-4.2.2.jar:/home/runner/.m2/repository/edu/ucar/bufr/4.6.15/bufr-4.6.15.jar:/home/runner/.m2/repository/opendap/opendap/2.1/opendap-2.1.jar:/home/runner/.m2/repository/commons-cli/commons-cli/1.4/commons-cli-1.4.jar:/home/runner/.m2/repository/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar:/home/runner/.m2/repository/org/geotools/gt-process-raster/29.2/gt-process-raster-29.2.jar:/home/runner/.m2/repository/org/jaitools/jt-zonalstats/1.6.0/jt-zonalstats-1.6.0.jar:/home/runner/.m2/repository/org/jaitools/jt-rangelookup/1.6.0/jt-rangelookup-1.6.0.jar:/home/runner/.m2/repository/org/jaitools/jt-contour/1.6.0/jt-contour-1.6.0.jar:/home/runner/.m2/repository/org/jaitools/jt-attributeop/1.6.0/jt-attributeop-1.6.0.jar:/home/runner/.m2/repository/org/jaitools/jt-vectorize/1.6.0/jt-vectorize-1.6.0.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/jiffle/jt-jiffle-op/1.1.24/jt-jiffle-op-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/jiffle/jt-jiffle-language/1.1.24/jt-jiffle-language-1.1.24.jar:/home/runner/.m2/repository/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar:/home/runner/.m2/repository/org/codehaus/janino/janino/3.0.8/janino-3.0.8.jar:/home/runner/.m2/repository/org/codehaus/janino/commons-compiler/3.0.8/commons-compiler-3.0.8.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/classbreaks/jt-classbreaks/1.1.24/jt-classbreaks-1.1.24.jar:/home/runner/.m2/repository/org/geotools/gt-wms/29.2/gt-wms-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-transform/29.2/gt-transform-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-mbtiles/29.2/gt-mbtiles-29.2.jar:/home/runner/.m2/repository/org/xerial/sqlite-jdbc/3.41.2.2/sqlite-jdbc-3.41.2.2.jar:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.jar:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.jar:/home/runner/.m2/repository/org/geotools/gt-geopkg/29.2/gt-geopkg-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-grid/29.2/gt-grid-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-geobuf/29.2/gt-geobuf-29.2.jar:/home/runner/.m2/repository/com/google/protobuf/protobuf-java/3.16.3/protobuf-java-3.16.3.jar:/home/runner/.m2/repository/org/geotools/gt-flatgeobuf/29.2/gt-flatgeobuf-29.2.jar:/home/runner/.m2/repository/org/wololo/flatgeobuf/3.26.0/flatgeobuf-3.26.0.jar:/home/runner/.m2/repository/com/google/flatbuffers/flatbuffers-java/23.3.3/flatbuffers-java-23.3.3.jar:/home/runner/.m2/repository/org/geotools/gt-ogr-jni/29.2/gt-ogr-jni-29.2.jar:/home/runner/.m2/repository/org/geotools/gt-ogr-core/29.2/gt-ogr-core-29.2.jar:/home/runner/.m2/repository/org/gdal/gdal/2.2.0/gdal-2.2.0.jar:/home/runner/.m2/repository/org/apache/groovy/groovy/4.0.13/groovy-4.0.13.jar:/home/runner/.m2/repository/org/apache/groovy/groovy-sql/4.0.13/groovy-sql-4.0.13.jar:/home/runner/.m2/repository/org/apache/groovy/groovy-xml/4.0.13/groovy-xml-4.0.13.jar:/home/runner/.m2/repository/org/apache/groovy/groovy-json/4.0.13/groovy-json-4.0.13.jar:/home/runner/.m2/repository/org/apache/groovy/groovy-swing/4.0.13/groovy-swing-4.0.13.jar:/home/runner/.m2/repository/org/apache/groovy/groovy-groovysh/4.0.13/groovy-groovysh-4.0.13.jar:/home/runner/.m2/repository/org/apache/groovy/groovy-templates/4.0.13/groovy-templates-4.0.13.jar:/home/runner/.m2/repository/org/apache/groovy/groovy-console/4.0.13/groovy-console-4.0.13.jar:/home/runner/.m2/repository/com/github/javaparser/javaparser-core/3.25.3/javaparser-core-3.25.3.jar:/home/runner/.m2/repository/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar:/home/runner/.m2/repository/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar:/home/runner/.m2/repository/org/apache/ivy/ivy/2.5.1/ivy-2.5.1.jar:/home/runner/.m2/repository/com/opencsv/opencsv/3.7/opencsv-3.7.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-codec/1.13/batik-codec-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-awt-util/1.13/batik-awt-util-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/xmlgraphics-commons/2.4/xmlgraphics-commons-2.4.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-bridge/1.13/batik-bridge-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-css/1.13/batik-css-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-parser/1.13/batik-parser-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-script/1.13/batik-script-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-svg-dom/1.13/batik-svg-dom-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-shared-resources/1.13/batik-shared-resources-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-util/1.13/batik-util-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-constants/1.13/batik-constants-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-i18n/1.13/batik-i18n-1.13.jar:/home/runner/.m2/repository/org/yaml/snakeyaml/2.0/snakeyaml-2.0.jar:/home/runner/.m2/repository/com/lowagie/itext/2.1.7/itext-2.1.7.jar:/home/runner/.m2/repository/org/springframework/shell/spring-shell/1.2.0.RELEASE/spring-shell-1.2.0.RELEASE.jar:/home/runner/.m2/repository/com/google/guava/guava/17.0/guava-17.0.jar:/home/runner/.m2/repository/jline/jline/2.12/jline-2.12.jar:/home/runner/.m2/repository/org/springframework/spring-context-support/4.2.4.RELEASE/spring-context-support-4.2.4.RELEASE.jar:/home/runner/.m2/repository/org/springframework/spring-beans/4.2.4.RELEASE/spring-beans-4.2.4.RELEASE.jar:/home/runner/.m2/repository/org/springframework/spring-context/4.2.4.RELEASE/spring-context-4.2.4.RELEASE.jar:/home/runner/.m2/repository/org/springframework/spring-aop/4.2.4.RELEASE/spring-aop-4.2.4.RELEASE.jar:/home/runner/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/runner/.m2/repository/org/springframework/spring-expression/4.2.4.RELEASE/spring-expression-4.2.4.RELEASE.jar:/home/runner/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar:/home/runner/.m2/repository/org/springframework/spring-core/4.2.4.RELEASE/spring-core-4.2.4.RELEASE.jar:/home/runner/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter/5.9.1/junit-jupiter-5.9.1.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.jar:/home/runner/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar:/home/runner/.m2/repository/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.jar:/home/runner/.m2/repository/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1.jar:/home/runner/.m2/repository/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1.jar:# + +[green]#surefire.real.class.path = /home/runner/work/geo-shell/geo-shell/target/surefire/surefirebooter-20231026235242812_3.jar# + +[green]#surefire.test.class.path = /home/runner/work/geo-shell/geo-shell/target/test-classes:/home/runner/work/geo-shell/geo-shell/target/classes:/home/runner/.m2/repository/org/geoscript/geoscript-groovy/1.22.0-SNAPSHOT/geoscript-groovy-1.22.0-SNAPSHOT.jar:/home/runner/.m2/repository/no/ecc/vectortile/java-vector-tile/1.3.22/java-vector-tile-1.3.22.jar:/home/runner/.m2/repository/org/locationtech/jts/io/jts-io-common/1.19.0/jts-io-common-1.19.0.jar:/home/runner/.m2/repository/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar:/home/runner/.m2/repository/org/locationtech/jts/jts-core/1.19.0/jts-core-1.19.0.jar:/home/runner/.m2/repository/org/geotools/gt-main/30.0/gt-main-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-referencing/30.0/gt-referencing-30.0.jar:/home/runner/.m2/repository/commons-pool/commons-pool/1.5.4/commons-pool-1.5.4.jar:/home/runner/.m2/repository/it/geosolutions/jgridshift/jgridshift-core/1.3/jgridshift-core-1.3.jar:/home/runner/.m2/repository/net/sf/geographiclib/GeographicLib-Java/1.49/GeographicLib-Java-1.49.jar:/home/runner/.m2/repository/org/geotools/gt-http/30.0/gt-http-30.0.jar:/home/runner/.m2/repository/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar:/home/runner/.m2/repository/com/google/re2j/re2j/1.6/re2j-1.6.jar:/home/runner/.m2/repository/org/ejml/ejml-ddense/0.41/ejml-ddense-0.41.jar:/home/runner/.m2/repository/org/ejml/ejml-core/0.41/ejml-core-0.41.jar:/home/runner/.m2/repository/javax/media/jai_core/1.1.3/jai_core-1.1.3.jar:/home/runner/.m2/repository/org/geotools/gt-epsg-hsql/30.0/gt-epsg-hsql-30.0.jar:/home/runner/.m2/repository/org/hsqldb/hsqldb/2.7.2/hsqldb-2.7.2.jar:/home/runner/.m2/repository/org/geotools/gt-epsg-extension/30.0/gt-epsg-extension-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-render/30.0/gt-render-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-coverage/30.0/gt-coverage-30.0.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/affine/jt-affine/1.1.24/jt-affine-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/algebra/jt-algebra/1.1.24/jt-algebra-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/bandmerge/jt-bandmerge/1.1.24/jt-bandmerge-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/bandselect/jt-bandselect/1.1.24/jt-bandselect-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/bandcombine/jt-bandcombine/1.1.24/jt-bandcombine-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/border/jt-border/1.1.24/jt-border-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/buffer/jt-buffer/1.1.24/jt-buffer-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/crop/jt-crop/1.1.24/jt-crop-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/iterators/jt-iterators/1.1.24/jt-iterators-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/lookup/jt-lookup/1.1.24/jt-lookup-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/mosaic/jt-mosaic/1.1.24/jt-mosaic-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/nullop/jt-nullop/1.1.24/jt-nullop-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/rescale/jt-rescale/1.1.24/jt-rescale-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/scale/jt-scale/1.1.24/jt-scale-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/scale2/jt-scale2/1.1.24/jt-scale2-1.1.24.jar:/home/runner/.m2/repository/org/huldra/math/bigint/0.7.1/bigint-0.7.1.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/stats/jt-stats/1.1.24/jt-stats-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/translate/jt-translate/1.1.24/jt-translate-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/utilities/jt-utilities/1.1.24/jt-utilities-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/warp/jt-warp/1.1.24/jt-warp-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/zonal/jt-zonal/1.1.24/jt-zonal-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/binarize/jt-binarize/1.1.24/jt-binarize-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/format/jt-format/1.1.24/jt-format-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/colorconvert/jt-colorconvert/1.1.24/jt-colorconvert-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/errordiffusion/jt-errordiffusion/1.1.24/jt-errordiffusion-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/orderdither/jt-orderdither/1.1.24/jt-orderdither-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/colorindexer/jt-colorindexer/1.1.24/jt-colorindexer-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/imagefunction/jt-imagefunction/1.1.24/jt-imagefunction-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/piecewise/jt-piecewise/1.1.24/jt-piecewise-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/classifier/jt-classifier/1.1.24/jt-classifier-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/rlookup/jt-rlookup/1.1.24/jt-rlookup-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/vectorbin/jt-vectorbin/1.1.24/jt-vectorbin-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/shadedrelief/jt-shadedrelief/1.1.24/jt-shadedrelief-1.1.24.jar:/home/runner/.m2/repository/org/geotools/gt-cql/30.0/gt-cql-30.0.jar:/home/runner/.m2/repository/com/conversantmedia/disruptor/1.2.15/disruptor-1.2.15.jar:/home/runner/.m2/repository/org/slf4j/slf4j-api/1.7.13/slf4j-api-1.7.13.jar:/home/runner/.m2/repository/org/geotools/gt-shapefile/30.0/gt-shapefile-30.0.jar:/home/runner/.m2/repository/org/geotools/jdbc/gt-jdbc-postgis/30.0/gt-jdbc-postgis-30.0.jar:/home/runner/.m2/repository/org/postgresql/postgresql/42.6.0/postgresql-42.6.0.jar:/home/runner/.m2/repository/org/checkerframework/checker-qual/3.31.0/checker-qual-3.31.0.jar:/home/runner/.m2/repository/org/geotools/gt-jdbc/30.0/gt-jdbc-30.0.jar:/home/runner/.m2/repository/commons-dbcp/commons-dbcp/1.4/commons-dbcp-1.4.jar:/home/runner/.m2/repository/org/geotools/jdbc/gt-jdbc-h2/30.0/gt-jdbc-h2-30.0.jar:/home/runner/.m2/repository/org/opengeo/geodb/0.9/geodb-0.9.jar:/home/runner/.m2/repository/com/h2database/h2/1.1.119/h2-1.1.119.jar:/home/runner/.m2/repository/net/sourceforge/hatbox/hatbox/1.0.b11/hatbox-1.0.b11.jar:/home/runner/.m2/repository/org/geotools/jdbc/gt-jdbc-mysql/30.0/gt-jdbc-mysql-30.0.jar:/home/runner/.m2/repository/mysql/mysql-connector-java/8.0.28/mysql-connector-java-8.0.28.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-wfs/30.0/gt-xsd-wfs-30.0.jar:/home/runner/.m2/repository/org/geotools/ogc/net.opengis.wfs/30.0/net.opengis.wfs-30.0.jar:/home/runner/.m2/repository/org/geotools/ogc/org.w3.xlink/30.0/org.w3.xlink-30.0.jar:/home/runner/.m2/repository/org/geotools/ogc/net.opengis.fes/30.0/net.opengis.fes-30.0.jar:/home/runner/.m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.15.0/org.eclipse.emf.common-2.15.0.jar:/home/runner/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.15.0/org.eclipse.emf.ecore-2.15.0.jar:/home/runner/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.15.0/org.eclipse.emf.ecore.xmi-2.15.0.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-filter/30.0/gt-xsd-filter-30.0.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-gml2/30.0/gt-xsd-gml2-30.0.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-fes/30.0/gt-xsd-fes-30.0.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-ows/30.0/gt-xsd-ows-30.0.jar:/home/runner/.m2/repository/org/geotools/ogc/net.opengis.ows/30.0/net.opengis.ows-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-wfs-ng/30.0/gt-wfs-ng-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-complex/30.0/gt-complex-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-app-schema-resolver/30.0/gt-app-schema-resolver-30.0.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-gml3/30.0/gt-xsd-gml3-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-xml/30.0/gt-xml-30.0.jar:/home/runner/.m2/repository/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar:/home/runner/.m2/repository/org/apache/xml/xml-commons-resolver/1.2/xml-commons-resolver-1.2.jar:/home/runner/.m2/repository/org/geotools/gt-gml-geometry-streaming/30.0/gt-gml-geometry-streaming-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-http-commons/30.0/gt-http-commons-30.0.jar:/home/runner/.m2/repository/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar:/home/runner/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar:/home/runner/.m2/repository/org/geotools/gt-charts/30.0/gt-charts-30.0.jar:/home/runner/.m2/repository/jfree/eastwood/1.1.1-20090908/eastwood-1.1.1-20090908.jar:/home/runner/.m2/repository/jfree/jfreechart/1.0.10/jfreechart-1.0.10.jar:/home/runner/.m2/repository/jfree/jcommon/1.0.13/jcommon-1.0.13.jar:/home/runner/.m2/repository/junit/junit/3.8.2/junit-3.8.2.jar:/home/runner/.m2/repository/org/geotools/gt-brewer/30.0/gt-brewer-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-svg/30.0/gt-svg-30.0.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-transcoder/1.17/batik-transcoder-1.17.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-anim/1.17/batik-anim-1.17.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-ext/1.17/batik-ext-1.17.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-dom/1.17/batik-dom-1.17.jar:/home/runner/.m2/repository/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-gvt/1.17/batik-gvt-1.17.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-svggen/1.17/batik-svggen-1.17.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-xml/1.17/batik-xml-1.17.jar:/home/runner/.m2/repository/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar:/home/runner/.m2/repository/org/geotools/gt-property/30.0/gt-property-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-geojson/30.0/gt-geojson-30.0.jar:/home/runner/.m2/repository/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar:/home/runner/.m2/repository/org/geotools/gt-swing/30.0/gt-swing-30.0.jar:/home/runner/.m2/repository/com/miglayout/miglayout/3.7/miglayout-3.7-swing.jar:/home/runner/.m2/repository/org/geotools/gt-process/30.0/gt-process-30.0.jar:/home/runner/.m2/repository/org/jaitools/jt-utils/1.6.0/jt-utils-1.6.0.jar:/home/runner/.m2/repository/javax/media/jai_imageio/1.1/jai_imageio-1.1.jar:/home/runner/.m2/repository/org/geotools/gt-process-feature/30.0/gt-process-feature-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-process-geometry/30.0/gt-process-geometry-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-graph/30.0/gt-graph-30.0.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-kml/30.0/gt-xsd-kml-30.0.jar:/home/runner/.m2/repository/org/geotools/xsd/gt-xsd-core/30.0/gt-xsd-core-30.0.jar:/home/runner/.m2/repository/picocontainer/picocontainer/1.2/picocontainer-1.2.jar:/home/runner/.m2/repository/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.jar:/home/runner/.m2/repository/org/eclipse/xsd/org.eclipse.xsd/2.12.0/org.eclipse.xsd-2.12.0.jar:/home/runner/.m2/repository/org/geotools/gt-css/30.0/gt-css-30.0.jar:/home/runner/.m2/repository/org/parboiled/parboiled-java/1.4.1/parboiled-java-1.4.1.jar:/home/runner/.m2/repository/org/parboiled/parboiled-core/1.4.1/parboiled-core-1.4.1.jar:/home/runner/.m2/repository/org/ow2/asm/asm/9.2/asm-9.2.jar:/home/runner/.m2/repository/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar:/home/runner/.m2/repository/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar:/home/runner/.m2/repository/org/geotools/gt-ysld/30.0/gt-ysld-30.0.jar:/home/runner/.m2/repository/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.jar:/home/runner/.m2/repository/org/geotools/gt-geotiff/30.0/gt-geotiff-30.0.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-tiff/1.4.7/imageio-ext-tiff-1.4.7.jar:/home/runner/.m2/repository/io/airlift/aircompressor/0.20/aircompressor-0.20.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-cog-reader/1.4.7/imageio-ext-cog-reader-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-cog-commons/1.4.7/imageio-ext-cog-commons-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-cog-streams/1.4.7/imageio-ext-cog-streams-1.4.7.jar:/home/runner/.m2/repository/org/ehcache/ehcache/3.4.0/ehcache-3.4.0.jar:/home/runner/.m2/repository/org/geotools/gt-image/30.0/gt-image-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-imagemosaic/30.0/gt-imagemosaic-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-metadata/30.0/gt-metadata-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-api/30.0/gt-api-30.0.jar:/home/runner/.m2/repository/systems/uom/systems-common/2.1/systems-common-2.1.jar:/home/runner/.m2/repository/javax/measure/unit-api/2.1.2/unit-api-2.1.2.jar:/home/runner/.m2/repository/si/uom/si-quantity/2.1/si-quantity-2.1.jar:/home/runner/.m2/repository/si/uom/si-units/2.1/si-units-2.1.jar:/home/runner/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.jar:/home/runner/.m2/repository/tech/units/indriya/2.1.3/indriya-2.1.3.jar:/home/runner/.m2/repository/tech/uom/lib/uom-lib-common/2.1/uom-lib-common-2.1.jar:/home/runner/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-streams/1.4.7/imageio-ext-streams-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-geocore/1.4.7/imageio-ext-geocore-1.4.7.jar:/home/runner/.m2/repository/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar:/home/runner/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar:/home/runner/.m2/repository/org/jaitools/jt-vectorbinarize/1.6.0/jt-vectorbinarize-1.6.0.jar:/home/runner/.m2/repository/javax/xml/bind/jaxb-api/2.4.0-b180830.0359/jaxb-api-2.4.0-b180830.0359.jar:/home/runner/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.4.0-b180830.0438/jaxb-runtime-2.4.0-b180830.0438.jar:/home/runner/.m2/repository/org/glassfish/jaxb/txw2/2.4.0-b180830.0438/txw2-2.4.0-b180830.0438.jar:/home/runner/.m2/repository/com/sun/istack/istack-commons-runtime/3.0.7/istack-commons-runtime-3.0.7.jar:/home/runner/.m2/repository/org/jvnet/staxex/stax-ex/1.8/stax-ex-1.8.jar:/home/runner/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.15/FastInfoset-1.2.15.jar:/home/runner/.m2/repository/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar:/home/runner/.m2/repository/javax/media/jai_codec/1.1.3/jai_codec-1.1.3.jar:/home/runner/.m2/repository/org/geotools/gt-arcgrid/30.0/gt-arcgrid-30.0.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-arcgrid/1.4.7/imageio-ext-arcgrid-1.4.7.jar:/home/runner/.m2/repository/org/geotools/gt-grassraster/30.0/gt-grassraster-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-imagepyramid/30.0/gt-imagepyramid-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-imageio-ext-gdal/30.0/gt-imageio-ext-gdal-30.0.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalarcbinarygrid/1.4.7/imageio-ext-gdalarcbinarygrid-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalframework/1.4.7/imageio-ext-gdalframework-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalmrsid/1.4.7/imageio-ext-gdalmrsid-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalecw/1.4.7/imageio-ext-gdalecw-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdaldted/1.4.7/imageio-ext-gdaldted-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalkakadujp2/1.4.7/imageio-ext-gdalkakadujp2-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalmrsidjp2/1.4.7/imageio-ext-gdalmrsidjp2-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalecwjp2/1.4.7/imageio-ext-gdalecwjp2-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalehdr/1.4.7/imageio-ext-gdalehdr-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalenvihdr/1.4.7/imageio-ext-gdalenvihdr-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalerdasimg/1.4.7/imageio-ext-gdalerdasimg-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalnitf/1.4.7/imageio-ext-gdalnitf-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalrpftoc/1.4.7/imageio-ext-gdalrpftoc-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalidrisi/1.4.7/imageio-ext-gdalidrisi-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalvrt/1.4.7/imageio-ext-gdalvrt-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-gdalsrp/1.4.7/imageio-ext-gdalsrp-1.4.7.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-imagereadmt/1.4.7/imageio-ext-imagereadmt-1.4.7.jar:/home/runner/.m2/repository/org/geotools/gt-netcdf/30.0/gt-netcdf-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-coverage-api/30.0/gt-coverage-api-30.0.jar:/home/runner/.m2/repository/com/github/spotbugs/spotbugs-annotations/4.0.2/spotbugs-annotations-4.0.2.jar:/home/runner/.m2/repository/it/geosolutions/imageio-ext/imageio-ext-utilities/1.4.7/imageio-ext-utilities-1.4.7.jar:/home/runner/.m2/repository/edu/ucar/cdm/4.6.15/cdm-4.6.15.jar:/home/runner/.m2/repository/edu/ucar/udunits/4.6.15/udunits-4.6.15.jar:/home/runner/.m2/repository/edu/ucar/httpservices/4.6.15/httpservices-4.6.15.jar:/home/runner/.m2/repository/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.jar:/home/runner/.m2/repository/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar:/home/runner/.m2/repository/joda-time/joda-time/2.8.1/joda-time-2.8.1.jar:/home/runner/.m2/repository/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar:/home/runner/.m2/repository/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.jar:/home/runner/.m2/repository/com/mchange/c3p0/0.9.5.4/c3p0-0.9.5.4.jar:/home/runner/.m2/repository/com/mchange/mchange-commons-java/0.2.15/mchange-commons-java-0.2.15.jar:/home/runner/.m2/repository/com/zaxxer/HikariCP-java7/2.4.13/HikariCP-java7-2.4.13.jar:/home/runner/.m2/repository/com/beust/jcommander/1.35/jcommander-1.35.jar:/home/runner/.m2/repository/com/amazonaws/aws-java-sdk-s3/1.11.236/aws-java-sdk-s3-1.11.236.jar:/home/runner/.m2/repository/com/amazonaws/aws-java-sdk-kms/1.11.236/aws-java-sdk-kms-1.11.236.jar:/home/runner/.m2/repository/com/amazonaws/aws-java-sdk-core/1.11.236/aws-java-sdk-core-1.11.236.jar:/home/runner/.m2/repository/software/amazon/ion/ion-java/1.0.2/ion-java-1.0.2.jar:/home/runner/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.7/jackson-dataformat-cbor-2.6.7.jar:/home/runner/.m2/repository/com/amazonaws/jmespath-java/1.11.236/jmespath-java-1.11.236.jar:/home/runner/.m2/repository/edu/ucar/netcdf4/4.6.15/netcdf4-4.6.15.jar:/home/runner/.m2/repository/net/java/dev/jna/jna/4.2.2/jna-4.2.2.jar:/home/runner/.m2/repository/edu/ucar/bufr/4.6.15/bufr-4.6.15.jar:/home/runner/.m2/repository/opendap/opendap/2.1/opendap-2.1.jar:/home/runner/.m2/repository/commons-cli/commons-cli/1.4/commons-cli-1.4.jar:/home/runner/.m2/repository/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar:/home/runner/.m2/repository/org/geotools/gt-process-raster/30.0/gt-process-raster-30.0.jar:/home/runner/.m2/repository/org/jaitools/jt-zonalstats/1.6.0/jt-zonalstats-1.6.0.jar:/home/runner/.m2/repository/org/jaitools/jt-rangelookup/1.6.0/jt-rangelookup-1.6.0.jar:/home/runner/.m2/repository/org/jaitools/jt-contour/1.6.0/jt-contour-1.6.0.jar:/home/runner/.m2/repository/org/jaitools/jt-attributeop/1.6.0/jt-attributeop-1.6.0.jar:/home/runner/.m2/repository/org/jaitools/jt-vectorize/1.6.0/jt-vectorize-1.6.0.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/jiffle/jt-jiffle-op/1.1.24/jt-jiffle-op-1.1.24.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/jiffle/jt-jiffle-language/1.1.24/jt-jiffle-language-1.1.24.jar:/home/runner/.m2/repository/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar:/home/runner/.m2/repository/org/codehaus/janino/janino/3.0.8/janino-3.0.8.jar:/home/runner/.m2/repository/org/codehaus/janino/commons-compiler/3.0.8/commons-compiler-3.0.8.jar:/home/runner/.m2/repository/it/geosolutions/jaiext/classbreaks/jt-classbreaks/1.1.24/jt-classbreaks-1.1.24.jar:/home/runner/.m2/repository/org/geotools/gt-wms/30.0/gt-wms-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-transform/30.0/gt-transform-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-mbtiles/30.0/gt-mbtiles-30.0.jar:/home/runner/.m2/repository/org/xerial/sqlite-jdbc/3.41.2.2/sqlite-jdbc-3.41.2.2.jar:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.jar:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.jar:/home/runner/.m2/repository/org/geotools/gt-geopkg/30.0/gt-geopkg-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-grid/30.0/gt-grid-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-geobuf/30.0/gt-geobuf-30.0.jar:/home/runner/.m2/repository/com/google/protobuf/protobuf-java/3.16.3/protobuf-java-3.16.3.jar:/home/runner/.m2/repository/org/geotools/gt-flatgeobuf/30.0/gt-flatgeobuf-30.0.jar:/home/runner/.m2/repository/org/wololo/flatgeobuf/3.26.1/flatgeobuf-3.26.1.jar:/home/runner/.m2/repository/com/google/flatbuffers/flatbuffers-java/23.3.3/flatbuffers-java-23.3.3.jar:/home/runner/.m2/repository/org/geotools/gt-ogr-jni/30.0/gt-ogr-jni-30.0.jar:/home/runner/.m2/repository/org/geotools/gt-ogr-core/30.0/gt-ogr-core-30.0.jar:/home/runner/.m2/repository/org/gdal/gdal/2.2.0/gdal-2.2.0.jar:/home/runner/.m2/repository/org/apache/groovy/groovy/4.0.15/groovy-4.0.15.jar:/home/runner/.m2/repository/org/apache/groovy/groovy-sql/4.0.15/groovy-sql-4.0.15.jar:/home/runner/.m2/repository/org/apache/groovy/groovy-xml/4.0.15/groovy-xml-4.0.15.jar:/home/runner/.m2/repository/org/apache/groovy/groovy-json/4.0.15/groovy-json-4.0.15.jar:/home/runner/.m2/repository/org/apache/groovy/groovy-swing/4.0.15/groovy-swing-4.0.15.jar:/home/runner/.m2/repository/org/apache/groovy/groovy-groovysh/4.0.15/groovy-groovysh-4.0.15.jar:/home/runner/.m2/repository/org/apache/groovy/groovy-templates/4.0.15/groovy-templates-4.0.15.jar:/home/runner/.m2/repository/org/apache/groovy/groovy-console/4.0.15/groovy-console-4.0.15.jar:/home/runner/.m2/repository/com/github/javaparser/javaparser-core/3.25.5/javaparser-core-3.25.5.jar:/home/runner/.m2/repository/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar:/home/runner/.m2/repository/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar:/home/runner/.m2/repository/org/apache/ivy/ivy/2.5.2/ivy-2.5.2.jar:/home/runner/.m2/repository/com/opencsv/opencsv/3.7/opencsv-3.7.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-codec/1.13/batik-codec-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-awt-util/1.13/batik-awt-util-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/xmlgraphics-commons/2.4/xmlgraphics-commons-2.4.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-bridge/1.13/batik-bridge-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-css/1.13/batik-css-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-parser/1.13/batik-parser-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-script/1.13/batik-script-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-svg-dom/1.13/batik-svg-dom-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-shared-resources/1.13/batik-shared-resources-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-util/1.13/batik-util-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-constants/1.13/batik-constants-1.13.jar:/home/runner/.m2/repository/org/apache/xmlgraphics/batik-i18n/1.13/batik-i18n-1.13.jar:/home/runner/.m2/repository/org/yaml/snakeyaml/2.0/snakeyaml-2.0.jar:/home/runner/.m2/repository/com/lowagie/itext/2.1.7/itext-2.1.7.jar:/home/runner/.m2/repository/org/springframework/shell/spring-shell/1.2.0.RELEASE/spring-shell-1.2.0.RELEASE.jar:/home/runner/.m2/repository/com/google/guava/guava/17.0/guava-17.0.jar:/home/runner/.m2/repository/jline/jline/2.12/jline-2.12.jar:/home/runner/.m2/repository/org/springframework/spring-context-support/4.2.4.RELEASE/spring-context-support-4.2.4.RELEASE.jar:/home/runner/.m2/repository/org/springframework/spring-beans/4.2.4.RELEASE/spring-beans-4.2.4.RELEASE.jar:/home/runner/.m2/repository/org/springframework/spring-context/4.2.4.RELEASE/spring-context-4.2.4.RELEASE.jar:/home/runner/.m2/repository/org/springframework/spring-aop/4.2.4.RELEASE/spring-aop-4.2.4.RELEASE.jar:/home/runner/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/runner/.m2/repository/org/springframework/spring-expression/4.2.4.RELEASE/spring-expression-4.2.4.RELEASE.jar:/home/runner/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar:/home/runner/.m2/repository/org/springframework/spring-core/4.2.4.RELEASE/spring-core-4.2.4.RELEASE.jar:/home/runner/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter/5.10.0/junit-jupiter-5.10.0.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.10.0/junit-jupiter-api-5.10.0.jar:/home/runner/.m2/repository/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar:/home/runner/.m2/repository/org/junit/platform/junit-platform-commons/1.10.0/junit-platform-commons-1.10.0.jar:/home/runner/.m2/repository/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.10.0/junit-jupiter-params-5.10.0.jar:/home/runner/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.10.0/junit-jupiter-engine-5.10.0.jar:/home/runner/.m2/repository/org/junit/platform/junit-platform-engine/1.10.0/junit-platform-engine-1.10.0.jar:# + [green]#user.dir = /home/runner/work/geo-shell/geo-shell# + [green]#user.home = /home/runner# + [green]#user.language = en# + diff --git a/output/version_0_result.txt b/output/version_0_result.txt index f6201e0..c7a3e3d 100644 --- a/output/version_0_result.txt +++ b/output/version_0_result.txt @@ -1 +1 @@ -[green]#0.13.0# + \ No newline at end of file +[green]#0.14.0-SNAPSHOT# + \ No newline at end of file diff --git a/raster.html b/raster.html index 8fb0209..69f5ae9 100644 --- a/raster.html +++ b/raster.html @@ -3381,7 +3381,7 @@

Polygon

diff --git a/raster.pdf b/raster.pdf index 2ad4e25..119cc99 100644 Binary files a/raster.pdf and b/raster.pdf differ diff --git a/style.html b/style.html index 94bd3da..fe4bfdc 100644 --- a/style.html +++ b/style.html @@ -643,7 +643,7 @@

Create

-
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns="http://www.opengis.net/sld" xmlns:sld="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
+
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns:sld="http://www.opengis.net/sld" xmlns="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
   <sld:UserLayer>
     <sld:LayerFeatureConstraints>
       <sld:FeatureTypeConstraint/>
@@ -784,7 +784,7 @@ 

Vector Defa

-
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns="http://www.opengis.net/sld" xmlns:sld="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
+
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns:sld="http://www.opengis.net/sld" xmlns="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
   <sld:UserLayer>
     <sld:LayerFeatureConstraints>
       <sld:FeatureTypeConstraint/>
@@ -817,7 +817,7 @@ 

Vector Defa

-
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns="http://www.opengis.net/sld" xmlns:sld="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
+
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns:sld="http://www.opengis.net/sld" xmlns="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
   <sld:UserLayer>
     <sld:LayerFeatureConstraints>
       <sld:FeatureTypeConstraint/>
@@ -972,7 +972,7 @@ 

Vector Gr

-
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns="http://www.opengis.net/sld" xmlns:sld="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
+
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns:sld="http://www.opengis.net/sld" xmlns="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
   <sld:UserLayer>
     <sld:LayerFeatureConstraints>
       <sld:FeatureTypeConstraint/>
@@ -1130,7 +1130,7 @@ 

-
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns="http://www.opengis.net/sld" xmlns:sld="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
+
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns:sld="http://www.opengis.net/sld" xmlns="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
   <sld:UserLayer>
     <sld:LayerFeatureConstraints>
       <sld:FeatureTypeConstraint/>
@@ -1149,12 +1149,12 @@ 

</ogc:Filter> <sld:PolygonSymbolizer> <sld:Fill> - <sld:CssParameter name="fill">#7d7c4a</sld:CssParameter> + <sld:CssParameter name="fill">#724602</sld:CssParameter> </sld:Fill> </sld:PolygonSymbolizer> <sld:LineSymbolizer> <sld:Stroke> - <sld:CssParameter name="stroke">#575633</sld:CssParameter> + <sld:CssParameter name="stroke">#4f3101</sld:CssParameter> <sld:CssParameter name="stroke-width">0.5</sld:CssParameter> </sld:Stroke> </sld:LineSymbolizer> @@ -1169,12 +1169,12 @@

</ogc:Filter> <sld:PolygonSymbolizer> <sld:Fill> - <sld:CssParameter name="fill">#0a6c36</sld:CssParameter> + <sld:CssParameter name="fill">#41054f</sld:CssParameter> </sld:Fill> </sld:PolygonSymbolizer> <sld:LineSymbolizer> <sld:Stroke> - <sld:CssParameter name="stroke">#074b25</sld:CssParameter> + <sld:CssParameter name="stroke">#2d0337</sld:CssParameter> <sld:CssParameter name="stroke-width">0.5</sld:CssParameter> </sld:Stroke> </sld:LineSymbolizer> @@ -1276,7 +1276,7 @@

-
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns="http://www.opengis.net/sld" xmlns:sld="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
+
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns:sld="http://www.opengis.net/sld" xmlns="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
   <sld:UserLayer>
     <sld:LayerFeatureConstraints>
       <sld:FeatureTypeConstraint/>
@@ -1547,7 +1547,7 @@ 

Raster

-
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns="http://www.opengis.net/sld" xmlns:sld="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
+
<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns:sld="http://www.opengis.net/sld" xmlns="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
   <sld:UserLayer>
     <sld:LayerFeatureConstraints>
       <sld:FeatureTypeConstraint/>
@@ -1691,7 +1691,7 @@ 

geo-shell> style repository delete --type directory --options file=examples/styles --layerName parcels --styleName parcels
@@ -2036,7 +2036,7 @@

geo-shell> style repository get --type nested-directory --options file=examples/county_styles --layerName roads --styleName roads
-<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns="http://www.opengis.net/sld" xmlns:sld="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
+<?xml version="1.0" encoding="UTF-8"?><sld:StyledLayerDescriptor xmlns:sld="http://www.opengis.net/sld" xmlns="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0">
<sld:UserLayer>
<sld:LayerFeatureConstraints>
<sld:FeatureTypeConstraint/>
@@ -2150,7 +2150,7 @@

<

diff --git a/style.pdf b/style.pdf index 715ef4c..2494e4e 100644 Binary files a/style.pdf and b/style.pdf differ diff --git a/tile.html b/tile.html index eaf026c..af854e5 100644 --- a/tile.html +++ b/tile.html @@ -1312,7 +1312,7 @@

Vector Grid

diff --git a/tile.pdf b/tile.pdf index d7dbb09..266b91c 100644 Binary files a/tile.pdf and b/tile.pdf differ diff --git a/workspace.html b/workspace.html index 836b46a..cfffa93 100644 --- a/workspace.html +++ b/workspace.html @@ -629,7 +629,7 @@

Layers

diff --git a/workspace.pdf b/workspace.pdf index c443af4..35b82f8 100644 Binary files a/workspace.pdf and b/workspace.pdf differ