SMS:Cartesian Grid Coordinates: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Hide in print|{{Cartesian Grid Menubox}}
A projection can now be associated with a Cartesian grid. The data for the grid will be stored in this projection; however, the grid can still be displayed in any projection chosen. When the SMS project's projection ("working projection") is changed, the grid will be converted "on the fly." While the display will be changed, the data will remain in the original projection. This method will reduce rounding errors in the data introduced when converting coordinates.
}}
A projection can now be associated with a Cartesian grid. The data for the grid will be stored in this projection; however, the grid can still be displayed in any projection chosen by the user. When the SMS project's projection ("working projection") is changed, the grid will be converted "on the fly." While the display will be changed, the data will remain in the original projection. This method will reduce rounding errors in the data introduced when converting coordinates.


==Editing the Grid==
==Editing the Grid==
Line 7: Line 5:


==Changing the Grid Projection==
==Changing the Grid Projection==
When a grid is created, the projection is defaulted to the "working projection". The grid's projection can be changed using the "Projection..." and "Reproject..." commands in the grid's right-click menu.
When a grid is created, the projection is defaulted to the "working projection". The grid's projection can be changed using the '''Projection...''' and '''Reproject...''' commands in the grid's right-click menu.


==Floating Projection==
==Floating Projection==
If a grid is read in from a file that does not specify a projection, the grid will "float" in whichever projection is the working projection.  If a grid is floating, the "Projection..." command in the right-click menu will be followed by "floating".  To assign a projection to the grid, select the "Projection..." command and select a projection.
If a grid is read in from a file that does not specify a projection, the grid will "float" in whichever projection is the working projection.  If a grid is floating, the '''Projection...''' command in the right-click menu will be followed by "floating".  To assign a projection to the grid, select the '''Projection...''' command and select a projection.


==Related Topics==
* [[SMS:Cartesian Grid Module|SMS:Cartesian Grid Module]]




{{Template:Navbox SMS}}
{{Template:Navbox SMS}}
[[Category:SMS Cartesian Grid]]

Latest revision as of 16:37, 28 January 2016

A projection can now be associated with a Cartesian grid. The data for the grid will be stored in this projection; however, the grid can still be displayed in any projection chosen. When the SMS project's projection ("working projection") is changed, the grid will be converted "on the fly." While the display will be changed, the data will remain in the original projection. This method will reduce rounding errors in the data introduced when converting coordinates.

Editing the Grid

When the grid is displayed in a projection different than its own, it will not be editable. The "working projection" must match that of the grid to be able to edit. The grid's right-click command, Work in grid projection, will set the "working projection" to the grid's projection.

Changing the Grid Projection

When a grid is created, the projection is defaulted to the "working projection". The grid's projection can be changed using the Projection... and Reproject... commands in the grid's right-click menu.

Floating Projection

If a grid is read in from a file that does not specify a projection, the grid will "float" in whichever projection is the working projection. If a grid is floating, the Projection... command in the right-click menu will be followed by "floating". To assign a projection to the grid, select the Projection... command and select a projection.

Related Topics