Types of Geodata#
đź”™Back to Homepage
Vector data
Raster data
Non-spatial data transformed in geodata
Vector data#
Vector data can have the following data formats:
Filename extension |
Name |
Description |
---|---|---|
|
Shapefile |
Outdated but still widely used geodataformat. Can only contain one dataset. A shapefile must include these files: |
|
GeoPackage |
Very versatile geodata format and the new standard for geodata. Can contain multiple datafiles (vector, raster and not spatial data like tables) |
|
Keyhole Markup Language |
Geodata format for use with Google Earth |
|
GPS Exchange Format |
Geodata format for the exchange of coordinates. For example for waypoints of tracks. |
|
GeoJSON |
Similar to shapefiles, but stores all information in a single file. |
Raster data#
Raster data can have the following data formats:
Filename extension |
Name |
Description |
---|---|---|
|
Tag Image File Format |
Common raster and image data format. Does not necessarily have georeferenced information. If a .tif file has georeferenced information it is referred to as GeoTIFF. |
|
netCDF |
Standard data format for scientific data like speed or temperature. Can be be a raster file. Can contain multiple datasets |
|
Esri ASCII Grid files |
Old simple raster file format, always with georeferenced information |
Text data#
Filename extension |
Name |
Description |
---|---|---|
|
EXCEL |
Data format used for EXCEL. EXCEL is a widely used spreadsheet program. |
|
comma-separated values |
Very common data format which separates data with commas or other delimiters. |
Good practices#
The video below gives a good overview of geodata formats and gives tips on file naming and other good practices.