About | Contact | Register | Advertise | FAQ
Spatial Newsletters | Twitter |
HomeNewsArticlesDataGIS JobsEDUCommunityLBSSTOREPhotosEVENTSDIRECTORYBLOGIMAGING
Software | Spotlights on Geospatial Data | GIS Education / Events | Hardware | Mobile | Web Services | Mashup Zone  
advertisement

GISuser Newsletter

See Recent edition

lbszone newsletter

subscribe GISuser



follow GISuser on Twitter
TOP Stops!

webinar

GISuser Sponsor


iPhone Geo Stuff!

Visit the iPhone Zone

Featured Event

 where2.0
15% Discount: whr10giu

GIS Job Opportunities
 

Loads of GIS Jobs!

High Level Consultant for Haiti Data
Tenure-Track Assistant Professor in Applied Remote Sensing
GIS Technician
Geospatial/GIS Policy Lead
State GIO
Support Analyst - Programming
Support Analyst - Database
GIS Analyst I/II
GeoSpatial Analyst, Tulsa OK
IT System specialist for GIS/Gps based Road Safety Management System
GISuser Videos


More Videos HERE
Want your Video placed here? Contact us!
Recent Site Additions

GISuser Sponsor

GISuser Sponsor


GISuser 2.0

anygeo blog  gisuser flickr jaiku ovi
qik twitter youtube linkedIn
platial gisuser diggs mosh widsets

gisuser facebook page
gisuser flickr
linkedIn
twitter
youtube
gisuser blip.tv

Directory
PCI Geomatics 
Category: GIS and Geospatial Software


Home arrow Articles arrow Data arrow A primer on Common GIS Data Formats     




A primer on Common GIS Data Formats PDF Print E-mail
Written by Glenn Letham (GISuser editor)   
12 September 2004
Spatial data products made available via free download via the Internet (http, ftp) are found in a variety of common [and uncommon] formats. This document serves to introduce the user to some of the commonly found data formats.

ASCII

(American Standard Code for Information Interchange). Data in this format is simply a line-by-line listing of information in text format that takes on a geographical meaning when the listing contains positional coordinate information. Text information can be easily imported into most GIS and CAD-based software programs and it is this flexibility that drives storing some point data sets in this format.

ARC/INFO® Export format (.e00 extension)

An Export file is an ARC/INFO coverage that has been converted to an ASCII text file in order to make it accessible to ARC/INFO systems on different platforms. They are not intended for compression, but have become popular as exchange files. In order to convert an .e00 file to an ARC/INFO coverage or ArcView GIS shapefile, you must have ARC/INFO or the Import software distributed with ArcView GIS.

DEM (USGS)

A DEM file is organized into a series of three records, A, B, and C. The A record contains information defining the general characteristics of the DEM, including its name, boundaries, units of measurement, minimum and maximum elevations, number of B records, and projection parameters. Each B record consists of an elevation profile with associated header information, and the C record contains accuracy data.

DGN (Intergraph/Microstation)

Design files are sequential, variable-length files with variable-length records for the Design File Header, file set-up information, graphic elements, and non-graphic data. User-defined elements begin with the fourth element. Design files are typically designated with the extension ".dgn."

Drawing Interchange File (.dxf)

The Drawing Interchange file (DXF) format, is an industry standard interchange file format used to transfer data between CAD and GIS applications.

DWF

Design Wb Format developed by Autodesk... DWF preserves the fidelity and integrity of designs and allows anyone to access the complex design data without the originating design application. DWF files are easy to create and post to the web, and they support up to 60 million dpi. DWF data can be created using Autodesk products and the DWF Composer or read using the Free DWF Reader. See www.autodesk.com/dwf

ESRI_Coverage

A coverage is a proprietary vector format used by ESRI software. Coverages are the original storage format for ArcInfo. Coverages are a collection of files located in multiple directories.

ESRI Shapefiles (.shp)

A shapefile stores non-topological geometry and attribute information for the spatial features in a data set.  A shapefile consists of a set of 3 mandatory files, along with several optional files. Each file in the set shares the shapefile name with a different extension. The main file (*.shp) stores the geometry and must always have an index file (*.shx). A dBASE file (*.dbf) stores all the attributes of the shapes in the main file.  Additionally, a projection file (*.prj) stores the projection information.

