https://github.com/xarray-contrib/xarray-contrib
Central repository for xarray-contrib organization
https://github.com/xarray-contrib/xarray-contrib
community xarray
Last synced: 6 months ago
JSON representation
Central repository for xarray-contrib organization
- Host: GitHub
- URL: https://github.com/xarray-contrib/xarray-contrib
- Owner: xarray-contrib
- License: apache-2.0
- Created: 2021-05-12T20:20:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-26T02:05:19.000Z (over 3 years ago)
- Last Synced: 2025-03-11T14:59:34.321Z (12 months ago)
- Topics: community, xarray
- Homepage:
- Size: 14.6 KB
- Stars: 10
- Watchers: 16
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xarray-contrib
xarray-contrib is a GitHub organization for gathering high-quality open source projects that build on [Xarray](http://xarray.pydata.org/).
## Vision
As more and more projects build on Xarray, we wanted to provide a central place to collect community projects. We hope that including projects under the xarray-contrib organization improves project visibility and increases the likelihood of sustainable open source maintenance and development.
## Guidelines
Projects in xarray-contrib should contain sufficient functionality and documentation to be useful and welcoming to new users. They should also follow software development best practices:
- Open-source license
- Supports a recent version of Xarray
- Available on [PyPI](https://pypi.org/) and/or [conda-forge](https://conda-forge.org/)
- Documentation sufficient for new users to get started, which typically includes:
- A user guide or tutorial
- Usage examples
- API reference
- Unit tests + continuous integration
- [PEP8](https://www.python.org/dev/peps/pep-0008/) compliant code style
If you have a project that meets these requirements, open a [new issue](https://github.com/xarray-contrib/xarray-contrib/issues/new/choose) in this repository to discuss transfering it to the xarray-contrib organization.
## Disclaimer
This organization is merely a container for projects that use Xarray. Projects included in xarray-contrib organization are not supported by the Xarray Core Developer Team.