Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Prepend Derived to CRS type name if CRS is derived #939

Merged
merged 1 commit into from Sep 20, 2021

Conversation

snowman2
Copy link
Member

@snowman2 snowman2 added this to In progress in 3.2.1 Release via automation Sep 10, 2021
@snowman2 snowman2 changed the title BUG: Prepend Derived to CRS type name if CRS is derived ENH: Prepend Derived to CRS type name if CRS is derived Sep 10, 2021
@codecov
Copy link

codecov bot commented Sep 10, 2021

Codecov Report

Merging #939 (2b794ae) into master (8d2af39) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

❗ Current head 2b794ae differs from pull request most recent head ab30426. Consider uploading reports for the commit ab30426 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master     #939      +/-   ##
==========================================
- Coverage   96.24%   96.22%   -0.02%     
==========================================
  Files          20       20              
  Lines        1757     1750       -7     
==========================================
- Hits         1691     1684       -7     
  Misses         66       66              
Impacted Files Coverage Δ
pyproj/crs/crs.py 97.97% <100.00%> (-0.02%) ⬇️
pyproj/crs/_cf1x8.py 98.66% <0.00%> (-0.03%) ⬇️
pyproj/datadir.py 100.00% <0.00%> (ø)
pyproj/transformer.py 94.68% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e8632da...ab30426. Read the comment docs.

@snowman2 snowman2 added this to To do in 3.3.0 Release Sep 14, 2021
@snowman2 snowman2 removed this from In progress in 3.2.1 Release Sep 14, 2021
@snowman2 snowman2 moved this from To do to In progress in 3.3.0 Release Sep 14, 2021
@snowman2 snowman2 merged commit 6173770 into pyproj4:master Sep 20, 2021
3.3.0 Release automation moved this from In progress to Done Sep 20, 2021
@snowman2 snowman2 deleted the derived branch September 20, 2021 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

ENH: Prepend "Derived" to the type name of the CRS if it is derived.
1 participant