GMS:Exporting Non-native GMS Files: Difference between revisions
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
|- | |- | ||
|Shapefile | |Shapefile | ||
|<center>.shp</center> | |<center>*.shp</center> | ||
|Creates a shapefile from either the active coverage, or from the active 2D scatter point set, depending on the choice made in a pop-up dialog. | |Creates a shapefile from either the active coverage, or from the active 2D scatter point set, depending on the choice made in a pop-up dialog. | ||
|- | |- | ||
|Tabular Text Files | |Tabular Text Files | ||
|<center>.txt</center> | |<center>*.txt</center> | ||
|Exports the active 2D or 3D scatter point set as a tab-delimited text file. | |Exports the active 2D or 3D scatter point set as a tab-delimited text file. | ||
|- | |- | ||
|Arc/Info Grid | |Arc/Info Grid | ||
|<center>.asc</center> | |<center>*.asc</center> | ||
|Exports a 2D grid to an ASCII grid file that can be read by Arc/Info or ArcView. See [[GMS:Importing/Exporting GIS Grids|Importing/Exporting GIS Grids]] for more information. | |Exports a 2D grid to an ASCII grid file that can be read by Arc/Info or ArcView. See [[GMS:Importing/Exporting GIS Grids|Importing/Exporting GIS Grids]] for more information. | ||
|- | |- | ||
Line 39: | Line 39: | ||
|- | |- | ||
|DXF/DWG | |DXF/DWG | ||
|<center>.dxf, .dwg</center> | |<center>*.dxf, .dwg</center> | ||
|Saves the current CAD data to a | |Saves the current CAD data to a DXF or DWG file. You can convert your GMS data to CAD data by using the '''''Data→CAD''''' command in the CAD menu in the Map module. | ||
|- | |- | ||
|Boreholes | |Boreholes | ||
|<center>.bor</center> | |<center>*.bor</center> | ||
|Text GMS Borehole File, Text Tab Delimited Borehole File | |Text GMS Borehole File, Text Tab Delimited Borehole File | ||
|- | |- | ||
|Solids | |Solids | ||
|<center>.sol</center> | |<center>*.sol</center> | ||
|Text GMS Solid File | |Text GMS Solid File | ||
|- | |- | ||
|2D Mesh Data | |2D Mesh Data | ||
|<center>.2dm</center> | |<center>*.2dm</center> | ||
|Text GMS 2D Mesh File | |Text GMS 2D Mesh File | ||
|- | |- | ||
|2D Grid Data | |2D Grid Data | ||
|<center>.2dg,.asc,.ggd</center> | |<center>*.2dg, *.asc, *.ggd</center> | ||
|Text GMS 2D Grid File, ARC/INFO Ascii Grid Files, Grass Grid Files | |Text GMS 2D Grid File, ARC/INFO Ascii Grid Files, Grass Grid Files | ||
|- | |- | ||
Line 63: | Line 63: | ||
|- | |- | ||
|3D Mesh Data | |3D Mesh Data | ||
|<center>.3dm</center> | |<center>*.3dm</center> | ||
|Text GMS 3D Mesh File | |Text GMS 3D Mesh File | ||
|- | |- | ||
|3D Grid Data | |3D Grid Data | ||
|<center>.3dg,.asc,.ggd</center> | |<center>*.3dg, *.asc, *.ggd</center> | ||
|Text GMS 3D Grid File, ARC/INFO Ascii Grid Files, Grass Grid Files | |Text GMS 3D Grid File, ARC/INFO Ascii Grid Files, Grass Grid Files | ||
|- | |- | ||
|3D Scatter Sets | |3D Scatter Sets | ||
|<center>.xyz,.txt,.shp </center> | |<center>*.xyz, *.txt, *.shp </center> | ||
|Text GMS 3D Scatter Point File, Text Tab Delimited 3D Scatter Point File, Shapefile | |Text GMS 3D Scatter Point File, Text Tab Delimited 3D Scatter Point File, Shapefile | ||
|- | |- | ||
|Coverages | |Coverages | ||
|<center>.shp</center> | |<center>*.shp</center> | ||
|Shapefile | |Shapefile | ||
|- | |- | ||
| | |Datasets | ||
|<center>.dat,.dat</center> | |<center>*.dat, *.dat</center> | ||
|Binary | |Binary Dataset Files, ASCII Dataset Files | ||
|- | |- | ||
|Particle Sets | |Particle Sets | ||
|<center>.txt</center> | |<center>*.txt</center> | ||
|Text Tab Delimited Pathlines | |Text Tab Delimited Pathlines | ||
|} | |} | ||
Line 92: | Line 92: | ||
=== Folders === | === Folders === | ||
If a folder of objects is selected, then all of the geometric objects in the folder will be exported. | If a folder of objects is selected, then all of the geometric objects in the folder will be exported. Datasets will not be exported. If there are subfolders in the folder, all of the geometric objects will be recursively exported in all subfolders. | ||
{{Navbox GMS}} | {{Navbox GMS}} |
Revision as of 20:17, 12 November 2012
Exporting Non-native GMS Files
GMS can export files that can be used in other software. There are two methods to export data from GMS. Data can be exported through the Save As dialog or by right-clicking on items in the Project Explorer.
Exporting through Save Dialog
The file types that can be exported are shown in the table below. To export a particular file type, the file filter corresponding to that file type should be selected in the Save dialog.
File Type | File Ext | Description |
---|---|---|
Shapefile | Creates a shapefile from either the active coverage, or from the active 2D scatter point set, depending on the choice made in a pop-up dialog. | |
Tabular Text Files | Exports the active 2D or 3D scatter point set as a tab-delimited text file. | |
Arc/Info Grid | Exports a 2D grid to an ASCII grid file that can be read by Arc/Info or ArcView. See Importing/Exporting GIS Grids for more information. | |
GRASS Grid | Exports a 2D grid to using the GRASS ASCII grid file format. See Importing/Exporting GIS Grids for more information. |
Exporting from the Project Explorer
Item in the Project Explorer can be exported to different formats by right-clicking on an item and selecting the Export command. The table below lists the file formats that will be shown depending on the type of Project Explorer object selected:
Project Explorer Object | File Ext | Description |
---|---|---|
TINs | Text GMS TIN File | |
DXF/DWG | Saves the current CAD data to a DXF or DWG file. You can convert your GMS data to CAD data by using the Data→CAD command in the CAD menu in the Map module. | |
Boreholes | Text GMS Borehole File, Text Tab Delimited Borehole File | |
Solids | Text GMS Solid File | |
2D Mesh Data | Text GMS 2D Mesh File | |
2D Grid Data | Text GMS 2D Grid File, ARC/INFO Ascii Grid Files, Grass Grid Files | |
2D Scatter Sets | Text GMS 2D Scatter Point File, Text Tab Delimited 2D Scatter Point File, Shapefile | |
3D Mesh Data | Text GMS 3D Mesh File | |
3D Grid Data | Text GMS 3D Grid File, ARC/INFO Ascii Grid Files, Grass Grid Files | |
3D Scatter Sets | Text GMS 3D Scatter Point File, Text Tab Delimited 3D Scatter Point File, Shapefile | |
Coverages | Shapefile | |
Datasets | Binary Dataset Files, ASCII Dataset Files | |
Particle Sets | Text Tab Delimited Pathlines |
Multiple Objects
If multiple objects are selected and they are all of the same type, they will all be exported to the same text file.
Folders
If a folder of objects is selected, then all of the geometric objects in the folder will be exported. Datasets will not be exported. If there are subfolders in the folder, all of the geometric objects will be recursively exported in all subfolders.
GMS – Groundwater Modeling System | ||
---|---|---|
Modules: | 2D Grid • 2D Mesh • 2D Scatter Point • 3D Grid • 3D Mesh • 3D Scatter Point • Boreholes • GIS • Map • Solid • TINs • UGrids | |
Models: | FEFLOW • FEMWATER • HydroGeoSphere • MODAEM • MODFLOW • MODPATH • mod-PATH3DU • MT3DMS • MT3D-USGS • PEST • PHT3D • RT3D • SEAM3D • SEAWAT • SEEP2D • T-PROGS • ZONEBUDGET | |
Aquaveo |