摘要: #!/usr/bin/env python# -*- coding: utf-8 -*- import os try: import ogr import osr except ImportError: from osgeo import ogr, osr shp_driver = ogr.GetD 阅读全文
posted @ 2016-07-30 23:40 ParamousGIS 阅读(1089) 评论(0) 推荐(0) 编辑
摘要: Library name Description Reason to install NumPy This adds support for large multidimensional arrays and matrices It is a requirement for many other l 阅读全文
posted @ 2016-07-30 23:09 ParamousGIS 阅读(1802) 评论(0) 推荐(0) 编辑