I’m trying to use SNAP by calling it with command line in a python script and in order to use “DEM AUTODOWNLOAD” I need to set proxy parameters by using command lines and not graphic interface but I didn’t see anything saying it is possible.
Actually, it does not work but we’re not sure about why it doesn’t
Do you know if it’s also in the core.properties file that the binary file gpt is taking proxy setting when running for an Autodownload or does it has its own setting file ?
Actually, it should be used automatically, after it has been configured via NetBeans.
You could try to add the proxy settings as system properties, either to gpt.vmoptions in the bin directory or tosnap.conf in the etc directory of the SNAP installation folder. Depending on what you call.
This page might help. https://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html
Sorry for not being more helpful. I’m not very familiar with these proxy settings.