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
94
fundamental-causes- slu-geriatric
chrisprener
0
170
fundamental-causes-ances
chrisprener
0
430
stitching-across-data-seams-stlc
chrisprener
0
97
fundamental-causes-slu-med
chrisprener
0
78
data-seams-paa
chrisprener
0
150
ami_hospitalizations
chrisprener
0
66
Other Decks in Education
See All in Education
仮説の取扱説明書/User_Guide_to_a_Hypothesis
florets1
4
340
AI for Learning
fonylew
0
180
技術勉強会 〜 OAuth & OIDC 入門編 / 20250528 OAuth and OIDC
oidfj
5
1.6k
2025/06/05_読み漁り学習
nag8
0
190
JOAI2025講評 / joai2025-review
upura
0
380
”育てる”から”育つ”仕組みへ!スクラムによる新入社員教育
arapon
0
110
20250807_がんばらないコミュニティ運営
ponponmikankan
0
150
ARアプリを活用した防災まち歩きデータ作成ハンズオン
nro2daisuke
0
140
サンキッズゾーン 春日井駅前 ご案内
sanyohomes
0
690
生成AI
takenawa
0
12k
著作権と授業に関する出前講習会/dme-2025-05-01
gnutar
0
210
技術文章を書くための執筆技術と実践法(パラグラフライティング)
hisashiishihara
19
6.7k
Featured
See All Featured
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
110
19k
KATA
mclloyd
32
14k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
283
13k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
332
22k
It's Worth the Effort
3n
185
28k
The Cult of Friendly URLs
andyhume
79
6.5k
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.5k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
Measuring & Analyzing Core Web Vitals
bluesmoon
8
550
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.