12 2016 档案
摘要:1.tilestache.cfg 2. TileStacheTest.py 3. tilestache-seed tilestache-seed.py -b -33.8294 -71.0362 -33.1445 -70.3331 -p 0 -e geojson -c tilestache.cfg -
阅读全文
摘要:1.加入YUM源 rpm -Uvh http://download.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-8.noarch.rpm 2.更新 sudo yum update 3.安装软件 yum install qgis qgis-python qgis-grass qgis-mapserver
阅读全文
摘要:Mapbox Vector Tile Specification A specification for encoding tiled vector data. License The text of this specification is licensed under a Creative Commons Attribution 3.0 United States License. Howe...
阅读全文
摘要:simplestyle-spec A simple specification for styling GeoJSON data. Versions 1.1.0 Adds properties to permit styling of Polygon and LineString types. 1.0.0 Initial release: this defines only three keys ...
阅读全文
摘要:TileJSON TileJSON is an open standard for representing map metadata. License The text of this specification is licensed under a Creative Commons Attribution 3.0 United States License. However, the use...
阅读全文
摘要:MBTiles Specification MBTiles is a specification for storing tiled map data in SQLite databases for immediate usage and for transfer. MBTiles files, known as tilesets, must implement the specification...
阅读全文
摘要:UTFGrid UTFGrid is a specification for rasterized interaction data. As of version 1.2, it was removed from incubation in the MBTiles Specification and split into its own repository. See CHANGELOG.md f...
阅读全文
摘要:1. 安装pip。 我们同样需要在Python的官网上去下载,下载地址是: https://pypi.python.org/pypi/pip#downloads 2. 解压。 解压pip-9.0.1.tar.gz 3. 安装。 用cmd控制台进入解压目录,输入: python setup.py install 4. 验证。 pip –V
阅读全文
摘要:http://blog.csdn.net/silentbalanceyh/article/details/4608360 (最终还是决定重新写一份Java基础相关的内容,原来因为在写这一个章节的时候没有考虑到会坚持往后边写,这次应该是更新该内容。而且很讨厌写基础的东西,内容比较琐碎,而且整理起来总会
阅读全文
摘要:http://blog.csdn.net/silentbalanceyh/article/details/4608272 (最终还是决定重新写一份Java基础相关的内容,原来因为在写这一个章节的时候没有考虑到会坚持往后边写,这次应该是更新该内容。而且很讨厌写基础的东西,内容比较琐碎,而且整理起来总会很多,有可能会打散成两个章节,但是我不保证,有可能一个章节就写完了,所以有时候希望基础的很多内...
阅读全文
摘要:遇到的俩种错误1.ValueError: zlib is required unless explicitly disabled using --disable-zlib, aborting 问题原因未知,博主尝试了一下解决方案可以解决问题。博主PC 是 Pthon3.4.3-win32pip install --upgrade pip 在cmd中更新一下pip,然后发现出现了第二个问题,权限问...
阅读全文
摘要:root用户使用yum install -y python-pip 时会报如下错误: No package python-pip available Error:Nothing to do 解决方法如下: 1)首先安装epel扩展源: yum -y install epel-release 2)更新完成之后,就可安装pip: yum -y install python-pip ...
阅读全文
摘要:1.下载 wget https://nodejs.org/dist/v6.9.2/node-v6.9.2-linux-x64.tar.xz 2.解压 tar -xJf node-v6.9.2-linux-x64.tar.xz 3. 移到通用的软件安装目录 /opt/ mv node-v6.9.2-l
阅读全文
摘要:1.软件下载 postgresql-9.6.1-1-windows-x64-binaries.zip https://www.postgresql.org/download/windows/ postgis-bundle-pg96-2.3.1x64.zip http://download.osgeo
阅读全文
摘要:1.下载 https://www.python.org/ftp/python/3.5.2/Python-3.5.2.tgz 2.上传到服务器 3. 安装相关依赖 yum install gcc openssl-devel bzip2-devel expat-devel gdbm-devel readline-devel sqlite-devel 4. 解压 tar xf Python...
阅读全文
摘要:今天心血来潮安装一个centos7的图形界面,但发现用之前的方式无法修改默认启动为命令行模式。 之前的方法:修改/etc/inittab文件中的 id:3:initdefault , 将3改为5 ,重新启动系统; 一番研究,centos7的修改方法变了,记录如下,仅供后期参考: 1、查看/etc/inittab文件 2、由文件说明可以看出,centos只有两种启动...
阅读全文
摘要:1.查看IP# ip addr 2.查看路由# ip route 3.查看DNS# cat /etc/resolv.conf 4.查看主机名# hostname
阅读全文
摘要:1.运行VirtualBox5。 2.安装CentOS7系统。 注意:选择Basic Server类型 安装过程略。 3.修改计算机IP和计算机名。 1)nmtui 1.修改主机名: nmcli general hostname slave1.smartmap.com 2.修改网络连接 nmcli connection edit enp0s3 nmcli> goto ipv4 n...
阅读全文
摘要:1. pom.xml文件 2. App.java 3. DownTileMutipleThreadApp.java 4. DownTileSingleThreadApp.java 5. DownTileThread.java
阅读全文
摘要:Linux的ip命令和ifconfig类似,但前者功能更强大,并旨在取代后者。使用ip命令,只需一个命令,你就能很轻松地执行一些网络管理任务。ifconfig是net-tools中已被废弃使用的一个命令,许多年前就已经没有维护了。iproute2套件里提供了许多增强功能的命令,ip命令即是其中之一。 设置和删除Ip地址 要给你的机器设置一个IP地址,可以使用下列ip命令: 1. $ sudo i...
阅读全文
摘要: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...
阅读全文
摘要: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 完...
阅读全文
摘要:1.影像处理 ogCalcExtent --srs EPSG:26711 --inputdir D:/software/preprocess/data/bugaboos/ --filetype jpg ogCreateLayer --name bugaboos --lod 16 --extent 1
阅读全文
摘要:http://jingyan.baidu.com/article/7f766daf42ce984100e1d045.html 1.检查Linux系统是否能够联网。 2.执行命令 yum -y groupinstall Desktop 3.等上面的命令执行完后,再执行这条命令 yum -y groupinstall "X Window System" 4.然后执行"startx"命令...
阅读全文
摘要:远程登录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 ...
阅读全文
摘要:系统信息 arch 显示机器的处理器架构(1) uname -m 显示机器的处理器架构(2) uname -r 显示正在使用的内核版本 dmidecode -q 显示硬件系统部件 - (SMBIOS / DMI) hdparm -i /dev/hda 罗列一个磁盘的架构特性 hdparm -tT /dev/sda 在磁盘上执行测试性读取操作 cat /proc/cpuinfo 显示CPU ...
阅读全文
摘要:一个完整运行的 Linux 系统包括很多子系统(介绍,CPU,Memory,IO,Network,…),监测和评估这些子系统是性能监测的一部分。我们往往需要宏观的看整个系统状态,也需要微观的看每个子系统的运行情况。幸运的是,我们不必重复造轮子,监控这些子系统都有相应的工具可用,这些经过时间考验、随 Unix 成长起来、简单而优雅的小工具是我们日常 Unix/Linux 工作不可缺少的部分。 下面这...
阅读全文
摘要:安装步骤: (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-
阅读全文
摘要: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...
阅读全文
摘要:安装X Window yum groupinstall 'X Window System'
阅读全文
摘要:参考了如下文章: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...
阅读全文
摘要:相关配置如下: 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 安装中文语言包以及输入法语言包的安装方法有三个。两个...
阅读全文
摘要: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...
阅读全文