You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe:
At the moment conversions to and from MJD (modified julian day) and JD (common astronomy formats) are a bit tricky in Go. It would be awesome if these were supported in Carbon.
Describe the feature you'd like:
Have Carbon recognize and convert between it's various formats, the MJD format (mostly to iso standard string format), and the nice way you handle strings and such in the library.
Describe alternatives you've considered:
There is an older library that does this but it is very developer unfriendly compared to yours.
Feature Request
Is your feature request related to a problem? Please describe:
At the moment conversions to and from MJD (modified julian day) and JD (common astronomy formats) are a bit tricky in Go. It would be awesome if these were supported in Carbon.
Describe the feature you'd like:
Have Carbon recognize and convert between it's various formats, the MJD format (mostly to iso standard string format), and the nice way you handle strings and such in the library.
Describe alternatives you've considered:
There is an older library that does this but it is very developer unfriendly compared to yours.
Teachability, Documentation, Adoption, Migration Strategy:
I'd be using this in a project API for a joint project between UHawaii and NASA that I am currently in the middle of.
The text was updated successfully, but these errors were encountered: