Lecture 1
Principles of GIS( UNSW Metternicht )
outline:data input---data management---data manipulation+data analysis---spatial modelling
Definition
1. GIS is a tool to digitally abstract the real world, information is connected to its physical location and organized into layers.
2. a GIS consists at least information database( with attribute ), map information, computer-based link between them.
GIS storement
1. people manage database information by layer or theme

2. a value can be a number or a text
type of data( vector矢量 raster栅格)
1. spatial data (空间数据): has location information, giving the information about where is it, can be mapped, spatial data models begin with conceptualization, how you will represent the real world phenomena or entities( road, river, etc.), which is the objects in a spatial database plus the relationships among them.
2. attribute data: giving the information about what is it.
3. topology(拓扑): what related to this feature
attribute data
1. nominal attributes: provide descriptive information about an object (for example, colors、city names or vegetation type), which can also be images, audios or other kinds of descriptive information.
2. ordinal attributes: imply rank order or scale by their values ( for example, small、medium、large, ranking from 1 to 10 ).
3. interval or ratio attributes: are used for numeric items where both order and difference in magnitudes( 量级 ) are reflected in number( real number in a linear scale, for example: height、weight, etc.)
data model concept
1. vector data model: discrete objects (point,lines)
2. raster data model: continuous phenomena (use grid cells)
vector data model
1. point: to represent the location
2. line: to represent linear features
3. polygon: represents entities which covers an area
raster data model (cells)
rasters are digital aerial photographs, imagery from satellites, digital pictures, or even scanned maps
TIN data model---tesselations (Triangulated Irregular Network)
1. TIN is a data model commonly used to represent terrain (地势) heights, which will be describes as x,y, and z locations.
2. TIN used for digital elevation models (DEM) or digital terrain models (DTM).
vector data
1. can be multipart
2. polygons can have holes
3. holes can contain islands
4. can overlap
vector model
the direction of a line is determined by the order of its vertices (制高点)
polygon exteriors (外观) are stored in an anticlockwise(逆时针) order
顺时针方向为内孔方向(Internal holes)
total area of the polygon areas is the sum of the part areas
raster data
a cell’s coordinate is inferred from its file order, the cell size and corner coordinates (坐标)
nodata means the value is not known or is not relevant
Lecture 1的更多相关文章
- [C2P3] Andrew Ng - Machine Learning
##Advice for Applying Machine Learning Applying machine learning in practice is not always straightf ...
- note of introduction of Algorithms(Lecture 3 - Part1)
Lecture 3(part 1) Divide and conquer 1. the general paradim of algrithm as bellow: 1. divide the pro ...
- codeforces 499B.Lecture 解题报告
题目链接:http://codeforces.com/problemset/problem/499/B 题目意思:给出两种语言下 m 个单词表(word1, word2)的一一对应,以及 profes ...
- Nobel Lecture, December 12, 1929 Thermionic phenomena and the laws which govern them
http://www.nobelprize.org/nobel_prizes/physics/laureates/1928/richardson-lecture.pdf OWEN W. RICHARD ...
- Jordan Lecture Note-1: Introduction
Jordan Lecture Note-1: Introduction 第一部分要整理的是Jordan的讲义,这份讲义是我刚进实验室时我们老师给我的第一个任务,要求我把讲义上的知识扩充出去,然后每周都 ...
- Jordan Lecture Note-3: 梯度投影法
Jordan Lecture Note-3:梯度投影法 在这一节,我们介绍如何用梯度投影法来解如下的优化问题: \begin{align} \mathop{\min}&\quad f(x)\n ...
- Jordan Lecture Note-2: Maximal Margin Classifier
Maximal Margin Classifier Logistic Regression 与 SVM 思路的不同点:logistic regression强调所有点尽可能远离中间的那条分割线,而SV ...
- [CF Round #294 div2] E. A and B and Lecture Rooms 【树上倍增】
题目链接:E. A and B and Lecture Rooms 题目大意 给定一颗节点数10^5的树,有10^5个询问,每次询问树上到xi, yi这两个点距离相等的点有多少个. 题目分析 若 x= ...
- Codeforces Round #287 D.The Maths Lecture
The Maths Lecture 题意:求存在后缀Si mod k =0,的n位数的数目.(n <=1000,k<=100); 用f[i][j]代表 长为i位,模k等于j的数的个数. 可 ...
- Lecture Halls
Lecture Halls (会议安排) 时间限制(普通/Java):1000MS/10000MS 运行内存限制:65536KByte 总提交: 38 测试通过: 2 ...
随机推荐
- Codeforces 1165F2(二分内的check)
要点 二分答案,内部喜闻乐见的拖延策略:对于某个打折玩具,就选最晚的打折时间买,答案并不会变劣,只是购买时间的平移. 注意最晚时间不是预处理的东西,是二分内部的.在mid以内的最晚时间. #inclu ...
- Uva11134
#include<bits/stdc++.h> #define inf 0x3f3f3f3f ; using namespace std; int n; struct rook{ int ...
- 远程调试工具weinre使用教程
一:前言 我们都知道,chrome的开发者工具(f12)是一个方便我们调试PC页面的工具.但是现在我们的开发离不开移动端,那如果我们需要对手机页面进行调试,那该怎么办了? 当然,chrome的开发者工 ...
- windows下使用MYSQL的mysqldumpslow进行慢日志分析
1.首先安装好perl环境. 2.在dos环境中,切换到perl目录中,例如我的目录是 dos 命令 cd c:\Perl\bin 3.在此目录输入perl mysqldumpslow的路径\mysq ...
- 关于office转换成pdf组件服务中的DCOM配置问题
在开始->运行 中录入“dcomcnfg” 单击“确定”后弹出“组件服务”窗口 依次选择“组件服务”->“计算机”->“我的电脑”->“DCOM配置” 在“DCOM配置”下找到 ...
- 客户端rsyslog配置文件详解
客户端rsyslog配置文件详解 最近再开发一个rsyslog的接收服务端,支持udp,tcp和tls三种协议.所以去仔细研究了一下rsyslog.conf的配置文件,下面来详细说一下. 因为我这儿重 ...
- 关于使用mybatis的分页插件问题
首先我需要导入架包 1.pagehelper 如果你是在mybatis中配置分页‘ 如下代码 <plugins> <plugin interceptor="com.gith ...
- android pm命令
把网络apk下载到盒子或者其他安卓设备上 1.adb push windows的原路径 android设备的路径 2.pm install android设备的路径 注意:这里pm命令是安卓设备才有的 ...
- Spring 计划任务
计划任务在Spring 中实现变得非常简单: 1. 首先通过在配置类中注解 @EnableScheduling 来开启对计划任务的支持 2. 然后在你执行任务的方法上注解 @Scheduled 来声明 ...
- Eucalyptus——EC2的开源实现(转载)
Eucalyptus[22]是加利福尼亚大学的 Daniel Nurmi 等人实现的,是一个用于实现云计算的开源软件基础设施.Eucalyptus 是 Amazon EC2 的一个开源实现,它与 EC ...