• 大小: 66.23MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-03-26
  • 语言: 其他
  • 标签: 源码  GIS  

资源简介

这个是QGIS2.8.9的源码,如果有需要编译好的,我的资源中会有提供

资源截图

代码片段和文件信息

# -*- coding: utf-8 -*-
#
#   Copyright (c) 2007 Simon Edwards 
#    All rights reserved.
#
#    Redistribution and use in source and binary forms with or without
#    modification are permitted provided that the following conditions are met:
#        * Redistributions of source code must retain the above copyright
#        notice this list of conditions and the following disclaimer.
#        * Redistributions in binary form must reproduce the above copyright
#        notice this list of conditions and the following disclaimer in the
#        documentation and/or other materials provided with the distribution.
#        * Neither the name of the  Simon Edwards  nor the
#        names of its contributors may be used to endorse or promote products
#        derived from this software without specific prior written permission.
#
#    THIS SOFTWARE IS PROVIDED BY Simon Edwards  ‘‘AS IS‘‘ AND ANY
#    EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT LIMITED TO THE IMPLIED
#    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
#    DISCLAIMED. IN NO EVENT SHALL Simon Edwards  BE LIABLE FOR ANY
#    DIRECT INDIRECT INCIDENTAL SPECIAL EXEMPLARY OR CONSEQUENTIAL DAMAGES
#    (INCLUDING BUT NOT LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
#    LOSS OF USE DATA OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
#    ON ANY THEORY OF LIABILITY WHETHER IN CONTRACT STRICT LIABILITY OR TORT
#    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
#    SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# FindLibPython.py
# Copyright (c) 2007 Simon Edwards 
# Redistribution and use is allowed according to the terms of the BSD license.
# For details see the accompanying COPYING-CMAKE-scriptS file.

import sys
import distutils.sysconfig

print(“exec_prefix:%s“ % sys.exec_prefix)
print(“short_version:%s“ % sys.version[:3])
print(“long_version:%s“ % sys.version.split()[0])
print(“py_inc_dir:%s“ % distutils.sysconfig.get_python_inc())
print(“site_packages_dir:%s“ % distutils.sysconfig.get_python_lib(plat_specific=1))

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件         19  2016-04-29 20:02  qgis-2.8.9\.gitattributes

     文件       1315  2016-04-29 20:02  qgis-2.8.9\.gitignore

     文件        580  2016-04-29 20:02  qgis-2.8.9\.mailmap

     文件       1227  2016-04-29 20:02  qgis-2.8.9\.travis.yml

     文件       1983  2016-04-29 20:02  qgis-2.8.9\.tx\config

     文件       1438  2016-04-29 20:02  qgis-2.8.9\BUGS

     文件    4821410  2016-04-29 20:02  qgis-2.8.9\ChangeLog

     文件       3011  2016-04-29 20:02  qgis-2.8.9\cmake\Bison.cmake

     文件       1327  2016-04-29 20:02  qgis-2.8.9\cmake\COPYING-CMAKE-scriptS

     文件       1783  2016-04-29 20:02  qgis-2.8.9\cmake\FindExpat.cmake

     文件        818  2016-04-29 20:02  qgis-2.8.9\cmake\FindFcgi.cmake

     文件       7975  2016-04-29 20:02  qgis-2.8.9\cmake\FindGDAL.cmake

     文件       7497  2016-04-29 20:02  qgis-2.8.9\cmake\FindGEOS.cmake

     文件       3455  2016-04-29 20:02  qgis-2.8.9\cmake\FindGRASS.cmake

     文件       4639  2016-04-29 20:02  qgis-2.8.9\cmake\FindGSL.cmake

     文件       1404  2016-04-29 20:02  qgis-2.8.9\cmake\FindIconv.cmake

     文件       2230  2016-04-29 20:02  qgis-2.8.9\cmake\FindLibPython.py

     文件       4290  2016-04-29 20:02  qgis-2.8.9\cmake\FindOSGEARTH.cmake

     文件       3980  2016-04-29 20:02  qgis-2.8.9\cmake\FindPostgres.cmake

     文件       2131  2016-04-29 20:02  qgis-2.8.9\cmake\FindProj.cmake

     文件       3345  2016-04-29 20:02  qgis-2.8.9\cmake\FindPyQt.py

     文件       2270  2016-04-29 20:02  qgis-2.8.9\cmake\FindPyQt4.cmake

     文件       5255  2016-04-29 20:02  qgis-2.8.9\cmake\FindPythonLibrary.cmake

     文件       1303  2016-04-29 20:02  qgis-2.8.9\cmake\FindQextserialport.cmake

     文件       4894  2016-04-29 20:02  qgis-2.8.9\cmake\FindQGIS.cmake

     文件       1534  2016-04-29 20:02  qgis-2.8.9\cmake\FindQsci.cmake

     文件       2179  2016-04-29 20:02  qgis-2.8.9\cmake\FindQsci.py

     文件       2411  2016-04-29 20:02  qgis-2.8.9\cmake\FindQScintilla.cmake

     文件       6881  2016-04-29 20:02  qgis-2.8.9\cmake\FindQtMobility.cmake

     文件       1231  2016-04-29 20:02  qgis-2.8.9\cmake\FindQwt.cmake

............此处省略11654个文件信息

评论

共有 条评论