SkyCoord Conversions#13
Merged
Merged
Conversation
… Longitude Signed-off-by: Callan Gray <cal.j.gray@gmail.com>
Signed-off-by: Callan Gray <cal.j.gray@gmail.com>
Signed-off-by: Callan Gray <cal.j.gray@gmail.com>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #13 +/- ##
==========================================
- Coverage 93.16% 90.67% -2.50%
==========================================
Files 14 27 +13
Lines 1653 2187 +534
Branches 158 225 +67
==========================================
+ Hits 1540 1983 +443
- Misses 74 152 +78
- Partials 39 52 +13
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Signed-off-by: Callan Gray <cal.j.gray@gmail.com>
Signed-off-by: Callan Gray <cal.j.gray@gmail.com>
calgray
force-pushed
the
skycoordinates
branch
from
February 17, 2026 03:49
caede19 to
7728c20
Compare
Signed-off-by: Callan Gray <cal.j.gray@gmail.com>
Signed-off-by: Callan Gray <cal.j.gray@gmail.com>
Signed-off-by: Callan Gray <cal.j.gray@gmail.com>
Signed-off-by: Callan Gray <cal.j.gray@gmail.com>
calgray
marked this pull request as ready for review
March 27, 2026 09:32
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added explicit dataset conversion functions for working with astropy
SkyCoordobjects.skycoord_to_dataset(skycoord, coords)dataset_to_skycoord(ds)SkyCoordobjects are still not Dataset-like and can't be used and automatically serialised withinDataTree, but conversion is now reliable to handle any SkyCoord value.Additional useful serialisation functions have also been added and organised into submodules in the
coordinatespackage, but these may change in future.pre-commit run --all-fileswhats-new.rstapi.rst