GISBox

MID (MapInfo 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

MID files are part of the data format used by MapInfo (Map Information), a GIS software. MapInfo is a software used to process geographic information and is widely used in commercial GIS, urban planning, geographic analysis and other fields. MID files are used in conjunction with corresponding MIF (MapInfo Interchange Format) files to store attribute information of GIS data.

File Structure

MID files store the attribute information of corresponding geospatial data, usually in CSV format (comma separated). Each row corresponds to a feature (object), and each column stores different attribute information. MID files can be edited directly with a text editor, making them easy to modify and convert. At the same time, because they use comma separated format, they can be easily parsed and processed by Excel or programs.

Pros

1. Simple text format, high readability: MID files use CSV (comma separated) format, which is easy to view and edit manually. It can be easily opened with text editors or tools such as Excel.

2. Convenient data editing and conversion: It is easy to integrate with other GIS software (such as QGIS) or databases, which facilitates data conversion and analysis. It is also convenient to use programming languages such as Python and R for data processing.

3. Suitable for data sharing between different systems: Suitable for attribute data exchange between GIS software. Even if MapInfo is not used, users can easily view the content of MID files.

4. Small file size: Compared with binary format data, MID files are lighter and easy to transmit and store even if they are not compressed.

Cons

1. Must be used with MIF files: MID files do not contain spatial information themselves and must be used in conjunction with MIF files that store geospatial data, otherwise the separate MID files have no practical meaning.

2. Comma-delimited format may lead to misidentification: If the data contains commas (,), parsing errors may occur. Therefore, text containing commas should be enclosed in double quotes (“”).

3. The data structure is relatively simple and not suitable for advanced data management: It does not have a relational structure like a database, so it is not suitable for efficient management of large-scale data. For massive data processing, it is recommended to use an SQL database.

4. Some GIS software has limited compatibility: For example, ESRI’s ArcGIS may not directly support the MID format, so it may need to be converted to other formats (such as Shapefile or CSV).

Application Scenario

MID files are mainly used to manage and exchange attribute information of GIS data. In the environment using MapInfo Professional, it is a standard format and is widely used in urban planning, transportation infrastructure management, environmental analysis and other fields. In addition, when exchanging data between different GIS systems, MID files are often used as a simple text format attribute data. Especially after integration with Excel or database, it is easier to analyze and visualize GIS data, so it is widely used by government agencies and research institutions.

Example

  1. Example of MID file data.

  1. Example of MID file data for a city road network.

File Opening Mode

  1. Import MID files.

  1. MID file opened in the software.

Related GIS files

E02

LYRX

LYR

3DD

References

  1. https://en.wikipedia.org/wiki/MapInfo_Interchange_Format
  2. https://docs.fileformat.com/gis/mid/
  3. https://manifold.net/doc/mfd9/mif,_mid__mapinfo.htm