Posts

Showing posts with the label Querying Data And Understanding Spatial Relationships

Querying Data And Understanding Spatial Relationships

Image
 Querying Data And Understanding Spatial Relationships This post is going to incorperate two online ESRI tutorials which helps understand querying data and working with spatial relationships. The two tutorials are called "Querying Data Using ArcGIS Pro" and "Understanding Spatial Relationships" Querying Data Using ArcGIS Pro Working with a large dataset can be overwhelming because the size of the data can slow your analysis. With ArcGIS, you can query a dataset to find the features that you need and even export these features to a smaller and more manageable dataset.  Most GIS data includes features and an attribute table. The features correspond to locations of objects on a map. The attribute table provides descriptive details about the features. This information is referred to as the attributes of the feature. You can use these attributes to search and query your data.  When you query features based on its attributes, it is referred to as an attribute query. Attri...