Name | qa4sm-reader JSON |
Version |
0.11.4
JSON |
| download |
home_page | None |
Summary | Processes output of qa4sm.eodc.eu (NetCDF file), creating plots and providing the data in other formats. |
upload_time | 2025-08-18 09:41:22 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.6 |
license | mit |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
|
============
qa4sm_reader
============
|ci| |cov| |pip|
.. |ci| image:: https://github.com/awst-austria/qa4sm-reader/actions/workflows/build.yml/badge.svg?branch=master
:target: https://github.com/awst-austria/qa4sm-reader/actions
.. |cov| image:: https://coveralls.io/repos/awst-austria/qa4sm-reader/badge.png?branch=master
:target: https://coveralls.io/r/awst-austria/qa4sm-reader?branch=master
.. |pip| image:: https://badge.fury.io/py/qa4sm-reader.svg
:target: https://badge.fury.io/py/qa4sm-reader.
qa4sm_reader is a python package to read and plot the result files of the `qa4sm service`_.
Installation
============
This package should be installable through pip
.. code::
pip install qa4sm_reader
Usage
=====
This package is used to analyze a qa4sm netCDF output file and produce all relevant plots and maps.
Development Setup
=================
The project was setup using `pyscaffold`_ and closely follows the recommendations.
Install Dependencies
--------------------
For Development we recommend creating a ``conda`` environment.
.. code::
cd qa4sm-reader
conda env create python=3.10 # create environment from requirements.rst
conda activate qa4sm_reader
conda env update -f environment.yml -n qa4sm_reader
pip install -e .
To remove the environment again, run:
.. code::
conda deactivate
conda env remove -n qa4sm_reader
Code Formatting
---------------
To apply pep8 conform styling to any changed files [we use `yapf`](https://github.com/google/yapf). The correct
settings are already set in `setup.cfg`. Therefore the following command
should be enough:
.. code::
yapf file.py --in-place
Testing
-------
For testing, we use ``py.test``:
.. code::
pytest
The dependencies are automatically installed by `pytest-runner`_ when you run the tests. The test-dependencies are listed in the ``testing`` field inside the ``[options.extras_require]`` section of ``setup.cfg``.
For some reasons, the dependencies are not installed as expected. To workaround, do:
.. code::
pip install pytest-cov
The files used for testing are included in this package. They are however subject to other `terms and conditions`_.
Known Issues
------------
No known issues - please `open an issue`_ in case you come across a malfunctioning in the package.
.. _qa4sm service: https://qa4sm.eu
.. _pyscaffold: https://pyscaffold.org
.. _pytest-runner: https://github.com/pytest-dev/pytest-runner
.. _terms and conditions: https://qa4sm.eu/terms
.. _open an issue: https://github.com/awst-austria/qa4sm-reader/issues
Raw data
{
"_id": null,
"home_page": null,
"name": "qa4sm-reader",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "TU Wien <support@qa4sm.eu>",
"download_url": "https://files.pythonhosted.org/packages/bc/87/6cb48dea1812051810d63fb64aed5ef86a8497ba5b1ec0f627b4beff48d6/qa4sm_reader-0.11.4.tar.gz",
"platform": null,
"description": "============\nqa4sm_reader\n============\n\n|ci| |cov| |pip|\n\n.. |ci| image:: https://github.com/awst-austria/qa4sm-reader/actions/workflows/build.yml/badge.svg?branch=master\n :target: https://github.com/awst-austria/qa4sm-reader/actions\n\n.. |cov| image:: https://coveralls.io/repos/awst-austria/qa4sm-reader/badge.png?branch=master\n :target: https://coveralls.io/r/awst-austria/qa4sm-reader?branch=master\n\n.. |pip| image:: https://badge.fury.io/py/qa4sm-reader.svg\n :target: https://badge.fury.io/py/qa4sm-reader.\n\n\nqa4sm_reader is a python package to read and plot the result files of the `qa4sm service`_.\n\n\nInstallation\n============\n\nThis package should be installable through pip\n\n.. code::\n\n pip install qa4sm_reader\n\nUsage\n=====\n\nThis package is used to analyze a qa4sm netCDF output file and produce all relevant plots and maps.\n\nDevelopment Setup\n=================\n\nThe project was setup using `pyscaffold`_ and closely follows the recommendations.\n\nInstall Dependencies\n--------------------\n\nFor Development we recommend creating a ``conda`` environment.\n\n.. code::\n\n cd qa4sm-reader\n conda env create python=3.10 # create environment from requirements.rst\n conda activate qa4sm_reader\n conda env update -f environment.yml -n qa4sm_reader\n pip install -e .\n\nTo remove the environment again, run:\n\n.. code::\n\n conda deactivate\n conda env remove -n qa4sm_reader\n\nCode Formatting\n---------------\nTo apply pep8 conform styling to any changed files [we use `yapf`](https://github.com/google/yapf). The correct\nsettings are already set in `setup.cfg`. Therefore the following command\nshould be enough:\n\n.. code::\n\n yapf file.py --in-place\n\nTesting\n-------\n\nFor testing, we use ``py.test``:\n\n.. code::\n\n pytest\n\n\nThe dependencies are automatically installed by `pytest-runner`_ when you run the tests. The test-dependencies are listed in the ``testing`` field inside the ``[options.extras_require]`` section of ``setup.cfg``.\nFor some reasons, the dependencies are not installed as expected. To workaround, do:\n\n.. code::\n\n pip install pytest-cov\n\nThe files used for testing are included in this package. They are however subject to other `terms and conditions`_.\n\nKnown Issues\n------------\n\nNo known issues - please `open an issue`_ in case you come across a malfunctioning in the package.\n\n\n.. _qa4sm service: https://qa4sm.eu\n.. _pyscaffold: https://pyscaffold.org\n.. _pytest-runner: https://github.com/pytest-dev/pytest-runner\n.. _terms and conditions: https://qa4sm.eu/terms\n.. _open an issue: https://github.com/awst-austria/qa4sm-reader/issues\n",
"bugtrack_url": null,
"license": "mit",
"summary": "Processes output of qa4sm.eodc.eu (NetCDF file), creating plots and providing the data in other formats.",
"version": "0.11.4",
"project_urls": {
"Documentation": "https://qa4sm-reader.readthedocs.io/en/latest/",
"Homepage": "https://github.com/awst-austria/qa4sm-reader"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "5b9f72c38ece7ca3df2d5cdad942c61bb93f58b948ee4f9c76762b7391bb4574",
"md5": "5ee1ba650fa5020e5ee4bf5bbd81c1a9",
"sha256": "7d05ec73eac3ff057aa99bd339f9a5756e7f858739ffc5132fbdd84b7f727eab"
},
"downloads": -1,
"filename": "qa4sm_reader-0.11.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5ee1ba650fa5020e5ee4bf5bbd81c1a9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 117527,
"upload_time": "2025-08-18T09:41:21",
"upload_time_iso_8601": "2025-08-18T09:41:21.037186Z",
"url": "https://files.pythonhosted.org/packages/5b/9f/72c38ece7ca3df2d5cdad942c61bb93f58b948ee4f9c76762b7391bb4574/qa4sm_reader-0.11.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bc876cb48dea1812051810d63fb64aed5ef86a8497ba5b1ec0f627b4beff48d6",
"md5": "5d096902b58b3067316a7b4ae655b7c0",
"sha256": "5ccc810f9f67c14b2ddd78be3c03cd8d847d0eda47d9334b29aada481ea73493"
},
"downloads": -1,
"filename": "qa4sm_reader-0.11.4.tar.gz",
"has_sig": false,
"md5_digest": "5d096902b58b3067316a7b4ae655b7c0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 29475987,
"upload_time": "2025-08-18T09:41:22",
"upload_time_iso_8601": "2025-08-18T09:41:22.644726Z",
"url": "https://files.pythonhosted.org/packages/bc/87/6cb48dea1812051810d63fb64aed5ef86a8497ba5b1ec0f627b4beff48d6/qa4sm_reader-0.11.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-18 09:41:22",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "awst-austria",
"github_project": "qa4sm-reader",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"tox": true,
"lcname": "qa4sm-reader"
}