ESRI Interchange (.e00)

The ESRI E00 interchange data format allows all spatial and descriptive information for vectors and rasters to be combined into a single ASCII file.  The file can be used to move themes into and out of ESRI software.

ESRI GRID

The Arc/Info Binary Grid format is the internal working format of the ESRI Arc/Info Grid product. It is also usable and creatable within the spatial analyst component of ArcView 3.x.  It is a tiled format with run length compression capable of holding raster data of up to 4 byte integers or 4 byte floating data. 

GDF

GDF means Geographic Data Files, It is a  standard data exchange format and a data model (a complex data model). It is used to describe road networks & road-related data and is an international standard ISO/TC204 / CEN/TC 278. The GDF 3 and GDF 4 specifications can be found HERE

Geodatabase

This is a new data model introduced by ESRI with ArcInfo 8.  It consists of a comprehensive Access format database (.mdb) with different interrelated features.  It allows to assign “behavior” to data by relating different feature classes inside a single database file.

GeoTIFF

The Tagged Image File Format (TIFF), developed by Aldus Corporation, is an industry standard for data storage and data transfer across operating system environments and applications.  A GeoTIFF takes the TIFF format a step further including geospatial information (such as projection, datum, etc.) in the file. USGS DRGs are commonly found as TIF or GeoTIFF format.

JPEG 2000

JPEG 2000 is a new image coding system that uses state-of-the-art compression techniques based on wavelet technology. Its architecture should lend itself to a wide range of uses from portable digital cameras through to advanced pre-press, medical imaging and other key sectors. See http://www.jpeg.org/jpeg2000/

MIF (MapInfo Interchange format)

Proprietary data format used by MapInfo desktop GIS. Often associated with MIF/MID pairs of data. MIF/MID is commonly used to translate to/from MapInfo, whereas .TAB data is used directly by MapInfo.

MrSID (.sid)

MrSID is an acronym for Multi-resolution Seamless Image Database, a powerful wavelet-based image compressor, viewer and file format for massive raster images.  These data can be viewed in a variety of GIS software applications. For more info see www.lizardtech.com

SDTS

Developed by the USGS, the purpose of the SDTS is to promote and facilitate the transfer of digital spatial data between dissimilar computer systems, while preserving information meaning and minimizing the need for information external to the transfer. Details HERE

SHP

ESRI's .shp format, also known as "shape format" or "shapefiles," is used with ArcView, a popular GIS package of the early 1990's. Shape format has been openly published by ESRI and is widely used for data interchange in GIS. Shapefiles usually consist of three similarly named files with differing extensions: a .shp, .shx and a .dbf file. The .dbf file is a dBase database system format file that is used to store data attributes for the drawing.  (Soure: Manifold.net) See the specifactions HERE

TIFF with a World File (.tif, .tfw)

The Tagged Image File Format (TIFF), developed by Aldus Corporation, is an industry standard for data storage and data transfer across operating system environments and applications. It is one of the most versatile bitmaps available.  A world file (.tfw) accompanying the .tif file contains spatial information about the data.  These are common for USGS DRG data (aka. topo quads)

TIGER/Line (.tgr)

Topologically Integrated Geographic Encoding and Referencing system (TIGER) - see US Census bureau

USGS_dem (.dem)

United States Geological Survey Digital Elevation Model data format.   These data can be viewed in a variety of GIS software applications.  Additional information about the USGS DEM format can be found from usgs.gov.  

USGS_doq (.sws, .ses, .nws, .nes)

Data in this format are in a native USGS single-file format.  They are really a BIL format without a separate header file.  You can't view images with these extensions directly in ArcView and/or ArcInfo.  However, the Washington State Geospatial Data Archive has excellent information about how to manipulate  these images so that you can view them in ArcView and/or ArcInfo. 


