-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move projection table to Technical References (#3356)
- Loading branch information
1 parent
ecaab8f
commit ff246c6
Showing
6 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
examples/projections/table/README.txt → doc/techref/projections.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
Projections | ||
=========== | ||
|
||
PyGMT supports many map projections. Use the ``projection`` parameter to specify which | ||
one you want to use in all plotting methods. The projection is specified by a one-letter | ||
code along with (sometimes optional) reference longitude and latitude and the | ||
width of the map (for example, **A**\ *lon0/lat0*\ [*/horizon*\ ]\ */width*). The map | ||
height is determined based on the region and projection. | ||
PyGMT supports many map projections; see :doc:`/techref/projections` for an overview. | ||
Use the ``projection`` parameter to specify which one you want to use in all plotting | ||
methods. The projection is specified by a one-letter code along with (sometimes optional) | ||
reference longitude and latitude and the width of the map (for example, | ||
**A**\ *lon0/lat0*\ [*/horizon*\ ]\ */width*). The map height is determined based on the | ||
region and projection. | ||
|
||
These are all the available projections: |