GISBox

Vector Data

GISBox is a one-stop 3D GIS data editing, conversion and publishing platform that supports editing in multiple GIS formats such as OSGB/GEOTIFF/RVT, converting to 3DTiles/Terrain and publishing.

Introduction

Vector data is data that uses x and y coordinates to represent the location and shape of map graphics or geographic entities in rectangular coordinates. Vector data generally records the coordinates to accurately represent the spatial location of geographic entities as much as possible.

Data Format

The following are common vector data formats:

  1. Shapefile (.shp)
  2. GeoJSON (.geojson)
  3. KML/KMZ (.kml/.kmz)
  4. File Geodatabase (.gdb)
  5. SpatiaLite (.sqlite)
  6. GeoPackage (.gpkg)
  7. GML (.gml)
  8. PostGIS (PostgreSQL)
  9. DXF (.dxf)
  10. TopoJSON (.topojson)
  11. MapInfo TAB (.tab)
  12. Esri Personal Geodatabase (.mdb)
  13. Esri ArcInfo Coverage
  14. OpenStreetMap PBF (.pbf)
  15. CSV with Geometry (.csv)

These formats cover a wide range of options from general exchange formats to professional GIS data storage formats.

Pros

  1. Tight data structure and low redundancy: Vector data has a compact structure and can store geographic data efficiently, reducing data redundancy.
  2. High data accuracy: Vector data uses discrete points, lines, surfaces or combinations to represent spatial entities, and identifiers are used to describe the attributes of content and spatial entities, so it has high accuracy and is suitable for geographical phenomena that need to be accurately represented.
  3. Clear spatial topological relationship: Vector data can fully describe the topological structure, which is convenient for network analysis, spatial retrieval and other operations.
  4. Good graphic display quality: The graphics output by vector data are accurate and beautiful, suitable for making high-quality maps and visual displays.
  5. Easy to update and restore: The recovery, update and integration of vector data structure and attribute data can be realized, which is convenient for data maintenance and update.

Cons

  1. Complex data structure: Vector data structure is relatively complex, which is not conducive to data standardization and normalization. This may lead to difficulties in data exchange and sharing.
  2. Difficulty in combining overlay analysis with raster images: When performing polygon overlay analysis, vector data is difficult to combine with raster images, and its ability to express spatial changes is relatively poor.
  3. Difficulty in mathematical simulation: Due to the structural characteristics of vector data, it may be difficult to perform certain mathematical simulations.
  4. High requirements for software and hardware technology: Processing and analyzing vector data requires high software and hardware technical support, which may increase costs and technical barriers.
  5. High display and drawing costs: Although the graphics output by vector data is of high quality, the corresponding display and drawing costs are also high.

Application Scenario

Vector data can accurately describe the geographical elements of a city, such as buildings, roads, green spaces, etc., and provide basic data support for urban planning and land management. It can be used for land use analysis, land use planning, building height analysis, etc.

Example

  1. Vector data model.

  1. Vector vs Raster.

File Opening Mode

  1. Open vector data using ArcGIS.

Related GIS files

LYR

MID

MDB

QLR

References

  1. https://en.wikipedia.org/wiki/Vector_database
  2. https://www.precisely.com/glossary/what-is-vector-data
  3. https://datacarpentry.github.io/organization-geospatial/02-intro-vector-data.html