File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ htmlcov/
4444.coverage
4545.coverage. *
4646.cache
47+ .ruff_cache
4748nosetests.xml
4849coverage.xml
4950* .cover
Original file line number Diff line number Diff line change 1+ # astropy-xarray
2+
13[ ![ CI] ( https://github.com/calgray/astropy-xarray/actions/workflows/ci.yml/badge.svg?branch=main )] ( https://github.com/calgray/astropy-xarray/actions/workflows/ci.yml )
24[ ![ code coverage] ( https://codecov.io/gh/calgray/astropy-xarray/branch/main/graph/badge.svg )] ( https://codecov.io/gh/calgray/astropy-xarray )
35[ ![ docs] ( https://readthedocs.org/projects/astropy-xarray/badge/?version=latest )] ( https://astropy-xarray.readthedocs.io )
46[ ![ PyPI version] ( https://img.shields.io/pypi/v/astropy-xarray.svg )] ( https://pypi.org/project/astropy-xarray )
57[ ![ codestyle] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/python/black )
68[ ![ conda-forge] ( https://img.shields.io/conda/vn/conda-forge/astropy-xarray )] ( https://github.com/conda-forge/astropy-xarray-feedstock )
79
8- # astropy-xarray
10+ <p align =" center " >
11+ <img width =" 50% " src =" docs/img/astropy_xarray_logo.svg " >
12+ </p >
913
10- A convenience wrapper for using [ astropy] ( https://www.astropy.org ) with
14+ Seamless interoperability between [ astropy] ( https://www.astropy.org ) and
1115[ xarray] ( https://xarray.pydata.org ) .
1216
1317## Simple Usage
Original file line number Diff line number Diff line change 11astropy-xarray
22==============
3- A convenience wrapper for using `astropy `_ in `xarray `_ objects.
3+
4+ .. image :: img/astropy_xarray_logo.svg
5+ :align: center
6+ :width: 50%
7+
8+ Seamless interoperability between `astropy `_ and `xarray `_.
49
510.. _astropy : https://docs.astropy.org/en/latest/
611.. _xarray : https://xarray.pydata.org/en/stable
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ What's new
1919
2020- Added :py:meth: `Dataset.astropy.to_skycoord ` accessor.
2121
22- By `Callan Gray <https://github.com/calgray >`_.
22+ By `Callan Gray <https://github.com/calgray >`_.
2323
24240.1.0 (17 Jul 2025)
2525-------------------
You can’t perform that action at this time.
0 commit comments