Closed jjimenezshaw closed 1 year ago
Merging #1287 (3180e72) into main (3d0fb75) will not change coverage. The diff coverage is
100.00%
.:exclamation: Current head 3180e72 differs from pull request most recent head 2893be4. Consider uploading reports for the commit 2893be4 to get more accurate results
@@ Coverage Diff @@
## main #1287 +/- ##
=======================================
Coverage 96.41% 96.41%
=======================================
Files 20 20
Lines 1812 1812
=======================================
Hits 1747 1747
Misses 65 65
Impacted Files | Coverage Δ | |
---|---|---|
pyproj/crs/crs.py | 98.08% <100.00%> (ø) |
Thanks @jjimenezshaw :+1:
This PR adds the parameter
output_axis_rule
to the methodCRS.to_wkt
, as documented in https://proj.org/development/reference/functions.html#c.proj_as_wktYES
is mapped toTrue
,NO
toFalse
, andAUTO
toNone
(default).history.rst
for all changes andapi/*.rst
for new API