上一页 1 ··· 6 7 8 9 10 11 12 13 下一页
摘要: 1. pom.xml文件 2. App.java 3. DownTileMutipleThreadApp.java 4. DownTileSingleThreadApp.java 5. DownTileThread.java 阅读全文
posted @ 2016-12-10 21:29 ParamousGIS 阅读(330) 评论(0) 推荐(0) 编辑
摘要: Linux的ip命令和ifconfig类似,但前者功能更强大,并旨在取代后者。使用ip命令,只需一个命令,你就能很轻松地执行一些网络管理任务。ifconfig是net-tools中已被废弃使用的一个命令,许多年前就已经没有维护了。iproute2套件里提供了许多增强功能的命令,ip命令即是其中之一。 设置和删除Ip地址 要给你的机器设置一个IP地址,可以使用下列ip命令: 1. $ sudo i... 阅读全文
posted @ 2016-12-10 20:59 ParamousGIS 阅读(8310) 评论(0) 推荐(0) 编辑
摘要: ogr2ogr -f MySQL MySQL:smfs,host=127.0.0.1,user=root,password=gis D:\spatialData\HB\HuBeiPicture\HuBeiPicture\station.shp -nln gis_station_gdal -update -overwrite -lco engine=MYISAM ogr2ogr -f MySQL M... 阅读全文
posted @ 2016-12-10 20:35 ParamousGIS 阅读(1986) 评论(0) 推荐(0) 编辑
摘要: GDAL原生支持超过100种栅格数据类型,涵盖所有主流GIS与RS数据格式,包括• ArcInfo grids, ArcSDE raster, Imagine, Idrisi, ENVI, GRASS, GeoTIFF • HDF4, HDF5• USGS DOQ, USGS DEM • ECW, MrSID • TIFF, JPEG, JPEG2000, PNG, GIF, BMP 完... 阅读全文
posted @ 2016-12-10 20:21 ParamousGIS 阅读(887) 评论(0) 推荐(0) 编辑
摘要: 1.影像处理 ogCalcExtent --srs EPSG:26711 --inputdir D:/software/preprocess/data/bugaboos/ --filetype jpg ogCreateLayer --name bugaboos --lod 16 --extent 1 阅读全文
posted @ 2016-12-10 20:12 ParamousGIS 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-12-10 20:11 ParamousGIS 阅读(3849) 评论(0) 推荐(0) 编辑
摘要: http://jingyan.baidu.com/article/7f766daf42ce984100e1d045.html 1.检查Linux系统是否能够联网。 2.执行命令 yum -y groupinstall Desktop 3.等上面的命令执行完后,再执行这条命令 yum -y groupinstall "X Window System" 4.然后执行"startx"命令... 阅读全文
posted @ 2016-12-10 20:08 ParamousGIS 阅读(23895) 评论(0) 推荐(1) 编辑
摘要: 远程登录Linux(05) 文本方式远程: putty SecureCRT winSCP SshClient图形方式远程:Xmanager Xming ifconfigps -ef | grep sshdf -Henv 关机重启(09)poweroffshutdown -h nowshutdown -h 10shutdown -h 20:25 shutdown -r nowreboot ... 阅读全文
posted @ 2016-12-10 20:04 ParamousGIS 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 系统信息 arch 显示机器的处理器架构(1) uname -m 显示机器的处理器架构(2) uname -r 显示正在使用的内核版本 dmidecode -q 显示硬件系统部件 - (SMBIOS / DMI) hdparm -i /dev/hda 罗列一个磁盘的架构特性 hdparm -tT /dev/sda 在磁盘上执行测试性读取操作 cat /proc/cpuinfo 显示CPU ... 阅读全文
posted @ 2016-12-10 19:47 ParamousGIS 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 一个完整运行的 Linux 系统包括很多子系统(介绍,CPU,Memory,IO,Network,…),监测和评估这些子系统是性能监测的一部分。我们往往需要宏观的看整个系统状态,也需要微观的看每个子系统的运行情况。幸运的是,我们不必重复造轮子,监控这些子系统都有相应的工具可用,这些经过时间考验、随 Unix 成长起来、简单而优雅的小工具是我们日常 Unix/Linux 工作不可缺少的部分。 下面这... 阅读全文
posted @ 2016-12-10 19:35 ParamousGIS 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 安装步骤: (1)下载JDK (jdk-8u20-linux-x64.tar.gz) (2)卸载系统自带的开源JDK rpm -qa |grep java rpm –e java (3)把安装文件拷贝到用户目录 例如: /opt/java目录下 (4)解压文件 tar –xzvf jdk-8u20- 阅读全文
posted @ 2016-12-10 19:33 ParamousGIS 阅读(1056) 评论(0) 推荐(0) 编辑
摘要: IP: ifconfig gateway:[root@localhost ~]# netstat -rnKernel IP routing tableDestination Gateway Genmask Flags MSS Window irtt Iface172.16.44.0 0.0.0.0 255.255.255... 阅读全文
posted @ 2016-12-10 19:03 ParamousGIS 阅读(748) 评论(0) 推荐(0) 编辑
摘要: 安装X Window yum groupinstall 'X Window System' 阅读全文
posted @ 2016-12-10 18:59 ParamousGIS 阅读(563) 评论(0) 推荐(0) 编辑
摘要: 参考了如下文章:https://gist.github.com/fernandoaleman/2172388http://www.lifelinux.com/how-to-configure-static-ip-address-on-centos/http://www.ehowstuff.com/how-to-configure-static-ip-address-on-centos-6-2-li... 阅读全文
posted @ 2016-12-10 18:54 ParamousGIS 阅读(497) 评论(0) 推荐(0) 编辑
摘要: 相关配置如下: yum install fonts-chinese.noarch yum install m17n-db-common-cjk yum install m17n-db-chinese安装上面的几个语言包重启就正常了 yum grouplist yum groupinstall chinese-support CentOS 5.0 安装中文语言包以及输入法语言包的安装方法有三个。两个... 阅读全文
posted @ 2016-12-10 18:52 ParamousGIS 阅读(1319) 评论(0) 推荐(0) 编辑
摘要: Carto documentation The following is a list of properties provided in CartoCSS that you can apply to map elements. All elements image-filters functions agg-stack-blurembossblurgraysobeledge-detectx-gr... 阅读全文
posted @ 2016-12-10 16:41 ParamousGIS 阅读(723) 评论(0) 推荐(0) 编辑
摘要: from osgeo import ogrimport jsonfrom geojson import loads, dumps, Feature, FeatureCollectionfrom shapely.geometry import shape, Point, LineString '''s 阅读全文
posted @ 2016-11-27 23:17 ParamousGIS 阅读(471) 评论(0) 推荐(0) 编辑
摘要: 输入M N ,M个苹果放到N个篮子里,可以有空篮子,并且122和212算一种放法,问一共多少种放法? 阅读全文
posted @ 2016-11-23 00:38 ParamousGIS 阅读(1263) 评论(0) 推荐(0) 编辑
摘要: 这三个坐标系统是当前国内较为常用的,它们均采用不同的椭球基准。其中北京54坐标系,属三心坐标系,大地原点在苏联的普而科沃,长轴6378245m,短轴6356863,扁率1/298.3;西安80坐标系,属三心坐标系;国家80坐标系,大地原点在陕西省径阳县永乐镇,长轴6378140m,短轴6356755,扁率1/298.25722101;WGS84坐标系为协议地球坐标参考系,长轴6378137.0... 阅读全文
posted @ 2016-11-21 23:55 ParamousGIS 阅读(9064) 评论(0) 推荐(0) 编辑
摘要: 测绘部门对DLG数据都是通过比例尺来区分数据的精度。通常把1:500、1:1000、1:2000和l:5000比例尺地形图称为大比例尺地形图。1:1万、1:2.5万、1:5万、1:10万的图称为中比例尺图。1:20万、1:50万、1:100万的图称作为小比例尺图。在工程建设中常要用到是大比例尺地形图;在城市、乡镇建设的规划中一般使用中比例尺的地形图;在较大范围内的宏观评估和研究采用小比例尺的地形图... 阅读全文
posted @ 2016-11-21 23:53 ParamousGIS 阅读(23674) 评论(1) 推荐(3) 编辑
摘要: 阅读全文
posted @ 2016-11-21 23:47 ParamousGIS 阅读(682) 评论(0) 推荐(0) 编辑
摘要: GIS理论(墨卡托投影、地理坐标系、地面分辨率、地图比例尺、Bing Maps Tile System) 墨卡托投影(Mercator Projection),又名“等角正轴圆柱投影”,荷兰地图学家墨卡托(Mercator)在1569年拟定,假设地球被围在一个中空的圆柱里,其赤道与圆柱相接触,然后再假想地 球中心有一盏灯,把球面上的图形投影到圆柱体上,再把圆柱体展开,这就是一幅标准纬线为零度(... 阅读全文
posted @ 2016-11-21 23:46 ParamousGIS 阅读(18573) 评论(0) 推荐(0) 编辑
摘要: public static void XYtoGL(Coordinate coordinate) { double R = 6378137; coordinate.x = coordinate.x / Math.PI * 180.0 / R; coordinate.y = ((Math.atan(Math... 阅读全文
posted @ 2016-11-21 23:43 ParamousGIS 阅读(401) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc 阅读全文
posted @ 2016-11-21 22:21 ParamousGIS 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 最近在学习python,之前一直用notepad++作为编辑器,偶然发现了VScode便被它的颜值吸引。用过之后发现它启动快速,插件丰富,下载安装后几乎不用怎么配置就可以直接使用,而且还支持markdown。当然,最主要的还是好看:p效果图: VScode下载地址 安装python插件 打开VScode,Ctrl+p 输入 "ext install python",搜索时间可能会比较长 选... 阅读全文
posted @ 2016-11-14 23:32 ParamousGIS 阅读(671) 评论(0) 推荐(0) 编辑
摘要: Linux vi/vim 所有的 Unix Like 系统都会内建 vi 文书编辑器,其他的文书编辑器则不一定会存在。 但是目前我们使用比较多的是 vim 编辑器。 vim 具有程序编辑的能力,可以主动的以字体颜色辨别语法的正确性,方便程序设计。 相关文章:史上最全Vim快捷键键位图 — 入门到进阶 阅读全文
posted @ 2016-11-06 22:42 ParamousGIS 阅读(531) 评论(0) 推荐(0) 编辑
摘要: 经常在使用Python的时候需要安装各种模块,而pip是很强大的模块安装工具,但是由于国外官方pypi经常被墙,导致不可用,所以我们最好是将自己使用的pip源更换一下,这样就能解决被墙导致的装不上库的烦恼。 网上有很多可用的源,例如豆瓣:http://pypi.douban.com/simple/ 阅读全文
posted @ 2016-11-06 22:39 ParamousGIS 阅读(13402) 评论(0) 推荐(0) 编辑
摘要: Visual C++ |CPython 14.0(2015) |3.5 10.0(2010) |3.3, 3.4 9.0(2008) |2.6, 2.7, 3.0, 3.1, 3.2 阅读全文
posted @ 2016-10-25 21:50 ParamousGIS 阅读(1360) 评论(0) 推荐(0) 编辑
摘要: protected override void GetTileSource(int level, int row, int col, Action<System.Windows.Media.ImageSource> onComplete){ string f = string.Empty; if ( 阅读全文
posted @ 2016-10-07 22:33 ParamousGIS 阅读(1352) 评论(0) 推荐(0) 编辑
摘要: 1. git fetch https://github.com/angular/angular.js.git v1.5.8 或 2. git pull https://github.com/angular/angular.js.git v1.5.8 Git中从远程的分支获取最新的版本到本地有这样2个 阅读全文
posted @ 2016-10-04 07:25 ParamousGIS 阅读(7531) 评论(0) 推荐(0) 编辑
摘要: //放大的代码: private void MapZoomIn(NameValueCollection queryString) { SharpMap.Map map = Session["map"] as SharpMap.Map; PointF pointFLeftBottom = new Po 阅读全文
posted @ 2016-09-15 11:38 ParamousGIS 阅读(272) 评论(0) 推荐(0) 编辑
摘要: //放大的代码: private void MapZoomIn(NameValueCollection queryString) { mapObj map = Session["MapServer_MAP"] as mapObj; PointF pointFLeftBottom = new Poin 阅读全文
posted @ 2016-09-15 11:30 ParamousGIS 阅读(504) 评论(0) 推荐(0) 编辑
摘要: $('#stationQuery').bind('click', function(){ var drawStyle = $.extend( { }, map.geomap( "option", "drawStyle" )); var graphicLayer = $("#graphicLayer" 阅读全文
posted @ 2016-09-14 13:38 ParamousGIS 阅读(383) 评论(0) 推荐(0) 编辑
摘要: 我们在使用docker run创建Docker容器时,可以用--net选项指定容器的网络模式,Docker有以下4种网络模式: · host模式,使用--net=host指定。 · container模式,使用--net=container:NAME_or_ID指定。 · none模式,使用--net=none指定。 · bridge模式,使用--net=bridge指定,默认设置。 下面分别介绍... 阅读全文
posted @ 2016-09-14 10:50 ParamousGIS 阅读(65896) 评论(5) 推荐(8) 编辑
摘要: 说到AngularJS,我们首先想到的大概也就是双向数据绑定和指令系统了,这两者也是AngularJS中最为吸引人的地方。双向数据绑定呢,感觉没什么好说的,那么今天我们就来简单的讨论下AngularJS这个框架的指令系统,本人也是初学,查阅了一些资料,要是有一些说的不好的地方,万望指出。 指令作为AngularJS中最为重要的部分,所以这个框架本身也是自带了比较多的的指令,但是在开发中,这些指令通... 阅读全文
posted @ 2016-09-12 09:04 ParamousGIS 阅读(382) 评论(0) 推荐(0) 编辑
摘要: # # -*- coding: utf-8 -*-# QiXiangAnalyze.py# Created on: 2012-07-04 08:15:21.00000# Creater: GISPathfinder# Usage: isolineAnalyze <station> <reclassi 阅读全文
posted @ 2016-09-12 08:54 ParamousGIS 阅读(272) 评论(0) 推荐(0) 编辑
摘要: 算法经过了两次判断,第一次,高程点与所在三角形的顶点之间的判断(ok, error, unknown),第二次,针对第一次中的unknown,如果将三角形逐层外推,利用高程点高程、高程点所在三角形的顶点高程,以及外推结果的三角形的顶点高程进行比较 # -*- coding: utf-8 -*-# # 阅读全文
posted @ 2016-09-12 08:53 ParamousGIS 阅读(591) 评论(0) 推荐(0) 编辑
摘要: AngularJS 参考手册 AngularJS 指令 本教程用到的 AngularJS 指令 : 指令 描述 ng-app 定义应用程序的根元素。 ng-bind 绑定 HTML 元素到应用程序数据 ng-bind-html 绑定 HTML 元素的 innerHTML 到应用程序数据,并移除 HT 阅读全文
posted @ 2016-09-12 08:31 ParamousGIS 阅读(416) 评论(0) 推荐(0) 编辑
摘要: 1.NodeJS Gulp:前端构建工具Grunt:前端构建工具Bower:客户端依赖管理工具Karma: 单元测试Protractor: 集成测试Git:版本控制ngScenario:情景测试(scenario test) npm install gulp-cli -gf npm install 阅读全文
posted @ 2016-09-12 00:09 ParamousGIS 阅读(1338) 评论(0) 推荐(0) 编辑
摘要: import time from struct import * import subprocess import fiona import math import numpy as np import pylab as pl from osgeo import ogr, gdal import shapely.geometry as geometry from shapely.geometry... 阅读全文
posted @ 2016-08-31 15:52 ParamousGIS 阅读(2041) 评论(1) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 下一页