Go to previous pageGo to next page

1.1.6. Unit-Summary

There exist four main file types which are used to store data:

  • Plain Text Files: Simple data structure
  • Binary Files: Fixed data structure
  • XML: Simple - complex data structure
  • Databases: Simple - complex data structure

Each file type has its advantages and disadvantages. Depending on the planned project certain file types are more qualified than others:

  • Plain text files are mainly used for small datasets or for the import or export to or from spreadsheets programs or for the import into GIS or Mapping Software.
  • Binary files are mostly used to store raster data such as images or terrain models.
  • XML is mainly used for both small and large datasets but not for a huge amount of data. XML is suitable for the data exchange between two different systems such as databases, applications, etc.
  • Databases are used for bigger until huge datasets which require an efficient data management.

Data can be structured in many different ways:

  • by theme
  • by data type
  • by time
  • etc.

Depending on the given data and purpose of it, an optimal data structure has to be chosen.



Go to previous page
Go to next page