Git Product home page Git Product logo

Comments (4)

ebocher avatar ebocher commented on August 27, 2024

Please pointed us the script and the configuration of the operating environment you are using.
Do you have a link ?

from geoclimate.

SamuelMarsault avatar SamuelMarsault commented on August 27, 2024

Please pointed us the script and the configuration of the operating environment you are using. Do you have a link ?

@ebocher you can access my script here :
https://github.com/SamuelMarsault/noiseModelling_OSM/blob/dev/src/main/groovy/Import_GeoClimate_Data.groovy

You normally receive an invitation to collaborate.

The OS is windows 10 and "java --version" send me back :

openjdk 11.0.2 2019-01-15
OpenJDK Runtime Environment 18.9 (build 11.0.2+9)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode)

As said before in the project I use groovy 4.0.17

I also tried 2 different ways of launching the program, the first being OSM.workflow(parameters) and the second by using the command line :

 String[] args = ["-w", "OSM", "-f", Paths.get(outputDirectory, "..", "workflow_parameters.json").toString(), "-l", "INFO"]
 def cmd = new CommandLine(new Geoclimate())
 int exitCode = cmd.execute(args)

The only difference between the 2 is that when I run the program from the command line, it shows me the entire execution of the program up to the error shown in the 1st comment, whereas when I run the workflow directly, I just see the name of the error.

Do you need any other information ?

from geoclimate.

ebocher avatar ebocher commented on August 27, 2024

Sorry but I'm not able to reproduce this issue.

from geoclimate.

ebocher avatar ebocher commented on August 27, 2024

toRowResult is an internal class of the groovy SQL module and this module is avaible in the dependency grovvy-all.

from geoclimate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.