3D GIS Lecture 3 (Geoproccesing Tools)

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/11

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:39 PM on 6/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

12 Terms

1
New cards

Clip

Output contains areas within both datasets, and only attributes from the clipped layer

act like a cookie cutter - extract features from a larger dataset using a polygon boundary (ex: can trim contour lines for just one neighbourhood)

<p>Output contains areas within both datasets, and only attributes from the clipped layer</p><p>act like a cookie cutter - extract features from a larger dataset using a polygon boundary (ex: can trim contour lines for just one neighbourhood)</p>
2
New cards

Dissolve

new boundaries and aggregated data’

ex: all US states then dissolved into regional areas (pacific, west south central etc..)

<p>new boundaries and aggregated data’</p><p>ex: all US states then dissolved into regional areas (pacific, west south central etc..)</p>
3
New cards

Append and Merge

new feature classes from separate feature classes of the same type

4
New cards

Append

adding features from multiple input data sets into one existing dataset

The input feature and the target feature must have a matching schema (be the same type - point, line, or polygon)

it modifies the target dataset directly, no new file is created

ex: append the wilkinsburg burrough to the city of pitsburgh streets

<p>adding features from multiple input data sets into <strong>one existing dataset </strong></p><p><span>The input feature and the target feature must have a matching schema (be the same type - point, line, or polygon)</span></p><p>it modifies the target dataset directly, no new file is created</p><p>ex: append the wilkinsburg burrough to the city of pitsburgh streets</p>
5
New cards

Merge

Takes two or more features of the same type (e.g., points, lines, or polygons) and combines them into a new feature class that combines the inputs.

<p><span>Takes two or more features of the same type (e.g., points, lines, or polygons) and combines them into a<strong> new feature class</strong> that combines the inputs. </span></p>
6
New cards

Intersect and Union

new feature classes from separate feature classes of different types

7
New cards

Intersect

outputs contains areas within both datasets, and all attributes

inputs can have different geometry types

<p>outputs contains areas within both datasets, and all attributes</p><p>inputs can have different geometry types</p>
8
New cards

Union

output contains all polygons from input datasets, and all attributes

contains all the polygons from the inputs, whether or not they overlap

<p>output contains all polygons from input datasets, and all attributes</p><p>contains all the polygons from the inputs, whether or not they overlap</p>
9
New cards

Erase

delete areas that correspond with another layer

<p>delete areas that correspond with another layer</p>
10
New cards

Proximity Analysis

point, line, and polygon proximity buffers

often used to delineate zone around features or to show areas of influence

sometimes used to clip features

can be used to select features in another feature class

ex: buffer around lights for a campus safety study

<p>point, line, and polygon proximity buffers</p><p>often used to delineate zone around features or to show areas of influence</p><p>sometimes used to clip features</p><p>can be used to select features in another feature class</p><p>ex: buffer around lights for a campus safety study</p>
11
New cards

Multivariate cluster analysis

data clustering: finds clusters of data points that are close to each other but distant from points of other clusters.

Exploratory method, no right or wrong clusters

Ex) housing units and young renters '

partitions a dataset with n observations and p variables into K clusters

n = 402 number of observations (census tract polygons)

p = 3 variables for clustering (vacant housing units, renter occupied housing units, population ages 25-29)

k = 3 clusters

<p>data clustering: finds clusters of data points that are close to each other but distant from points of other clusters. </p><p>Exploratory method, no right or wrong clusters</p><p>Ex) housing units and young renters '</p><p>partitions a dataset with n observations and p variables into K clusters</p><p>n = 402 number of observations (census tract polygons)</p><p>p = 3 variables for clustering (vacant housing units, renter occupied housing units, population ages 25-29)</p><p>k = 3 clusters</p>
12
New cards

Zonal statistics and zonal histrogram

Zonal histogram tool calculates the frequency distribution of values within those zones

zonal statistics tool calculates summary statistics (like mean, median, max etc.) for the values within each zone

<p>Zonal histogram tool calculates the<strong> frequency distribution</strong> of values within those zones</p><p>zonal statistics tool calculates<strong> summary statistics </strong>(like mean, median, max etc.) for the values within each zone</p>