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
90
fundamental-causes- slu-geriatric
chrisprener
0
160
fundamental-causes-ances
chrisprener
0
420
stitching-across-data-seams-stlc
chrisprener
0
94
fundamental-causes-slu-med
chrisprener
0
73
data-seams-paa
chrisprener
0
140
ami_hospitalizations
chrisprener
0
63
Other Decks in Education
See All in Education
人になにかを教えるときに考えていること(2025-05版 / VRC-LT #18)
sksat
4
1k
生成AIとの上手な付き合い方【公開版】/ How to Get Along Well with Generative AI (Public Version)
handlename
0
450
미국 교환학생 가서 무료 홈스테이 살면서 인턴 취업하기
maryang
0
100
探究的な学び:Monaca Educationで学ぶプログラミングとちょっとした課題解決
asial_edu
0
380
ビジネスモデル理解
takenawa
0
3.6k
OpenSourceSummitJapanを運営してみた話
kujiraitakahiro
0
670
Education-JAWS #3 ~教育現場に、AWSのチカラを~
masakiokuda
0
160
Data Management and Analytics Specialisation
signer
PRO
0
1.4k
JPCERTから始まる草の根活動~セキュリティ文化醸成のためのアクション~
masakiokuda
0
170
諸外国の理科カリキュラムにおけるビッグアイデアの構造比較
arumakan
0
300
予習動画
takenawa
0
3.7k
SkimaTalk Teacher Guidelines
skimatalk
0
780k
Featured
See All Featured
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
910
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
48
2.8k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
20k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.3k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.7k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.6k
GraphQLとの向き合い方2022年版
quramy
46
14k
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.