Common GIS/CAD file extensions (Source: ESRI Tech. Support)

  • adf - ARC/INFO coverage data file
  • agf - Atlas GIS native binary geodataset file
  • ain - attribute index file
  • aih - attribute index file
  • alg - ER Mapper algorithm
  • aml - ARC/Info AML file
  • apr - ArcView Project File (ODB format)
  • avl - legend template file (ODB format)
  • avp - palette file (ODB format)
  • ave - Avenue script
  • avx - ArcView extension file (ODB format)
  • ai - Adobe Illlustrator picture file
  • bat - DOS batch file
  • bil - image file (band interleaved by line)
  • bip - image file (band interleaved by pixel)
  • blw - world file for bil image
  • bmp - Windows bitmap image file
  • bpw - world file for bip or bmp images
  • bsq - image file (band sequential)
  • bqw - world file for bsq image
  • c - C programming language source code filename
  • cat - UNIX hyperhelp supporting file
  • cgm - Computer Graphics Metafile
  • cls - geocoding classification file
  • cnt - help file contents
  • dat - generic data file extension dat - INFO attribute file
  • db - Object Database File (also ODB)
  • dbf - dBASE tabular data file
  • dbf - Shapefile attribute table file
  • dbg - problem debug log file
  • dcp - default codepage file
  • dct - geocoding dictionary file
  • dec - UNIX hyperhelp supporting file
  • def - defaults file (North Arrows, Layout Templates, etc) (ODB format)
  • dem - Digital Elevation Model file
  • dgn - Design drawing file (Intergraph)
  • dir - INFO directory manager file
  • dlg - Digital Line Graph file
  • dll - Windows Dynamic Link Library file
  • doc - MS-Word, MS-Wordpad document file
  • dtd - UNIX hyperhelp supporting file
  • dwg - Drawing file (AutoCAD)
  • dxf - Drawing exchange file
  • e00 - ARC/INFO export file
  • ecw - ER Mapper Enhanced Compressed Wavelet
  • eps - Encapsulated PostScript
  • ers - ER Mapper raster file format
  • exe - DOS/Windows executable file
  • fbn - spatial index file for read-only datasets
  • fbx - spatial index file for read-only datasets
  • fls - Windows help supporting file
  • ftg - UNIX help supporting file
  • fts - UNIX help supporting file
  • gen - ARC/INFO UnGenerate format
  • gfw - world file for gif image
  • gif - image file (CompuServe)
  • hdr - header file (for ArcView extensions or TIF images)
  • hlp - Windows help file
  • htm - WWW file (hypertext markup, 3-character DOS version)
  • html- WWW file (hypertext markup language, UNIX version)
  • ico - Icon file
  • idx - geocoding index for read-only datasets
  • img - ERDAS Imagine image file
  • ini - initialization file
  • ixc - geocoding index for read-write coverages
  • ixs - geocoding index for read-write shapefiles
  • jpg - image file (Joint Photographic Experts Group)
  • key - geocoding matching keys (ODB format)
  • lin - ARC/INFO lineset symbol file
  • lnk - Windows shortcut icon link file
  • mat - geocoding matching parameters file
  • mcp - image file (MacPaint)
  • mid - MapInfo interchange format (always paired with "mif")
  • mif - MapInfo interchange format (always paired with "mid")
  • mrk - ARC/INFO markerset symbol file (not compatible w/ArcView)
  • mxc - geocoding index for read-write coverages (ODB format)
  • mxs - geocoding index for read-write shapefiles (ODB format)
  • nit - INFO table definitions file
  • ndx - fonts index file (UNIX only)
  • nls - Codepage language files
  • odb - Object Database ASCII file (ODB format)
  • pat - geocoding pattern recognition file
  • pdf - preferences definition file
  • pif - Windows program information file (for DOS programs)
  • pps - processing set codes
  • prj - projections definition file
  • ps - PostScript file
  • rlc - image file (run-length coding)
  • rs - image file (raster snapshot | Sun rasterfile)
  • sbn - spatial index for read-write shapefiles
  • sbx - spatial index for read-write shapefiles
  • shd - ARC/INFO shadeset symbol file
  • shp - Shapefile (stores feature geometry)
  • shx - Shapefile (stores file lookup index)
  • sid (MrSID)
  • stn - geocoding standardization file
  • tab - lookup file
  • tbl - geocoding support table
  • tif - image file (Tag Image Format file)
  • tfw - world file for tif image
  • tmp - temporary file
  • ttf - TrueType font file
  • txt - text file (usually ASCII)
  • xbm - image file (X Bitmap)
  • wmf - image file (Windows Metafile)
  • wld - world file for CAD datasets
  • wri - Windows Write.exe file

