- 博客(8)
- 资源 (2)
- 收藏
- 关注
转载 All correlations significant at .001 level. Is it okay?
the significance does not only depend on the magnitude of the correlation coefficient, but also on your sample size!! The same coefficient of r=.40 could be either non-significant with a small sample
2017-09-08 09:39:48 660
原创 windows 环境下基于Python 的GDAL 安装
最近由于需要利用pytho处理地理空间数据,但是python本身并没有访问和处理地理空间数据的包,只能借助于GDAL(Geospatial Data Abstraction Library)来进行访问和处理。GDAL并非纯净python脚本的包,所以需要通过其他途径进行安装。具体安装步骤如下:1.检查windows下python 安装版本,确定以后下载相应的GDAL安装文件。我的python
2017-04-13 19:39:24 27848 15
原创 在指定目录批量创建文件夹(Python)
目标文件夹为:L:\ZJ_Landsat\LC81220442013221LGN00\WaterQuality_PCA\results 目录L:\ZJ_Landsat下有大量影像文件。import osrootDir = "L:\ZJ_Landsat"name1 = "WaterQuality_PCA"name2 = "results"folder_name = "PCA_4_bands"d
2017-03-24 10:46:49 2994
原创 指定目录中批量查找指定后缀名的文件(Python)
最近需要处理大量影像文件,但之前处理的文件存在位置比较繁琐,于是就写了一个脚本来批量查找所需文件。我的目标文件目录为:L:\ZJ_Landsat\LC81220442013221LGN00\Preprocessing\FLAASHimport osrootDir = "L:\ZJ_Landsat"newlist = []#获取rootDir目录下所有影像文件内Preprocessing下FLA
2017-03-24 10:32:47 1826
转载 火狐浏览器中重新开始下载Chrome Download失败的文件
It can be frustrating when a browser crashes in the middle of an important download. While Chrome can't resume an interrupted or failed download, Firefox browser can pick up right where you left off.
2017-03-24 10:24:54 1350 1
翻译 Windows Service Pack 1 for Win7 安装失败解决方案
最近在安装Python 3.5.x的时候,总是提醒必须先安装Windows Service Pack 1 for Win7。于是乎,就先下载了64位的SP1 for win7的更新程序。更新程序下载链接如下:Download link Windows 7 SP 1 32bit 538 MBhttps://download.microsoft.com/download/0/A/F/0AF
2017-03-12 11:27:22 44176 4
翻译 Hadoop 基本概念
本文主要包含以下3个部分:1.什么是Hadoop?2.Hadoop的特点。3.Hadoop的核心组件。1.什么是Hadoop Hadoop是一个开源软件框架,该框架能够一种分布式的范式存储(storage)和处理(processing)大型数据集合。数据集合可以为结构化、半结构化和非结构化数据。可以接受的数据形式多种多样。Hadoop 框架执行Apache v2
2017-03-10 16:23:26 357
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人