ascat


Nameascat JSON
Version 2.3.1 PyPI version JSON
download
home_pagehttps://tuwien.at/mg/geo/rs
SummaryRead and visualize for data from the Advanced Scatterometer (ASCAT)
upload_time2024-01-18 12:29:32
maintainer
docs_urlNone
authorTU Wien
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =====
ascat
=====

.. image:: https://github.com/TUW-GEO/ascat/actions/workflows/ascat_ubuntu.yml/badge.svg
    :alt: Linux Built Status
    :target: https://github.com/TUW-GEO/ascat/actions/workflows/ascat_ubuntu.yml

.. image:: https://github.com/TUW-GEO/ascat/actions/workflows/ascat_windows.yml/badge.svg
    :alt: Windows Built Status
    :target: https://github.com/TUW-GEO/ascat/actions/workflows/ascat_windows.yml

.. image:: https://coveralls.io/repos/github/TUW-GEO/ascat/badge.svg?branch=master
    :alt: Coveralls
    :target: https://coveralls.io/github/TUW-GEO/ascat?branch=master

.. image:: https://badge.fury.io/py/ascat.svg
    :alt: PyPI-Server
    :target: http://badge.fury.io/py/ascat

.. image:: https://readthedocs.org/projects/ascat/badge/?version=latest
    :alt: ReadTheDocs
    :target: http://ascat.readthedocs.org/

.. image:: https://pepy.tech/badge/ascat/month
    :alt: Monthly Downloads
    :target: https://pepy.tech/project/ascat

Read and visualize data from the Advanced Scatterometer (ASCAT) on-board the series of Metop satellites.

Citation
========

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4610836.svg
   :alt: Zenodo
   :target: https://doi.org/10.5281/zenodo.4610836

If you use the software in a publication then please cite it using the Zenodo DOI.
Be aware that this badge links to the latest package version.

Please select your specific version at https://doi.org/10.5281/zenodo.4610836 to get the DOI of that version.
You should normally always use the DOI for the specific version of your record in citations.
This is to ensure that other researchers can access the exact research artefact you used for reproducibility.

You can find additional information regarding DOI versioning at http://help.zenodo.org/#versioning

Installation
============

ASCAT data are distributed in BUFR, NetCDF, EPS Native and GRIB format. Unfortunately neither BUFR nor GRIB readers work on Windows so if you need these formats then Linux or OS X are your only options.

The following script will download and install all the needed packages.

Linux:

.. code::

    conda env create -f environment.yml

Windows:

.. code::

    conda env create -f environment_win.yml


Supported datasets
==================

This gives a short overview over the supported products. Please see the documentation for detailed examples of how to work with a product.

Read ASCAT data from different sources into a common format supported by pytesmo.

- `H SAF <http://h-saf.eumetsat.int/>`_
    - Surface Soil Moisture (SSM) and Root Zone Soil Moisture (RZSM) products
- `Copernicus Global Land Service (CGLS) <http://land.copernicus.eu/global/products/swi>`_
    - CGLS Soil Water Index (SWI) products
- `EUMETSAT <https://navigator.eumetsat.int/search?query=ascat/>`_
    - ASCAT Soil Moisture at 12.5 km Swath Grid - Metop
    - ASCAT Soil Moisture at 25 km Swath Grid - Metop
    - ASCAT GDS Level 1 Sigma0 resampled at 12.5 km Swath Grid - Metop
    - ASCAT GDS Level 1 Sigma0 resampled at 25 km Swath Grid - Metop

Contribute
==========

We are happy if you want to contribute. Please raise an issue explaining what is missing or if you find a bug. We will also gladly accept pull requests for new features or bug fixes.

Guidelines
----------

If you want to contribute please follow these steps:

- Fork the ascat repository to your account
- Clone the repository, make sure you use ``git clone --recursive`` to also get the test data repository.
- Make a new feature branch from the ascat master branch
- Add your feature
- Please include tests for your contributions in one of the test directories
- Submit a pull request


.. _pyscaffold-notes:

Note
====

This project has been set up using PyScaffold 4.5. For details and usage
information on PyScaffold see https://pyscaffold.org/.

            

