07 2016 档案

摘要:#!/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 阅读(1093) 评论(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 阅读(1804) 评论(0) 推荐(0) 编辑
摘要:# -*- coding: utf-8 -*-# # ErrorPointFinder.py# Created on: 2016-07-27 09:10:17.00000# (generated by ArcGIS/ModelBuilder)# Description: # import rando 阅读全文
posted @ 2016-07-27 16:55 ParamousGIS 阅读(265) 评论(0) 推荐(0) 编辑
摘要:# -*- coding: utf-8 -*-# # mergeSubRegionData.py# Created on: 2016-07-27 09:10:17.00000# (generated by ArcGIS/ModelBuilder)# Description: # # Set the 阅读全文
posted @ 2016-07-27 16:54 ParamousGIS 阅读(390) 评论(0) 推荐(0) 编辑
摘要:path = u"H:\\data)"outpath = u"H:\\output0"current_files = os.listdir(path)for file_name in current_files: print(file_name) dirname = path + "\\" + fi 阅读全文
posted @ 2016-07-27 11:47 ParamousGIS 阅读(185) 评论(0) 推荐(0) 编辑
摘要:前往 Classic Shell 的网站(传送门:http://www.classicshell.net/)进行下载安装。第一次开启 时,程序会让你选择一款面板:第一个是 Windows 2000 的款式,中间近似 Windows XP,而最右就是 Windows 7 咯,大家 根据喜好挑选就可以 阅读全文
posted @ 2016-07-26 08:39 ParamousGIS 阅读(740) 评论(0) 推荐(0) 编辑
摘要:# # MeteorologicalImageLoad.py# Created on: 2014-01-24 08:33:03.00000# Created by SmartMap# Usage: MeteorologicalImageLoad <analyzeType> <analyzeResul 阅读全文
posted @ 2016-07-22 08:41 ParamousGIS 阅读(1236) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示