https://github.com/bjlittle/cf-units

Units of measure as required by the Climate and Forecast (CF) metadata conventions.

https://github.com/bjlittle/cf-units

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.9%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Units of measure as required by the Climate and Forecast (CF) metadata conventions.

Basic Info
Statistics
  • Stars: 0
  • Watchers: 3
  • Forks: 0
  • Open Issues: 3
  • Releases: 0
Fork of SciTools/cf-units
Created over 7 years ago · Last pushed over 2 years ago
Metadata Files
Readme Changelog Contributing License

README.md

cf-units

Units of measure as defined by the Climate and Forecast (CF) Metadata Conventions.

| | | |------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ⚙️ CI | ci-locks ci-manifest ci-tests ci-wheels pre-commit.ci status | | 💬 Community | GH Discussions | | 📖 Documentation | Documentation Status | | 📈 Health | Coverage Status | | ✨ Meta | code style - black isort Flake8 license - bds-3-clause | | 📦 Package | conda-forge downloads pypi pypi - python version DOI | | 🧰 Repo | Commits since last release contributors Latest version | | | |

Table of Contents

[comment]: # (NOTE: toc auto-generated with https://github.com/jonschlinkert/markdown-toc $> markdown-toc -i --bullets='-' README.md)

[comment]: # (This entire README can be markdown linted with https://github.com/igorshubovych/markdownlint-cli $ markdownlint README.md)

Overview

Units of measure as required by the Climate and Forecast (CF) metadata conventions.

Provision of a wrapper class to support Unidata/UCAR UDUNITS-2 library, and the cftime calendar functionality.

Documentation can be found at https://cf-units.readthedocs.io/en/latest/.

Example

>>> from cf_units import Unit
>>> km = Unit('kilometers')
>>> m = Unit('meters')
>>> m.convert(1500, km)
1.5

Get in Touch

Credits, Copyright and License

cf-units is developed collaboratively under the SciTools umbrella.

A full list of code contributors ("cf-units contributors") can be found at https://github.com/SciTools/cf-units/graphs/contributors.

Code is just one of many ways of positively contributing to cf-units, please see our contributing guide for more details on how you can get involved.

cf-units is released under a BSD-3 license. See LICENSE for full terms.

The Met Office has made a significant contribution to the development, maintenance and support of this library. All Met Office contributions are copyright on behalf of the British Crown.

Owner

  • Name: Bill Little
  • Login: bjlittle
  • Kind: user
  • Location: Exeter, Devon, England
  • Company: Met Office

Soft, fluffy and machine washable.

GitHub Events

Total
  • Delete event: 3
  • Issue comment event: 4
  • Pull request event: 5
  • Create event: 5
Last Year
  • Delete event: 3
  • Issue comment event: 4
  • Pull request event: 5
  • Create event: 5

Dependencies

.github/workflows/ci-locks.yml actions
  • actions/cache v3.0.4 composite
  • actions/checkout v3 composite
  • actions/download-artifact v3 composite
  • actions/upload-artifact v3 composite
  • conda-incubator/setup-miniconda v2 composite
  • peter-evans/create-pull-request 923ad837f191474af6b1721408744feb989a4c27 composite
  • tibdex/github-app-token v1 composite
.github/workflows/ci-tests.yml actions
  • actions/cache v3.0.4 composite
  • actions/checkout v3 composite
  • conda-incubator/setup-miniconda v2 composite
.github/workflows/ci-wheels.yml actions
  • actions/checkout v3 composite
  • actions/download-artifact v3 composite
  • actions/upload-artifact v3 composite
  • pypa/cibuildwheel v2.8.0 composite
  • pypa/gh-action-pypi-publish release/v1 composite