Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/znicholls/cmip6-json-data-citation-generator

Simple scripts to automatically generate json data citations for CMIP6 data files
https://github.com/znicholls/cmip6-json-data-citation-generator

climate cmip6 cmip6-data-citation netcdf python

Last synced: about 1 month ago
JSON representation

Simple scripts to automatically generate json data citations for CMIP6 data files

Awesome Lists containing this project

README

        

.. code::

_____ __ __ _____ _____ __ _ _____ _
/ ____| \/ |_ _| __ \ / / (_) | __ \ | |
| | | \ / | | | | |__) / /_ _ ___ ___ _ __ | | | | __ _| |_ __ _
| | | |\/| | | | | ___/ '_ \ | / __|/ _ \| '_ \ | | | |/ _` | __/ _` |
| |____| | | |_| |_| | | (_) | | \__ \ (_) | | | | | |__| | (_| | || (_| |
\_____|_| |_|_____|_| \___/ | |___/\___/|_| |_| |_____/ \__,_|\__\__,_|
_/ |
|__/

_____ _ _ _ _ _____ _
/ ____(_) | | | (_) / ____| | |
| | _| |_ __ _| |_ _ ___ _ __ | | __ ___ _ __ ___ _ __ __ _| |_ ___ _ __
| | | | __/ _` | __| |/ _ \| '_ \ | | |_ |/ _ \ '_ \ / _ \ '__/ _` | __/ _ \| '__|
| |____| | || (_| | |_| | (_) | | | | | |__| | __/ | | | __/ | | (_| | || (_) | |
\_____|_|\__\__,_|\__|_|\___/|_| |_| \_____|\___|_| |_|\___|_| \__,_|\__\___/|_|

.. sec-begin-index

+--------+-------------------+-----------+--------+
| Basics | |Python Versions| | |License| | |Docs| |
+--------+-------------------+-----------+--------+

+-----------+----------+
| Citations | |Zenodo| |
+-----------+----------+

+-------------------+----------------+-----------+----------+
| Repository health | |Build Status| | |Codecov| | |Codacy| |
+-------------------+----------------+-----------+----------+

+-----------------+--------+------------------+
| Latest releases | |PyPI| | |Latest Version| |
+-----------------+--------+------------------+

+-----------------+----------------+---------------+------------------------------+
| Latest activity | |Contributors| | |Last Commit| | |Commits Since Last Release| |
+-----------------+----------------+---------------+------------------------------+

.. sec-end-index

License
-------

.. sec-begin-license

The CMIP6 Data Citation Generator is free software under a BSD 2-Clause License, see `LICENSE <./LICENSE>`_.
If you make any use of the CMIP6 Data Citation Generator, please cite the relevant `Zenodo release `_.

.. sec-end-license

.. sec-begin-installation

Installation
------------

The CMIP6 Data Citation Generator can be installed with `pip `_.

.. code-block:: bash

# if you're using a virtual environment, make sure you're in it
pip install cmip6-data-citation-generator

.. sec-end-installation

Documentation
-------------

Documentation can be found on our `documentation pages `_ (we are thankful to `Read the Docs `_ for hosting us).

.. sec-begin-links

.. |Build Status| image:: https://travis-ci.com/znicholls/CMIP6-json-data-citation-generator.svg?branch=master
:target: https://travis-ci.com/znicholls/CMIP6-json-data-citation-generator
.. |Codacy| image:: https://api.codacy.com/project/badge/Grade/cd1da597cfee49c39d5dc26174ac1b7b
:target: https://www.codacy.com/app/znicholls/CMIP6-json-data-citation-generator?utm_source=github.com&utm_medium=referral&utm_content=znicholls/CMIP6-json-data-citation-generator&utm_campaign=Badge_Grade
.. |Docs| image:: https://readthedocs.org/projects/cmip6-json-data-citation-generator/badge/?version=latest
:target: https://cmip6-json-data-citation-generator.readthedocs.io/en/latest/
.. |Codecov| image:: https://img.shields.io/codecov/c/github/znicholls/CMIP6-json-data-citation-generator.svg
:target: https://codecov.io/gh/znicholls/CMIP6-json-data-citation-generator
.. |PyPI| image:: https://img.shields.io/pypi/v/cmip6-data-citation-generator.svg
:target: https://pypi.org/project/cmip6-data-citation-generator/
.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/cmip6-data-citation-generator.svg
:target: https://pypi.org/project/CMIP6-json-data-citation-generator/
.. |Latest Version| image:: https://img.shields.io/github/tag/znicholls/CMIP6-json-data-citation-generator.svg
:target: https://github.com/znicholls/CMIP6-json-data-citation-generator/releases
.. |Last Commit| image:: https://img.shields.io/github/last-commit/znicholls/CMIP6-json-data-citation-generator.svg
:target: https://github.com/znicholls/CMIP6-json-data-citation-generator/commits/master
.. |Commits Since Last Release| image:: https://img.shields.io/github/commits-since/znicholls/CMIP6-json-data-citation-generator/latest.svg
:target: https://github.com/znicholls/CMIP6-json-data-citation-generator/commits/master
.. |Contributors| image:: https://img.shields.io/github/contributors/znicholls/CMIP6-json-data-citation-generator.svg
:target: https://github.com/znicholls/CMIP6-json-data-citation-generator/graphs/contributors
.. |Zenodo| image:: https://zenodo.org/badge/137273695.svg
:target: https://zenodo.org/badge/latestdoi/137273695
.. |License| image:: https://img.shields.io/github/license/znicholls/CMIP6-json-data-citation-generator.svg
:target: https://github.com/znicholls/CMIP6-json-data-citation-generator/blob/master/LICENSE

.. sec-end-links