2 - Spatial data model Flashcards
4 levels of abstraction
- Real World
- Data Model
- Data Structure
- File Structure
Primary files
.shp ➔ main file
.dbf ➔ database file
.shx ➔ stores feature geometry
Secondary files
.prj➔ stores projection/coordinate system metadata
.xml ➔ stores general shapefile metadata
.sbn ➔ optimises spatial queries
.sbx ➔ optimises data loading
.cpg ➔ optional text file describes encoding
.shp
Shapefile file - main file
.dbf
database table file
.shx
Shape Index File
.prj
Projection file
.xml
Extensible Markup Language File
.sbn
Spatial Index File (ESRI)
.sbx
Spatial Index Auxiliary File (ESRI)
.cpg
Code Page File
Integer grid (whole numbers)
- Represent discrete data
- Roads, rivers, landcover
Floating point grid (decimals)
- Represent continuous data
- elevation, rainfall
Spatial resolution
The size of each individual pixel or grid.
The smallest discernible object in an image
High SR
- small cell dimensions
- lots of details
- lots of cells (smaller area)