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
140
slu_ahead.pdf
chrisprener
0
220
fundamental-causes-psych
chrisprener
0
91
fundamental-causes- slu-geriatric
chrisprener
0
160
fundamental-causes-ances
chrisprener
0
430
stitching-across-data-seams-stlc
chrisprener
0
95
fundamental-causes-slu-med
chrisprener
0
74
data-seams-paa
chrisprener
0
150
ami_hospitalizations
chrisprener
0
64
Other Decks in Education
See All in Education
2025年度春学期 統計学 第1回 イントロダクション (2025. 4. 10)
akiraasano
PRO
0
180
2025年度春学期 統計学 第5回 分布をまとめるー記述統計量(平均・分散など) (2025. 5. 8)
akiraasano
PRO
0
120
今も熱いもの!魂を揺さぶる戦士の儀式:マオリ族のハカ
shubox
0
210
推しのコミュニティはなんぼあってもいい / Let's join a lot of communities.
kaga
2
1.8k
Info Session MSc Computer Science & MSc Applied Informatics
signer
PRO
0
190
GitHubとAzureを使って開発者になろう
ymd65536
1
120
Webリテラシー基礎
takenawa
0
6.5k
生成AIとの上手な付き合い方【公開版】/ How to Get Along Well with Generative AI (Public Version)
handlename
0
490
OJTに夢を見すぎていませんか? ロールプレイ研修の試行錯誤/tryanderror-in-roleplaying-training
takipone
1
160
Course Review - Lecture 12 - Next Generation User Interfaces (4018166FNR)
signer
PRO
0
1.7k
SARA Annual Report 2024-25
sara2023
1
180
2025年度春学期 統計学 第3回 クロス集計と感度・特異度,データの可視化 (2025. 4. 24)
akiraasano
PRO
0
130
Featured
See All Featured
KATA
mclloyd
30
14k
It's Worth the Effort
3n
185
28k
Building Adaptive Systems
keathley
43
2.7k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
5.9k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
GraphQLとの向き合い方2022年版
quramy
49
14k
Mobile First: as difficult as doing things right
swwweet
223
9.7k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
20k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
740
Visualization
eitanlees
146
16k
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.