Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.5%) to scientific vocabulary
Keywords
dataset-analysis
linting
python
rule-based
validation
xarray
xcube
Last synced: 6 months ago
·
JSON representation
Repository
A linter for xarray datasets
Basic Info
- Host: GitHub
- Owner: bcdev
- License: mit
- Language: Python
- Default Branch: main
- Homepage: https://bcdev.github.io/xrlint/
- Size: 2.28 MB
Statistics
- Stars: 20
- Watchers: 9
- Forks: 1
- Open Issues: 4
- Releases: 9
Topics
dataset-analysis
linting
python
rule-based
validation
xarray
xcube
Created about 1 year ago
· Last pushed 12 months ago
Metadata Files
Readme
Changelog
Contributing
License
Code of conduct
README.md
XRLint - A linter for xarray datasets
XRLint is a linting tool and library for xarray datasets. Its design is heavily inspired by the awesome ESLint tool.
Features
- Flexible validation for
xarray.Datasetandxarray.DataTreeobjects by configurable rules. - Available from CLI and Python API.
- Custom plugins providing custom rule sets allow addressing different dataset conventions.
- Project-specific configurations including configuration of individual rules and file-specific settings.
- Works with dataset files in the local filesystem or any of the remote filesystems supported by xarray.
Inbuilt Rules
The following plugins provide XRLint's inbuilt rules:
xrlint.plugins.core: implementing the rules for tidy data and the CF-Conventions.xrlint.plugins.xcube: implementing the rules for xcube datasets. Note, this plugin is fully optional. You must manually configure it to apply its rules. It may be moved into a separate GitHub repo later.
Owner
- Name: Brockmann Consult Development
- Login: bcdev
- Kind: user
- Location: Germany
- Company: Brockmann Consult GmbH
- Website: http://www.brockmann-consult.de/
- Repositories: 101
- Profile: https://github.com/bcdev
GitHub Events
Total
- Fork event: 1
- Create event: 52
- Issues event: 23
- Release event: 10
- Watch event: 21
- Delete event: 44
- Issue comment event: 51
- Member event: 2
- Public event: 1
- Push event: 186
- Pull request review comment event: 2
- Pull request review event: 3
- Pull request event: 86
Last Year
- Fork event: 1
- Create event: 52
- Issues event: 23
- Release event: 10
- Watch event: 21
- Delete event: 44
- Issue comment event: 51
- Member event: 2
- Public event: 1
- Push event: 186
- Pull request review comment event: 2
- Pull request review event: 3
- Pull request event: 86
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 13
- Total pull requests: 42
- Average time to close issues: 3 days
- Average time to close pull requests: about 16 hours
- Total issue authors: 4
- Total pull request authors: 2
- Average comments per issue: 0.46
- Average comments per pull request: 0.52
- Merged pull requests: 31
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 13
- Pull requests: 42
- Average time to close issues: 3 days
- Average time to close pull requests: about 16 hours
- Issue authors: 4
- Pull request authors: 2
- Average comments per issue: 0.46
- Average comments per pull request: 0.52
- Merged pull requests: 31
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- forman (7)
- AliceBalfanz (2)
- sfinkens (2)
- pont-us (1)
Pull Request Authors
- forman (44)
- abkfenris (1)
- b-yogesh (1)
Top Labels
Issue Labels
bug (7)
enhancement (4)
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 64 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 10
- Total maintainers: 1
pypi.org: xrlint
A linter for xarray datasets.
- Documentation: https://bcdev.github.io/xrlint
- License: MIT
-
Latest release: 0.5.1
published 12 months ago
Rankings
Dependent packages count: 9.8%
Average: 32.6%
Dependent repos count: 55.3%
Maintainers (1)
Last synced:
6 months ago
Dependencies
.github/workflows/publish.yml
actions
- actions/checkout v3 composite
- actions/checkout v4 composite
- actions/setup-python v3 composite
- actions/setup-python v5 composite
- codecov/codecov-action v5 composite
- pypa/gh-action-pypi-publish 27b31702a0e7fc50959f5ad993c78deac1bdfc29 composite
environment.yml
pypi
.github/workflows/tests.yml
actions
- actions/checkout v3 composite
- actions/setup-python v3 composite
- codecov/codecov-action v3 composite
pyproject.toml
pypi
- click *
- fsspec *
- pyaml *
- tabulate *
- xarray *