Projections: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
"Projection" refers to a map projection like [http://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system UTM]. In XMS software, a projections are associated with the project and individual data objects. | "Projection" refers to a map projection like [http://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system UTM]. In XMS software, a projections are associated with the project and individual data objects. | ||
Starting with SMS 11.1 and GMS 9.1, the XMS software works on the concept of a "Display Projection". This is the projection the user is working in. Each geometric object loaded into the XMS package, such as a Scatterset, DEM, grid or mesh, also has an associated projection. These two projections may not be the same. If the two projections are compatible (it is a viable option to convert from one projection to the other), the XMS package will convert the data from the object projection to the display projection, just for display purposes. This is referred to as "Project on the fly". The data itself maintains the values associated with the object projection so when the XMS package saves a project, the data files are not modified. | Starting with SMS 11.1 and GMS 9.1, the XMS software works on the concept of a "Display Projection". This is the projection the user is working in. Each geometric object loaded into the XMS package, such as a Scatterset, DEM, grid or mesh, also has an associated projection. These two projections may not be the same. If the two projections are compatible (i.e. it is a viable option to convert from one projection to the other), the XMS package will convert the data from the object projection to the display projection, just for display purposes. This is referred to as "Project on the fly". The data itself maintains the values associated with the object projection so when the XMS package saves a project, the data files are not modified. | ||
Alternatively, data can be reprojected from one projection to another, actually changing the data values that will be saved as part of a project. This is done by right clicking on the geometric object in the project explorer (data tree) and selecting the "Reproject..." command. The SMS package includes a feature to reproject all data from whatever projection the data is currently in to a single projection using the "Reproject All..." command in the Display menu. | Alternatively, data can be reprojected from one projection to another, actually changing the data values that will be saved as part of a project. This is done by right clicking on the geometric object in the project explorer (data tree) and selecting the "Reproject..." command. The SMS package includes a feature to reproject all data from whatever projection the data is currently in to a single projection using the "Reproject All..." command in the Display menu. | ||
Line 31: | Line 31: | ||
===No Projection (Previously Local Projection)=== | ===No Projection (Previously Local Projection)=== | ||
Many numerical models work in local | Many numerical models work in local or model space, and don't care how that system relates back to global coordinate systems (UTM, State Plane etc.). XMS software allows for this using a local/no projection option. This is standard practice when building a numerical model of a flume test. In this case, the display project would be set to local or no projection. The units of the model are then specified as part of the projection. If the display projection is in this mode, no global projections are allowed on individual objects. | ||
(Note: when the display projection is set to No Projection or Local Projection, the data may still be referenced to a projection. The display projection can be changed to reflect that projection if desired.) | |||
==Reproject on the Fly== | |||
When data from multiple projections were loaded into and XMS application in the past, they would not overlay and the display would show data at two distinct locations. | |||
==Reproject== | ==Reproject== |