GMS:Exporting UGrids: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
(Created page with "UGrids can be exported to a file by right-clicking on the UGrid item in the Project Explorer and selecting the ''Export'' command. The supported file ...") |
No edit summary |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
UGrids can be exported to a file by right-clicking on the UGrid item in the [[GMS:Project Explorer|Project Explorer]] and selecting the ''Export'' command. The supported file formats are: | {{UGrid links}} | ||
UGrids can be exported to a file by right-clicking on the UGrid item in the [[GMS:Project Explorer|Project Explorer]] and selecting the '''Export''' command. The supported file formats are: | |||
{| class="wikitable" | {| class="wikitable" | ||
Line 5: | Line 6: | ||
! Format !! Description | ! Format !! Description | ||
|- | |- | ||
| | | VTK Binary XML File (*.vtu) || [http://www.vtk.org/VTK/img/file-formats.pdf Format] | ||
|- | |- | ||
| | | VTK ASCII XML File (*.vtu) || [http://www.vtk.org/VTK/img/file-formats.pdf Format] | ||
|- | |||
| VTK ASCII Legacy File (*.vtk) || [http://www.vtk.org/VTK/img/file-formats.pdf Format] | |||
|- | |||
| Grid Specification File (*.gsf) || Used by PEST and mod-PATH3DU | |||
|- | |||
| Polygon Shapefile with MODFLOW Data (*.shp) || The 2D polygons formed by the cells in plan view (elements should be prismatic). | |||
|- | |||
| Point Shapefile with MODFLOW Data (*.shp) || The centroids of the cells. | |||
|- | |- | ||
| Polygon Shapefile (*.shp) || The 2D polygons formed by the cells in plan view (elements should be prismatic). | | Polygon Shapefile (*.shp) || The 2D polygons formed by the cells in plan view (elements should be prismatic). | ||
|- | |- | ||
| Point Shapefile (*.shp) || The | | Point Shapefile (*.shp) || The UGrid points. | ||
|- | |- | ||
| | | TOUGH2 MESH File (*.*) || Used by TOUGH2. | ||
|} | |} | ||
{{Navbox GMS}} | |||
[[Category:UGrid]] | |||
[[Category:External Links]] | |||
[[Category:Exporting Data|UGrid]] |