PythonOceanDirect
1.31.0
OceanDirect Python API
|
Go to the source code of this file.
Namespaces | |
Python.oceandirect.sdk_properties | |
Variables | |
Python.oceandirect.sdk_properties.user = getpass.getuser() | |
Python.oceandirect.sdk_properties.user_home = os.path.expanduser("~"+user) | |
Python.oceandirect.sdk_properties.program_data = os.path.normpath("./oceandirect") | |
Python.oceandirect.sdk_properties.os_platform = platform.system() | |
tuple | Python.oceandirect.sdk_properties.oceandirect_libname = ("liboceandirect.dylib") |
Change the path name here. More... | |
Python.oceandirect.sdk_properties.oceandirect_dll = os.path.normpath(program_data+"/lib/"+oceandirect_libname) | |