Raw data

            {
    "_id": null,
    "home_page": "https://tuwien.at/mg/geo/rs",
    "name": "ascat",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "TU Wien",
    "author_email": "remote.sensing@geo.tuwien.ac.at",
    "download_url": "https://files.pythonhosted.org/packages/4b/82/b83a00dbad25aff7d4f182edf7bfc8f6229f538073de49635dd9b8cab613/ascat-2.3.1.tar.gz",
    "platform": "any",
    "description": "=====\nascat\n=====\n\n.. image:: https://github.com/TUW-GEO/ascat/actions/workflows/ascat_ubuntu.yml/badge.svg\n    :alt: Linux Built Status\n    :target: https://github.com/TUW-GEO/ascat/actions/workflows/ascat_ubuntu.yml\n\n.. image:: https://github.com/TUW-GEO/ascat/actions/workflows/ascat_windows.yml/badge.svg\n    :alt: Windows Built Status\n    :target: https://github.com/TUW-GEO/ascat/actions/workflows/ascat_windows.yml\n\n.. image:: https://coveralls.io/repos/github/TUW-GEO/ascat/badge.svg?branch=master\n    :alt: Coveralls\n    :target: https://coveralls.io/github/TUW-GEO/ascat?branch=master\n\n.. image:: https://badge.fury.io/py/ascat.svg\n    :alt: PyPI-Server\n    :target: http://badge.fury.io/py/ascat\n\n.. image:: https://readthedocs.org/projects/ascat/badge/?version=latest\n    :alt: ReadTheDocs\n    :target: http://ascat.readthedocs.org/\n\n.. image:: https://pepy.tech/badge/ascat/month\n    :alt: Monthly Downloads\n    :target: https://pepy.tech/project/ascat\n\nRead and visualize data from the Advanced Scatterometer (ASCAT) on-board the series of Metop satellites.\n\nCitation\n========\n\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4610836.svg\n   :alt: Zenodo\n   :target: https://doi.org/10.5281/zenodo.4610836\n\nIf you use the software in a publication then please cite it using the Zenodo DOI.\nBe aware that this badge links to the latest package version.\n\nPlease select your specific version at https://doi.org/10.5281/zenodo.4610836 to get the DOI of that version.\nYou should normally always use the DOI for the specific version of your record in citations.\nThis is to ensure that other researchers can access the exact research artefact you used for reproducibility.\n\nYou can find additional information regarding DOI versioning at http://help.zenodo.org/#versioning\n\nInstallation\n============\n\nASCAT data are distributed in BUFR, NetCDF, EPS Native and GRIB format. Unfortunately neither BUFR nor GRIB readers work on Windows so if you need these formats then Linux or OS X are your only options.\n\nThe following script will download and install all the needed packages.\n\nLinux:\n\n.. code::\n\n    conda env create -f environment.yml\n\nWindows:\n\n.. code::\n\n    conda env create -f environment_win.yml\n\n\nSupported datasets\n==================\n\nThis gives a short overview over the supported products. Please see the documentation for detailed examples of how to work with a product.\n\nRead ASCAT data from different sources into a common format supported by pytesmo.\n\n- `H SAF <http://h-saf.eumetsat.int/>`_\n    - Surface Soil Moisture (SSM) and Root Zone Soil Moisture (RZSM) products\n- `Copernicus Global Land Service (CGLS) <http://land.copernicus.eu/global/products/swi>`_\n    - CGLS Soil Water Index (SWI) products\n- `EUMETSAT <https://navigator.eumetsat.int/search?query=ascat/>`_\n    - ASCAT Soil Moisture at 12.5 km Swath Grid - Metop\n    - ASCAT Soil Moisture at 25 km Swath Grid - Metop\n    - ASCAT GDS Level 1 Sigma0 resampled at 12.5 km Swath Grid - Metop\n    - ASCAT GDS Level 1 Sigma0 resampled at 25 km Swath Grid - Metop\n\nContribute\n==========\n\nWe are happy if you want to contribute. Please raise an issue explaining what is missing or if you find a bug. We will also gladly accept pull requests for new features or bug fixes.\n\nGuidelines\n----------\n\nIf you want to contribute please follow these steps:\n\n- Fork the ascat repository to your account\n- Clone the repository, make sure you use ``git clone --recursive`` to also get the test data repository.\n- Make a new feature branch from the ascat master branch\n- Add your feature\n- Please include tests for your contributions in one of the test directories\n- Submit a pull request\n\n\n.. _pyscaffold-notes:\n\nNote\n====\n\nThis project has been set up using PyScaffold 4.5. For details and usage\ninformation on PyScaffold see https://pyscaffold.org/.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Read and visualize for data from the Advanced Scatterometer (ASCAT)",
    "version": "2.3.1",
    "project_urls": {
        "Documentation": "https://ascat.readthedocs.org/",
        "Homepage": "https://tuwien.at/mg/geo/rs"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b82b83a00dbad25aff7d4f182edf7bfc8f6229f538073de49635dd9b8cab613",
                "md5": "4932ab9f5bd62f4c7f84763eba0bcfc3",
                "sha256": "2036e23bad0bcccf1c7a7b2839d66d7eed9e916cb9964187f64999b69cf2ae24"
            },
            "downloads": -1,
            "filename": "ascat-2.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4932ab9f5bd62f4c7f84763eba0bcfc3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4171326,
            "upload_time": "2024-01-18T12:29:32",
            "upload_time_iso_8601": "2024-01-18T12:29:32.449400Z",
            "url": "https://files.pythonhosted.org/packages/4b/82/b83a00dbad25aff7d4f182edf7bfc8f6229f538073de49635dd9b8cab613/ascat-2.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-18 12:29:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ascat"
}
        
Elapsed time: 0.16083s