NRC-Research / SNAP-issues

This repository was created to provide a public location to record and display the status of "issues" for the SNAP application. The SNAP developers will acknowledge, provide (and maybe request) feedback on the reported issues, and in general use the information to improve SNAP code.
3 stars 0 forks source link

SNAP model editor throws error when loading a git-based model from command line #16

Closed NRCgg closed 3 years ago

NRCgg commented 3 years ago

On Linux, when trying to load a model that is stored in a git repo (that is, starting the model-editor from command line in the git directory):

$ model_editor.sh test.med

open-failed

The associated me.screen file is attached.

me.screen.txt

kroc-apt commented 3 years ago

Issue was due to a mishandling of relative pathing when opening a model. This has been fixed in the next version of the GIT plug-in.

NRCgg commented 3 years ago

Closing this issue. A new git-plugin has been released. Any further issues will be listed separately.