Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
SOC 4650/5650 - Definition Query Example
Search
Christopher Prener
February 17, 2019
Education
1
390
SOC 4650/5650 - Definition Query Example
Workflow for executing definition queries in ArcGIS Pro. Created by Branson Fox.
Christopher Prener
February 17, 2019
Tweet
Share
More Decks by Christopher Prener
See All by Christopher Prener
washu-lec
chrisprener
0
120
slu_ahead.pdf
chrisprener
0
190
fundamental-causes-psych
chrisprener
0
70
fundamental-causes- slu-geriatric
chrisprener
0
120
fundamental-causes-ances
chrisprener
0
370
stitching-across-data-seams-stlc
chrisprener
0
74
fundamental-causes-slu-med
chrisprener
0
54
data-seams-paa
chrisprener
0
110
ami_hospitalizations
chrisprener
0
43
Other Decks in Education
See All in Education
Human Perception and Cognition - Lecture 4 - Human-Computer Interaction (1023841ANR)
signer
PRO
0
710
Master of Applied Science & Engineering: Computer Science & Master of Science in Applied Informatics
signer
PRO
0
430
Repaso electricidade e electrónica
irocho
0
200
Web 2.0 Patterns and Technologies - Lecture 8 - Web Technologies (1019888BNR)
signer
PRO
0
2.4k
TP5_-_UV.pdf
bernhardsvt
0
100
オープンソース防災教育ARアプリの開発と地域防災での活用
nro2daisuke
0
170
RSJ2024学術ランチョンセミナー「若手・中堅による国際化リーダーシップに向けて」資料 (河原塚)
haraduka
0
220
week15@tcue2024
nonxxxizm
0
570
ルクソールとツタンカーメン
masakamayama
1
810
学習指導要領から職場の学びを考えてみる / Thinking about workplace learning from learning guidelines
aki_moon
1
700
Canva
matleenalaakso
0
430
The Blockchain Game
jscottmo
0
3.7k
Featured
See All Featured
Building Adaptive Systems
keathley
38
2.3k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
10
720
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.1k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
665
120k
A better future with KSS
kneath
238
17k
Side Projects
sachag
452
42k
A Tale of Four Properties
chriscoyier
156
23k
5 minutes of I Can Smell Your CMS
philhawksworth
202
19k
Automating Front-end Workflow
addyosmani
1366
200k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
29k
Music & Morning Musume
bryan
46
6.2k
Product Roadmaps are Hard
iamctodd
PRO
49
11k
Transcript
Definition Queries in ArcGIS Pro
When you have data that you would like to filter
by some criteria, you can use a definition query in ArcGIS Pro. It is useful to start by looking at the attribute table.
In this example, we will filter for Schools in the
Zipcode 65101.
Navigate to the definition query tab in properties.
Navigate to the definition query tab in properties.
Click add clause.
Select the variable you want to filter by.
Select the relationship of this field to a value. In
this case, we select “is Equal to”
Select the value you would like the variable to be
equal to in this case.
You can add multiple clauses to the same data, but
for now we’ll just use one. Click ok when you’re finished.
The data are now filtered to match your criteria.
Here is another example using Fire Stations. We will filter
for Fire Stations in Jefferson City.
Navigate to definition query.
Add clause.
“City is Equal to Jefferson City”
Click ok.
The data are now filtered to your criteria.
We’ll go through another example, and explain a common error
that occurs. Imagine you want to filter for Trees after the year 2000.
When you get to the definition query, you may realize
that there is no option for “is Greater Than or Equal to”
The reason for this is because the year variable in
this case is a text value rather than numeric. We will eventually discuss ways to solve this issue.
Here is one more example that shows what a definition
query for numeric data looks like.
In this example, we will filter for Greenways that are
greater than 0 feet wide. (0 likely indicates greenways that haven’t been developed yet)
Navigate to defintion query.
As you will notice, the options for your definition query
are different because these data are numeric.
In this case, we can filter so that the Width
is greater than 0.
And now our data are filtered by our definition query.