What is the difference between .geojson and .tab?
- Extension
- .geojson
- .tab
- Format
- Text
- Category
- GIS
- Database
- Developer
- GeoJSON
- Description
- A GeoJSON file is a format for encoding a variety of geographic data structures using JavaScript Object Notation (JSON). It is a widely used open standard format designed for representing simple geographical features, along with their non-spatial attributes. GeoJSON supports various geographical data types such as points, lines, polygons, and multi-part collections of these types. It is commonly used for storing and exchanging spatial data on the web, as well as within various Geographic Information Systems (GIS).
- A tab-separated values (TSV) file is a simple text format for storing data in a tabular structure, e.g., database table or spreadsheet data, and a way of exchanging information between databases.
- MIME Type
- application/vnd.geo+json
- text/tab-separated-values
- Wikipedia
- .geojson on Wikipedia
- .tab on Wikipedia