登录
首页 » Python » l_Python

l_Python

于 2018-06-08 发布 文件大小:3KB
0 210
下载积分: 1 下载次数: 3

代码说明:

  输入栅格文件和掩膜矢量,进行批量裁剪.python的版本为2.7,需要导入arcpy模块(batch clip rasters under python2.7 programm)

文件列表:

Clip-GDB.py, 1366 , 2015-09-15
Clip-GDB_one.py, 827 , 2017-12-21
HJ_Composite.py, 3819 , 2018-01-05
Landsat_Composite.py, 2270 , 2015-01-16
Clip.py, 844 , 2015-09-25

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • hht_example
    hht example for python
    2020-06-16 12:40:02下载
    积分:1
  • Java中的Canvas绘图源码实例
    Java中的Canvas绘图源码实例,主要是画线条、弧线、圆角矩形、三角形、文字、圆形等简单的几何图形,主要是通过创建DrawingCanvas对象canvas,为canvas设置命令监听者,实现接口CommandListener的方法,把缓冲区图像的内容绘制到画布上,画图部分代码:   int w = getWidth(); // 画布的宽度   int h = getHeight(); // 画布的高度   Image buffer = Image.createImage(w, h); // 用于绘图的缓冲图像   Graphics gc = buffer.getGraphics(); // 获取缓冲图像的图形环境   // 清除画布   public void clearScreen() {    gc.setColor(255,255,255); // 设置绘图颜色为白色    gc.fillRect(0,0,w,h); // 把缓冲图像填充为白色    gc.setColor(255,0,0); // 设置绘图颜色为红色   }   // 绘制直线   public void drawLine() {    setTitle("直线"); // 设置画布的标题    clearScreen(); // 清除画布    gc.drawLine(10,10,w-20,h-20); // 绘制黑色直线    gc.setColor(0,0,255); // 设置绘图颜色为蓝色    gc.drawLine(10,h/2,w-10,h/2); // 绘制蓝色直线   }   // 绘制弧   public void drawArc() {    setTitle("弧线和填充弧");    clearScreen();    gc.drawArc(5,5,w/2-20,h/2-20,60,216); // 绘制弧线    gc.drawArc(5,h/2-10,w/2-20,h/2-20,0,360); // 绘制圆    gc.setColor(0,0,255);    gc.fillArc(w/2,5,w/2-20,h/2-20,60,216); // 绘制填充弧线    gc
    2023-04-11 05:50:03下载
    积分:1
  • 基于Z源逆变器的SPWM控制
    说明:  基于Z源逆变器的SPWM控制 有点小问题 但是对初学者 够用了(SPWM control and SVPWM control based on Z-source inverters have some minor problems, but they are enough for beginners.)
    2019-04-15 15:48:08下载
    积分:1
  • gis applications in the presentation and application of the results briefings
    gis在应用方面的介绍,以及应用成果的简介-gis applications in the presentation and application of the results briefings
    2022-06-19 10:33:06下载
    积分:1
  • 用于制作安装卸载程序的源代码VB的
    用于制作安装卸载程序的源代码VB的-unloading installation for the production of a program"s source code in VB
    2022-06-16 20:54:37下载
    积分:1
  • MC145158
    mc145158控制参考C程序 多版本参考C程序 汇编程序等,可以说比较全面 单片机控制mc145158频率合成器汇编源程序(Mc145158 control reference C program multi-version reference C program assembler, etc., can be said that more comprehensive single-chip control mc145158 frequency synthesizer assembly source)
    2017-02-26 19:48:56下载
    积分:1
  • 基于人工智能方面的,运用极大极小算法的井字棋源代码
    基于人工智能方面的,运用极大极小算法的井字棋源代码-Based on artificial intelligence aspects, the use of max-min algorithm source code for tic-tac-toe game
    2023-08-05 18:50:03下载
    积分:1
  • 移动型3-UPU并联机构运动/力传递性能t3UPU
    说明:  移动型3-UPU并联机构运动/力传递性能(Motion / force transfer performance of 3-UPU parallel mechanism)
    2021-03-07 20:19:29下载
    积分:1
  • java写的简单连连看游戏,网上下载一些图片作为游戏背景
    java写的简单连连看游戏,网上下载一些图片作为游戏背景-Lianliankan Writing a simple java games, download some pictures as the background of Games
    2022-07-25 02:03:31下载
    积分:1
  • A
    说明:  5. 创建一个Point类,有成员变量x,y,方法getX(),setX(),还有一个构造方 法初始化x和y。创建类主类A来测试它。(5. Create a point class with member variables X, y, method geTx (), setx (), and a constructor Method to initialize X and y. Create class main class A to test it.)
    2020-03-17 11:35:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载