[GRASS-git] [OSGeo/grass-addons] 98393a: r.maxent.setup: new addon and refactoring r.maxent...

Paulo van Breugel noreply at github.com
Sun Nov 17 08:01:15 PST 2024


  Branch: refs/heads/grass8
  Home:   https://github.com/OSGeo/grass-addons
  Commit: 98393ab8a50f6a43692b7597c1a11fa9eef2c529
      https://github.com/OSGeo/grass-addons/commit/98393ab8a50f6a43692b7597c1a11fa9eef2c529
  Author: Paulo van Breugel <paulo at ecodiv.earth>
  Date:   2024-11-17 (Sun, 17 Nov 2024)

  Changed paths:
    M src/raster/r.maxent.predict/r.maxent.predict.html
    M src/raster/r.maxent.predict/r.maxent.predict.py
    A src/raster/r.maxent.predict/r_maxent_predict_workflow.png
    A src/raster/r.maxent.setup/Makefile
    A src/raster/r.maxent.setup/r.maxent.setup.html
    A src/raster/r.maxent.setup/r.maxent.setup.py
    M src/raster/r.maxent.train/r.maxent.train.html
    M src/raster/r.maxent.train/r.maxent.train.py
    R src/raster/r.maxent.train/r_maxent_train.png
    A src/raster/r.maxent.train/r_maxent_train_01.png
    A src/raster/r.maxent.train/r_maxent_train_02.png
    A src/raster/r.maxent.train/r_maxent_train_workflow.png

  Log Message:
  -----------
  r.maxent.setup: new addon and refactoring r.maxent.predict and r.maxent.train (#1243)

- Moved the option to copy the Maxent.jar file to the addon directory from r.maxent.train and r.maxent.predict to this new addon. When running this with the maxent parameter option, the user does not need to set the path to the file anymore when running r.maxent.train and r.maxent.predict.
- Option to create a text with the path to the java executable in the addon directory. It thus provides an alternative to setting the path to the java executable folder to the PATH. This is most useful on Windows, where the path to Java is not set in the OSGeo4W environment.
- Changes in r.maxent.train and r.maxent.predict; both functions will look for the above-mentioned text file in the grass addon directory. If it exists, it will use the path to the java executable.



To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass-addons/settings/notifications


More information about the grass-commit mailing list