Some Suggested weblinks:

For a comprehensive explanation of some popular GIS related file extensions, see http://www.grime.net/gistools/a-z.htm

 

deliciousrssnewsletterlinkedinfacebooktwitter

Bookmark and Share

Follow GISuser on Twitter
@GISuser!
blog comments powered by Disqus
Digg!
GISuser Feature Articles

Top iPhone related GIS and Geo Tech news stories from 2009 - At the end of the year its always interesting for us to look at some of the stats and results to identify trends and more important, to see what our readers think is hot! In the "news" category it seems that iPhone related geo tech items were extremely popular.

10 Awesome GIS and Mapping apps for the iPhone - I recall last year at the ESRI UC when an iPhone was on stage showing a prototype app (think ArcPad on iPhone). It was then that I realized the iPhone platform is going to be BIG in mapping and there's a ton of opportunity for developers.

Nokia Booklet 3G, unboxing video and image gallery... Those of you in the USA who pop in to BestBuy occasionally, you may have seen a stand showing off the Nokia Booklet 3G. A sleek, 3G enabled, SIM slot (AT&T) sporting netbook. 

Interesting Tweeple - 10 Geo Technology & Geo-Social Women of Twitter - given the growing love for geospatial and location-aware technologies, I’ve decided to hype 10 women that I feel make a significant contribution to the Geo-Twittersphere. If you’d like to add 10 knowledgeable and useful Twitter contacts to your Geo following list I highly suggest the following: (in no particular order)

10 Geo Social Location-Aware Apps Making Waves... With Twitter's opening of their location API to developers there's going to be a ton of third party apps that will enable Twitter users to share location-aware information via their Twitter accounts.

Signs that indicate you may be a GeoGeek (aka. GeoNerd) and some suggested Geo blogs - Chances are good that if you are a Geo Geek then you already know it and likely refer to yourself as one. However, there’s many of you out there that may be on the fence and wondering… “am I a Geo Geek?" Read on for a comprehensive list of signs you might be a GeoGeek followed up by some suggested Geoblog reading.

Real-time GPS Mapping and GIS Solution Aids Efficient Disaster Management  - Saturday, February 7, 2009 will forever be known as Black Saturday in the State of Victoria, Australia. In the midst of a 10-year drought, a record breaking heat wave descended upon the state, with temperatures exceeding 45 degrees C (110-120 deg F), breaking all-time record highs in some cities - Victoria Police Use Trimble Juno SC Handhelds to Speed Assessment of Damage Caused by Bush Fires.

Data Spotlight - USGS and a new generation of Topo Maps - A primer on US Topo - Downloading “free” USGS topos from around the web?? Are you getting the new, enhanced USGS topos - US Topo?

The world's largest signpost maps out the UK's Good Things Last week in London, some 10 Mobile bloggers and mobile technology enthusiasts were in London to help Nokia promote the launch of Ovi Maps Good Things campaign. A promotion designed to encourage users of the Nokia N97 and new N97 mini to add Good Things to Ovi maps... check out more details and add your good things at http://maps.ovi.com/goodthings/ - see more on the sign post here

RunningMap Trackometer, iPhone app for runners and outdoor enthusiasts - I just heard about another cool location-aware iPhone app ideally geared towards runners and outdoor enthusiasts (and Geographers!) RunningMap (from Canadian company Spin Technologies).

10 Ways Your Tech Business Can Take Advantage of Twitter - Many companies and individuals are still asking themselves how can I use Twitter in my business? The following is a small sampling of some of the ways that your technology business can use Twitter to your advantage.

