WMS:File I/O: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Previously defined datasets can be input to WMS by selecting the '''Open''' menu command when right-clicking in the Project Explorer on the TIN/scatter set. This will bring up the file browser or a dialog with a list of file type options. The file types that can be imported to WMS as datasets are as follows:
Previously defined datasets can be input to WMS by selecting the '''Open''' menu command when right-clicking in the ''Project Explorer'' on the TIN/scatter set. This will bring up the file browser or a dialog with a list of file type options. The file types that can be imported to WMS as datasets are as follows:


*WMS ASCII Dataset Files
*WMS ASCII Dataset Files
Line 11: Line 11:
Additional formats will be added as new computational models are supported.
Additional formats will be added as new computational models are supported.


Once one of the file type options has been chosen, a file browser dialog appears and the user must select a file corresponding to the type selected.
Once one of the file type options has been chosen, a file browser dialog appears. Select a file corresponding to the type selected.


Data sets can be exported from WMS to files by selecting the Export button in the Data Browser. Datasets can be saved as either binary or ASCII dataset files. Scatter point files can also be saved from the 2D scatter point module.
Datasets can be exported from WMS to files by selecting the '''Export''' button in the ''Data Browser''. Datasets can be saved as either binary or ASCII dataset files. Scatter point files can also be saved from the 2D scatter point module.


When a dataset is imported to WMS, a copy of the dataset is written to a temporary file on disk in binary form. If the imported data set is already in the form of a WMS binary dataset file, a copy of the file is not made. When part of the dataset is needed it is loaded from the hard disk into internal memory. Only one time step of one scalar dataset is read into internal memory at any given time. This method of file manipulation reduces the amount of RAM required, but it requires extra hard disk space. It also requires that write permission is active in the WMS working directory.
When a dataset is imported to WMS, a copy of the dataset is written to a temporary file on disk in binary form. If the imported dataset is already in the form of a WMS binary dataset file, a copy of the file is not made. When part of the dataset is needed it is loaded from the hard disk into internal memory. Only one time step of one scalar dataset is read into internal memory at any given time. This method of file manipulation reduces the amount of RAM required, but it requires extra hard disk space. It also requires that write permission is active in the WMS working directory.


When a new dataset is created through interpolation or using the data calculator, a temporary binary file is created for the dataset.
When a new dataset is created through interpolation or using the data calculator, a temporary binary file is created for the dataset.
Line 27: Line 27:


{{WMSMain}}
{{WMSMain}}
[[Category:WMS File Formats|F]]

Latest revision as of 15:50, 24 February 2016

Previously defined datasets can be input to WMS by selecting the Open menu command when right-clicking in the Project Explorer on the TIN/scatter set. This will bring up the file browser or a dialog with a list of file type options. The file types that can be imported to WMS as datasets are as follows:

  • WMS ASCII Dataset Files
  • WMS Binary Dataset Files
  • ARC/INFO® ASCII Grid Files
  • GRASS Grid Files

Additional formats will be added as new computational models are supported.

Once one of the file type options has been chosen, a file browser dialog appears. Select a file corresponding to the type selected.

Datasets can be exported from WMS to files by selecting the Export button in the Data Browser. Datasets can be saved as either binary or ASCII dataset files. Scatter point files can also be saved from the 2D scatter point module.

When a dataset is imported to WMS, a copy of the dataset is written to a temporary file on disk in binary form. If the imported dataset is already in the form of a WMS binary dataset file, a copy of the file is not made. When part of the dataset is needed it is loaded from the hard disk into internal memory. Only one time step of one scalar dataset is read into internal memory at any given time. This method of file manipulation reduces the amount of RAM required, but it requires extra hard disk space. It also requires that write permission is active in the WMS working directory.

When a new dataset is created through interpolation or using the data calculator, a temporary binary file is created for the dataset.


Related Topics