geoscript-groovy icon indicating copy to clipboard operation
geoscript-groovy copied to clipboard

A Groovy implementation of GeoScript.

Results 13 geoscript-groovy issues
Sort by recently updated
recently updated
newest added

The getName() method returns the name of the feature datasource instead of the name of the layer. Usually the layer name is independent of the data source. There may be...

At OrbisGIS team we think about using GeoScript-Groovy and contribute to the project. We have successfully made the link with H2GIS ;-) Before taking this decision, we would like to...

This is more a question than an issue I guess. I am trying to upgrade the Hortonmachine project to the latest geoscript and geotools >= 22 and in teh process...

Hello, I'm trying to us geoscript for a very simple project but at the compilation, build fails. ``` ➜ prj2epsg-ng ./gradlew run > Task :compileGroovy FAILED startup failed: General error...

Given the following testcode: ``` import geoscript.geom.* import geoscript.viewer.* def multiLineCoordinates = [ [[10,10],[20,20],[10,40]], [[40,40],[30,30],[40,20],[30,10]] ] def geom = new MultiLineString(multiLineCoordinates) Viewer.plot([size: [800,800]],[geom]) ``` I get the following: ![image](https://user-images.githubusercontent.com/390250/55667514-8babb680-585d-11e9-98cb-73c4629faf9e.png) You...

It seems that Scatter charts do not use name for the series. Instead in the legend always **Values** appears. Also, ```legend: 'false'``` in the opts doesn't hide the legend.

Hi, I am trying to do a very simple raster diff (manually to teach students). The script is the following: ``` import geoscript.layer.* def base = "path/to/base/folder/" def dsmPath =...

JDK 17 has been out for several years. GeoScript should be made compatible with JDK 17 for increased availability across applications. Detailed changes: - Geoscript fails at runtime when used...

Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.33 to 2.0. Commits c98ffba issue 561: add negative test case e2ca740 Use Maven wrapper on github 49d91a1 Fix target for github 19e331d Disable toolchain for github...

dependencies