GMS:Importing Non-native GMS Files: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
GMS can import many files generated by other software in their native format.  The files that can be imported to GMS are shown in the tables below.  Each file type is identified by the file extension.  The file filter corresponding to the desired extension should be selected in the Open File dialog.
GMS can import many files generated by other software in their native format.  The files that can be imported to GMS are shown in the tables below.  Each file type is identified by the file extension.  The file filter corresponding to the desired extension should be selected in the ''Open File'' dialog.


==Text Import Wizard==
==Text Import Wizard==
In addition to the file types listed below, several other types of data can be imported via the Text Import Wizard.  Refer to the section on the Text Import Wizard for more information.
In addition to the file types listed below, several other types of data can be imported via the ''Text Import Wizard''.  Refer to the section on the ''Text Import Wizard'' for more information.


{| border="1" cellpadding="2"
{| border="1" cellpadding="2"
Line 9: Line 9:
!width="650"|Description
!width="650"|Description
|-
|-
|<center>Model Super Files</center>||.mfs, .rsp, .mts, .rts, .sms, .uts, .fws, .ats, .sps||GMS uses super files to help organize model files, which can be numerous.  Opening the super file will import the entire model and all associated model files.  This will NOT open any GMS specific data, such as Map data or TIN data etc.  The file models associated with each super file extension are as follows: .mfs = MODFLOW, .rsp = MODPATH, .mts = MT3DMS, .rts = RT3D, .sms = SEAM3D, .uts = UTCHEM, .fws = FEMWATER, .ats = ART3D, .sps = SEEP2D
|<center>Model Super Files</center>||*.mfs, *.rsp, *.mts, *.rts, *.sms, *.uts, *.fws, *.ats, *.sps||GMS uses super files to help organize model files, which can be numerous.  Opening the super file will import the entire model and all associated model files.  This will NOT open any GMS specific data, such as Map data or TIN data etc.  The file models associated with each super file extension are as follows: *.mfs = MODFLOW, *.rsp = MODPATH, *.mts = MT3DMS, *.rts = RT3D, *.sms = SEAM3D, *.uts = UTCHEM, *.fws = FEMWATER, *.ats = ART3D, *.sps = SEEP2D
|-
|-
|<center>Text files</center>||<center>.txt</center>||Text files where the data is in columns, as you might export from a spreadsheet.  This brings up the GMS [[GMS:Text Import Wizard|Text Import Wizard]].  Many different types of data can be brought in to GMS by using the Text Import Wizard.
|<center>Text files</center>||<center>.txt</center>||Text files where the data is in columns, as you might export from a spreadsheet.  This brings up the GMS [[GMS:Text Import Wizard|Text Import Wizard]].  Many different types of data can be brought in to GMS by using the Text Import Wizard.
|-
|-
|<center>DXF/DWG</center>||<center>.dxf, .dwg</center>||Vector drawing data used for background display or for conversion to feature objects.
|<center>DXF/DWG</center>||<center>*.dxf, *.dwg</center>||Vector drawing data used for background display or for conversion to feature objects.
|-
|-
|<center>JPEG - TIFF</center>||<center>.jpg, .tif</center>||Raster image files used for background display or for texture mapping to a surface.
|<center>JPEG - TIFF</center>||<center>.jpg, .tif</center>||Raster image files used for background display or for texture mapping to a surface.
Line 19: Line 19:
|<center>Shapefiles</center>||<center>.shp</center>||ArcView shapefiles.
|<center>Shapefiles</center>||<center>.shp</center>||ArcView shapefiles.
|-
|-
|<center>DEM / Grid</center>||<center>.asc, .ddf, .ggd, .dem</center>||ASCII 2D grid exported from Arc/Info or ArcView, , ASCII 2D grid exported from GRASS
|<center>DEM / Grid</center>||<center>*.asc, *.ddf, *.ggd, *.dem</center>||ASCII 2D grid exported from Arc/Info or ArcView, ASCII 2D grid exported from GRASS
|-
|-
|<center>Surfer Grid</center>||<center>.grd</center>||ASCII 2D grid exported from Surfer.
|<center>Surfer Grid</center>||<center>.grd</center>||ASCII 2D grid exported from Surfer.

Revision as of 16:53, 18 May 2012

GMS can import many files generated by other software in their native format. The files that can be imported to GMS are shown in the tables below. Each file type is identified by the file extension. The file filter corresponding to the desired extension should be selected in the Open File dialog.

Text Import Wizard

In addition to the file types listed below, several other types of data can be imported via the Text Import Wizard. Refer to the section on the Text Import Wizard for more information.

File Type File Ext Description
Model Super Files
*.mfs, *.rsp, *.mts, *.rts, *.sms, *.uts, *.fws, *.ats, *.sps GMS uses super files to help organize model files, which can be numerous. Opening the super file will import the entire model and all associated model files. This will NOT open any GMS specific data, such as Map data or TIN data etc. The file models associated with each super file extension are as follows: *.mfs = MODFLOW, *.rsp = MODPATH, *.mts = MT3DMS, *.rts = RT3D, *.sms = SEAM3D, *.uts = UTCHEM, *.fws = FEMWATER, *.ats = ART3D, *.sps = SEEP2D
Text files
.txt
Text files where the data is in columns, as you might export from a spreadsheet. This brings up the GMS Text Import Wizard. Many different types of data can be brought in to GMS by using the Text Import Wizard.
DXF/DWG
*.dxf, *.dwg
Vector drawing data used for background display or for conversion to feature objects.
JPEG - TIFF
.jpg, .tif
Raster image files used for background display or for texture mapping to a surface.
Shapefiles
.shp
ArcView shapefiles.
DEM / Grid
*.asc, *.ddf, *.ggd, *.dem
ASCII 2D grid exported from Arc/Info or ArcView, ASCII 2D grid exported from GRASS
Surfer Grid
.grd
ASCII 2D grid exported from Surfer.


See also