Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

模块载入配置的初始化模块 #18

Open
supergis opened this issue Jun 17, 2014 · 7 comments
Open

模块载入配置的初始化模块 #18

supergis opened this issue Jun 17, 2014 · 7 comments
Assignees

Comments

@supergis
Copy link
Collaborator

建议增加对*.so等库的目录配置、初始化环境的设置、清除的访问模块。

@zhouqin
Copy link
Collaborator

zhouqin commented Jun 17, 2014

参见pylib/Readme

@zhouqin zhouqin closed this as completed Jun 17, 2014
@skyswind
Copy link
Owner

工程issue原则上应由请求者进行close

@skyswind skyswind reopened this Jun 17, 2014
@skyswind
Copy link
Owner

应在@supergis 根据 @zhouqin 提示验证之后提交测试结果并关闭issue

@skyswind skyswind added this to the Project Publish milestone Jun 17, 2014
@supergis
Copy link
Collaborator Author

应该直接提供py模块,可以直接调用。

@shiwwgis
Copy link
Collaborator


Reply to this email directly or view it on GitHub.

@supergis
Copy link
Collaborator Author

已经调整pylib的目录结构,将smlib的python封装库放到了下一级,从而可以在上层定义标准化的接口,以兼容多种GIS支持库。同时,使用者通过修改该封装库的路径指向,即可使用系统已经安装的底层支持库。
=》建议将python C的接口封装库放入该目录的./bin目录,从而与基础支持库实现完全隔离,减少升级和版本问题。

@zhouqin
Copy link
Collaborator

zhouqin commented Jun 20, 2014

pylib下新增binversion目录,存放不同版本的smu.so。pylib目录下smlib.py的load_smlib()加载指定路径。默认是./binversion/7.1/Linux64/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants