Review of what else should go in this package
Closed this issue · 3 comments
nden commented
What other tags should be moved from astropy here?
astropy.io.asdf.tags:
coordinates
fits
table
time
unit/equivalency
jdavies-st commented
I think it is good to move all the tags out of astropy
into this package.
At a later date, really anytime, if we want to move the schemas into a more general schema repositories on asdf-standard
, say for coordinates
, then it would be simple to do so and have asdf-astropy
manage the interface for it. It should be transparent to astropy
. Any modifications to the Converter
classes or schema tags can be handled here.
Specifically:
coordinates
schema is very general and might benefit from schemas being inasdf-format/asdf-coordinate-schemas
or similarfits
schema should stay in this package.table
schema seems to be specific toastropy.tables
. There's also atable
andcolumn
schema inasdf-format/asdf-standard
core libarary, that has some underpinnings with FITS binary tables, but it's not clear to me that one is more general than another. I would say keep it here.time
schemas already live inasdf-format/asdf-standard
except fortime-delta
. Shall we move it there or is it more astronomy-specific. How stable is it?unit
schemas live inasdf-format/asdf-standard
already. Do we moveequivalency
here? Or should it be moved toasdf-format/asdf-standard
?
jdavies-st commented
I'll add that #5 already moves copies the schemas from astropy.io.misc.asdf
into this repo.
👍
eslavich commented
These have all been moved into this package! 🥳