wxPython and ARCGIS

微笑、不失礼 提交于 2019-12-25 00:06:58

问题


I am working on an Desktop application built with wx Python. I would like the application to visualize maps(shapefiles) like a GIS software and provide interactions with the map. I was looking through arcpy and arcgisscripting but I am not sure if it help me render the shapefile on the Panel. Please do let me know if it is possible?


回答1:


There is an application created with wxPython for GIS here: http://thuban.intevation.org/

There's also one for GRASS: http://grass.osgeo.org/wiki/WxPython-based_GUI_for_GRASS

You can probably use those as starting places at least.




回答2:


ArcGIS has it's own rendering engine. You would need to create an ArcPy tool or script or add-in for something like ArcGIS Explorer or the paid version ArcMap. You could also look into making an ArcPy tool, script, or add-in for their ArcGIS Runtime.



来源:https://stackoverflow.com/questions/9628257/wxpython-and-arcgis

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!