Skip to content

Commit

Permalink
axis order override docs for filters.reprojection
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Feb 7, 2020
1 parent 8600bba commit 956b9de
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/stages/filters.reprojection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,13 @@ out_srs
"EPSG:4326" for WGS84 geographic), Proj.4 string or a well-known text
string. [Required]

in_axis_ordering
An array of numbers that override the axis order for the in_srs (or if
not specified, the inferred SRS from the previous Stage). "2, 1" for
example would swap X and Y, which may be commonly needed for
something like "EPSG:4326".

out_axis_ordering
An array of numbers that override the axis order for the out_srs.
"2, 1" for example would swap X and Y, which may be commonly needed for
something like "EPSG:4326".

0 comments on commit 956b9de

Please sign in to comment.