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
阅读全文
摘要:Library name Description Reason to install NumPy This adds support for large multidimensional arrays and matrices It is a requirement for many other l
阅读全文
摘要:# -*- coding: utf-8 -*-# # ErrorPointFinder.py# Created on: 2016-07-27 09:10:17.00000# (generated by ArcGIS/ModelBuilder)# Description: # import rando
阅读全文
摘要:# -*- coding: utf-8 -*-# # mergeSubRegionData.py# Created on: 2016-07-27 09:10:17.00000# (generated by ArcGIS/ModelBuilder)# Description: # # Set the
阅读全文
摘要: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
阅读全文
摘要:前往 Classic Shell 的网站(传送门:http://www.classicshell.net/)进行下载安装。第一次开启 时,程序会让你选择一款面板:第一个是 Windows 2000 的款式,中间近似 Windows XP,而最右就是 Windows 7 咯,大家 根据喜好挑选就可以
阅读全文
摘要:# # MeteorologicalImageLoad.py# Created on: 2014-01-24 08:33:03.00000# Created by SmartMap# Usage: MeteorologicalImageLoad <analyzeType> <analyzeResul
阅读全文