City of Vancouver BC, Canada Opens Access to Data - The City of Vancouver has launched its OpenData web site providing simple discovery and access to GIS data.

EPA Economic Stimulus and Recovery Efforts Map - View spending for each State broken down by $$ totalts obligated and spent. Click additional info for more detailed budget info.

Openness via Data.gov - Access A Wealth of Geospatial Data and a Cool ESRI SHP file Viewing Tool - Data.gov increases the ability of the public to easily find, download, and use datasets that are generated and typically held by the Federal Government.

Setting up Corporate Twitter messaging or a Team Twitter - Twitter has many uses and is valuable to many users in many different ways. Once great use of Twitter is to use it for quick, convenient messaging for a team or corporate use. Imagine a team of developers spread out all over the country or perhaps a baseball team that needs to get notices about a rain-out or change in game time etc… consider a team Twitter account. See also, 10 Things A Company Should Consider when starting their Twitter social media presence

feature articlesSee more GISuser Features HERE / See GISuser Spotlights Here 

Recent Directory Listings
1. It's All About Data -...
    Category: Blogs
    Created: Mar 12, 2010
2. GeoSearch, Inc.
    Category: Careers and Employment
    Created: Mar 11, 2010
3. Tweetshare
    Category: Twitter Tools and Add-ons
    Created: Mar 11, 2010
4. Tweetsii (for iPhone)
    Category: Twitter Tools and Add-ons
    Created: Mar 11, 2010
5. GeoEye Flickr
    Category: Geo Social Network Listings (Web 2.0)
    Created: Mar 11, 2010
Show more...
Featured Events
  • Free Webinars and online training from LizardTech - Training dates include Feb 2, 16, 23
  • 2010 ESRI Federal User Conference February 17-19, 2010, Washington D.C. Walter E. Washington Convention Center - The FedUC is the largest geospatial conference for federal agencies. Connect with other leaders, decision makers, and GIS professionals.
  • The International LiDAR Mapping Forum 2010 - Tenth Anniversary Event! ILMF 2010 will be held from March 3 - 5, 2010 at the Hyatt Regency in Denver at Colorado Convention Center.
  • The NAVTEQ 2010 Global LBS Challenge Awards Ceremony will be held during Ignite at O'Reilly Where 2.0. Be among the first to hear as NAVTEQ announces the winners for the North America region. Participants will be competing for a global prize pool of $10 million and growing by showcasing pre-commercial location-enabled apps using NAVTEQ map data & products. March 30, 2010, during Ignite Where, 7:30pm - 9:00pm, at the Marriott San Jose, CA
  • WHERE2.0 2010 - Now in its sixth year, the Where 2.0 Conference is where the grassroots and leading edge developers building location-aware technology intersect with the businesses and entrepreneurs seeking out location apps, platforms, and hardware to gain a competitive edge. For 15% use Discount Code: whr10lbs
     

    List Your Event Here 

Suggested GISuser Reading
Google Geospatial Search
Google
 

 

or... try our CUSTOM GISuser Google Search!

Contribute to the GISuser Search (by Google)

TOP News Story
Sponsor

GIS Data Nodes

State GIS Clearinghouse Portals
State GIS Spatial Data Clearinghouse Directory



RSS and Feeds


feedburner
add to google reader




technocrati
Add to my Widsets
GISuser on your mobile!

Feedblitz updates via email, Tweet, or IM
Software

software reviews
Geo Technology Software

GISuser RSS Feed
GISuser Site Sponsor


Most Popular
GISuser HOT Spots!

Google Mashup Zone
GISuser WebMaps
Free Data Articles
Spotlights & Tips
GISuser Resumes
Data Links
10 Cool Things
The LBS Zone!

GISuser Sponsor


Partner Sites

machinecontrolonline 

symbianone

lbszone.com

symbianone

Spatial Media LLC
A Spatial Media LLC property

Affiliations


asprs

Get Listed!

Get Listed in the GISuser Industry Directory
social media
NEW - list your GIS/Geo social micro blog, twitter, facebook group etc... post your Resume HERE!

 




Spatial Media, LLC ©2003 - 2010 All rights reserved / Privacy Statement