Name | pytesmo JSON |
Version |
0.17.0
JSON |
| download |
home_page | https://www.geo.tuwien.ac.at/ |
Summary | Python Toolbox for the evaluation of soil moisture observations |
upload_time | 2024-11-14 21:18:39 |
maintainer | None |
docs_url | https://pythonhosted.org/pytesmo/ |
author | TU Wien |
requires_python | >=3.9 |
license | mit |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
pytesmo - a Python Toolbox for the Evaluation of Soil Moisture Observations
***************************************************************************
|ci| |cov| |pip| |doc|
.. |ci| image:: https://github.com/TUW-GEO/pytesmo/actions/workflows/ci.yml/badge.svg?branch=master
:target: https://github.com/TUW-GEO/pytesmo/actions
.. |cov| image:: https://coveralls.io/repos/TUW-GEO/pytesmo/badge.png?branch=master
:target: https://coveralls.io/r/TUW-GEO/pytesmo?branch=master
.. |pip| image:: https://badge.fury.io/py/pytesmo.svg
:target: https://badge.fury.io/py/pytesmo
.. |doc| image:: https://readthedocs.org/projects/pytesmo/badge/?version=latest
:target: https://pytesmo.readthedocs.io/en/latest/
pytesmo, the Python Toolbox for the Evaluation of Soil Moisture Observations, is
a package/python toolbox which aims to provide a library that can be used for
the comparison and validation of geospatial time series datasets with a
(initial) focus on soil moisture.
Documentation & Software Citation
=================================
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.596422.svg
:target: https://doi.org/10.5281/zenodo.596422
To see the latest `full documentation <https://pytesmo.readthedocs.io/en/latest/?badge=latest>`_
click on the docs badge at the top.
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.596422 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
If you want to contribute, take a look at the `developers guide
<https://github.com/TUW-GEO/pytesmo/blob/master/DEVELOPERS_GUIDE.md>`_ .
Installation
============
This package can be installed through `pip
<https://pip.pypa.io/en/latest/installing.html>`__ which downloads the package
from the `python package repository Pypi <https://pypi.python.org/>`__.
.. code-block:: bash
pip install pytesmo
Note that ``pytesmo>=0.17`` will only work with ``numpy>=2.0`` and ``python>=3.9``.
If you still require a version compatible with numpy v1, install ``pytesmo<0.17``.
Compiled C extensions are available as wheels for Windows and Linux for
python 3.9 to 3.12.
For other operating systems and/or python versions, it might be necessary
to compile the binaries yourself. This should
happen automatically, if you have a C compiler installed (e.g.
`GCC <https://gcc.gnu.org/>`_ ).
.. code::
git clone https://github.com/TUW-GEO/pytesmo.git --recursive
cd pytesmo
mamba create -n pytesmo python=3.12 # or any supported python version
conda activate pytesmo
pip install -e .[testing] # install source package
python setup.py build_ext --inplace --cythonize # optional compile cython C extensions
pytest # Run tests to check if everything works
Supported Products
==================
Soil moisture is observed using different methods and instruments, in this
version several satellite datasets as well as in situ and reanalysis data are supported
through independent and optional (reader) packages:
- `ERS & H-SAF ASCAT products <https://github.com/TUW-GEO/ascat/>`_
- `SMAP <https://github.com/TUW-GEO/smap_io/>`_
- `GLDAS Noah <https://github.com/TUW-GEO/gldas/>`_
- `ERA5 and ERA5-Land <https://github.com/TUW-GEO/ecmwf_models/>`_
- `SMOS <https://github.com/TUW-GEO/smos/>`_
- `C3S SM <https://github.com/TUW-GEO/c3s_sm/>`_
- `ESA CCI SM <https://github.com/TUW-GEO/esa_cci_sm/>`_
- `MERRA <https://github.com/TUW-GEO/merra/>`_
- `Data from the International Soil Moisture Network (ISMN) <https://github.com/TUW-GEO/ismn/>`_
In case of the ISMN, two different formats are provided:
An example of how to use the dataset in the pytesmo validation framework can be
found in the "Examples" chapter.
* Variables stored in separate files (CEOP formatted)
Related Packages
================
Some former pytesmo modules are now provided as separate packages.
- `pygeogrids <https://github.com/TUW-GEO/pygeogrids/>`_ : Creation and handling of Discrete Global Grids or Point collections
- `cadati <https://github.com/TUW-GEO/cadati/>`_ : Calender, Date and Time functions
- `repurpose <https://github.com/TUW-GEO/repurpose/>`_ : Time series - image conversion and resampling routines
- `colorella <https://github.com/TUW-GEO/colorella/>`_ : Color maps and color map handling
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
against our master branch for new features or bug fixes.
Please follow the `developers guide
<https://github.com/TUW-GEO/pytesmo/blob/master/DEVELOPERS_GUIDE.md>`_.
Raw data
{
"_id": null,
"home_page": "https://www.geo.tuwien.ac.at/",
"name": "pytesmo",
"maintainer": null,
"docs_url": "https://pythonhosted.org/pytesmo/",
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": null,
"author": "TU Wien",
"author_email": "support@qa4sm.eu",
"download_url": "https://files.pythonhosted.org/packages/25/2b/78574fd320bd2433d6cf48f66d8aa86a5cbd81a85d1f466479c7fe03fa93/pytesmo-0.17.0.tar.gz",
"platform": "any",
"description": "pytesmo - a Python Toolbox for the Evaluation of Soil Moisture Observations\n***************************************************************************\n\n|ci| |cov| |pip| |doc|\n\n.. |ci| image:: https://github.com/TUW-GEO/pytesmo/actions/workflows/ci.yml/badge.svg?branch=master\n :target: https://github.com/TUW-GEO/pytesmo/actions\n\n.. |cov| image:: https://coveralls.io/repos/TUW-GEO/pytesmo/badge.png?branch=master\n :target: https://coveralls.io/r/TUW-GEO/pytesmo?branch=master\n\n.. |pip| image:: https://badge.fury.io/py/pytesmo.svg\n :target: https://badge.fury.io/py/pytesmo\n\n.. |doc| image:: https://readthedocs.org/projects/pytesmo/badge/?version=latest\n :target: https://pytesmo.readthedocs.io/en/latest/\n\npytesmo, the Python Toolbox for the Evaluation of Soil Moisture Observations, is\na package/python toolbox which aims to provide a library that can be used for\nthe comparison and validation of geospatial time series datasets with a\n(initial) focus on soil moisture.\n\nDocumentation & Software Citation\n=================================\n\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.596422.svg\n :target: https://doi.org/10.5281/zenodo.596422\n\nTo see the latest `full documentation <https://pytesmo.readthedocs.io/en/latest/?badge=latest>`_\nclick on the docs badge at the top.\n\nIf you use the software in a publication then please cite it using the Zenodo\nDOI. Be aware that this badge links to the latest package version.\n\nPlease select your specific version at https://doi.org/10.5281/zenodo.596422 to\nget the DOI of that version. You should normally always use the DOI for the\nspecific version of your record in citations. This is to ensure that other\nresearchers can access the exact research artefact you used for\nreproducibility.\n\nYou can find additional information regarding DOI versioning at\nhttp://help.zenodo.org/#versioning\n\nIf you want to contribute, take a look at the `developers guide\n<https://github.com/TUW-GEO/pytesmo/blob/master/DEVELOPERS_GUIDE.md>`_ .\n\nInstallation\n============\n\nThis package can be installed through `pip\n<https://pip.pypa.io/en/latest/installing.html>`__ which downloads the package\nfrom the `python package repository Pypi <https://pypi.python.org/>`__.\n\n.. code-block:: bash\n\n pip install pytesmo\n\nNote that ``pytesmo>=0.17`` will only work with ``numpy>=2.0`` and ``python>=3.9``.\nIf you still require a version compatible with numpy v1, install ``pytesmo<0.17``.\n\nCompiled C extensions are available as wheels for Windows and Linux for\npython 3.9 to 3.12.\n\nFor other operating systems and/or python versions, it might be necessary\nto compile the binaries yourself. This should\nhappen automatically, if you have a C compiler installed (e.g.\n`GCC <https://gcc.gnu.org/>`_ ).\n\n.. code::\n\n git clone https://github.com/TUW-GEO/pytesmo.git --recursive\n cd pytesmo\n mamba create -n pytesmo python=3.12 # or any supported python version\n conda activate pytesmo\n pip install -e .[testing] # install source package\n python setup.py build_ext --inplace --cythonize # optional compile cython C extensions\n pytest # Run tests to check if everything works\n\nSupported Products\n==================\n\nSoil moisture is observed using different methods and instruments, in this\nversion several satellite datasets as well as in situ and reanalysis data are supported\nthrough independent and optional (reader) packages:\n\n- `ERS & H-SAF ASCAT products <https://github.com/TUW-GEO/ascat/>`_\n- `SMAP <https://github.com/TUW-GEO/smap_io/>`_\n- `GLDAS Noah <https://github.com/TUW-GEO/gldas/>`_\n- `ERA5 and ERA5-Land <https://github.com/TUW-GEO/ecmwf_models/>`_\n- `SMOS <https://github.com/TUW-GEO/smos/>`_\n- `C3S SM <https://github.com/TUW-GEO/c3s_sm/>`_\n- `ESA CCI SM <https://github.com/TUW-GEO/esa_cci_sm/>`_\n- `MERRA <https://github.com/TUW-GEO/merra/>`_\n- `Data from the International Soil Moisture Network (ISMN) <https://github.com/TUW-GEO/ismn/>`_\n In case of the ISMN, two different formats are provided:\n An example of how to use the dataset in the pytesmo validation framework can be\n found in the \"Examples\" chapter.\n * Variables stored in separate files (CEOP formatted)\n\nRelated Packages\n================\n\nSome former pytesmo modules are now provided as separate packages.\n\n- `pygeogrids <https://github.com/TUW-GEO/pygeogrids/>`_ : Creation and handling of Discrete Global Grids or Point collections\n- `cadati <https://github.com/TUW-GEO/cadati/>`_ : Calender, Date and Time functions\n- `repurpose <https://github.com/TUW-GEO/repurpose/>`_ : Time series - image conversion and resampling routines\n- `colorella <https://github.com/TUW-GEO/colorella/>`_ : Color maps and color map handling\n\n\nContribute\n==========\n\nWe are happy if you want to contribute. Please raise an issue explaining what\nis missing or if you find a bug. We will also gladly accept pull requests\nagainst our master branch for new features or bug fixes.\n\nPlease follow the `developers guide\n<https://github.com/TUW-GEO/pytesmo/blob/master/DEVELOPERS_GUIDE.md>`_.\n",
"bugtrack_url": null,
"license": "mit",
"summary": "Python Toolbox for the evaluation of soil moisture observations",
"version": "0.17.0",
"project_urls": {
"Documentation": "https://pytesmo.readthedocs.io/",
"Homepage": "https://www.geo.tuwien.ac.at/"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "639f0ec0130c81ee9be909e03cc55fec75b062e2924bf5a4a84f662a1f42b0d0",
"md5": "eefd1499b23caa554a864125bb6f88a3",
"sha256": "f82713b76fcbcd017c9823b00b84daa2cb84ca880624bac9488852b262f3bfda"
},
"downloads": -1,
"filename": "pytesmo-0.17.0-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "eefd1499b23caa554a864125bb6f88a3",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 1039000,
"upload_time": "2024-11-14T21:18:01",
"upload_time_iso_8601": "2024-11-14T21:18:01.946819Z",
"url": "https://files.pythonhosted.org/packages/63/9f/0ec0130c81ee9be909e03cc55fec75b062e2924bf5a4a84f662a1f42b0d0/pytesmo-0.17.0-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "17b040c5fb85ccf36500e0fa779877dfa02421e862765cbbd8668426669cb837",
"md5": "f05465b647e88a2663c092c271a3568b",
"sha256": "4b62169b14d0c4956484e586d8480d59ea8874b0b1fcc7a3f6dd0401278185b1"
},
"downloads": -1,
"filename": "pytesmo-0.17.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "f05465b647e88a2663c092c271a3568b",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 2860170,
"upload_time": "2024-11-14T21:18:03",
"upload_time_iso_8601": "2024-11-14T21:18:03.683335Z",
"url": "https://files.pythonhosted.org/packages/17/b0/40c5fb85ccf36500e0fa779877dfa02421e862765cbbd8668426669cb837/pytesmo-0.17.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "59a344e82852132808bc8f355fa1a6a18f66f64c39b043b63b3bbace989db885",
"md5": "9e8e962da140d15b06668b9a8ef16bec",
"sha256": "96cbbb4b79b4ac157dd8448c753a19d312924ea1dfe7e4d298b0b0d83bdeb269"
},
"downloads": -1,
"filename": "pytesmo-0.17.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "9e8e962da140d15b06668b9a8ef16bec",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 2787414,
"upload_time": "2024-11-14T21:18:05",
"upload_time_iso_8601": "2024-11-14T21:18:05.120520Z",
"url": "https://files.pythonhosted.org/packages/59/a3/44e82852132808bc8f355fa1a6a18f66f64c39b043b63b3bbace989db885/pytesmo-0.17.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e7836653c73d7efb038173e9986b1deb1e4eabee9c55bafe902181220decee81",
"md5": "6ac8caf09aa28856091f711b0e47fd83",
"sha256": "28fae9f128fcdedf835636fa13652c7f5157ed9cac0ac25789a8842c6df0eaff"
},
"downloads": -1,
"filename": "pytesmo-0.17.0-cp310-cp310-win32.whl",
"has_sig": false,
"md5_digest": "6ac8caf09aa28856091f711b0e47fd83",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 973849,
"upload_time": "2024-11-14T21:18:08",
"upload_time_iso_8601": "2024-11-14T21:18:08.211001Z",
"url": "https://files.pythonhosted.org/packages/e7/83/6653c73d7efb038173e9986b1deb1e4eabee9c55bafe902181220decee81/pytesmo-0.17.0-cp310-cp310-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0f483dac355e1d004b9ddafcb12b6f6ff20e3392b70e72395cf3d14e9d322ae9",
"md5": "5be336ed2d1c4a24651b3f6531309954",
"sha256": "838f3e46a840939023fc476d28605178d8bc24b6264465a0bfd45e5ddcfd808b"
},
"downloads": -1,
"filename": "pytesmo-0.17.0-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "5be336ed2d1c4a24651b3f6531309954",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 1030210,
"upload_time": "2024-11-14T21:18:10",
"upload_time_iso_8601": "2024-11-14T21:18:10.114213Z",
"url": "https://files.pythonhosted.org/packages/0f/48/3dac355e1d004b9ddafcb12b6f6ff20e3392b70e72395cf3d14e9d322ae9/pytesmo-0.17.0-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "189b50f307d9afe4658dfdb88fa68631a9a85ae32e3da516f4d6dbd12a8b3e0c",
"md5": "a393dfc0486695594a60ec66b2bf8742",
"sha256": "041425902894aca28d8e79006a325b753c2d16c0424adeb7b7836fb16dab1396"
},
"downloads": -1,
"filename": "pytesmo-0.17.0-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "a393dfc0486695594a60ec66b2bf8742",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 1039306,
"upload_time": "2024-11-14T21:18:11",
"upload_time_iso_8601": "2024-11-14T21:18:11.760020Z",
"url": "https://files.pythonhosted.org/packages/18/9b/50f307d9afe4658dfdb88fa68631a9a85ae32e3da516f4d6dbd12a8b3e0c/pytesmo-0.17.0-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "591f8b6d767ce5d8f599d2c546084a8e0c52f108ed59b2d2234b97bab4c2f0d6",
"md5": "8da3073b8784ba4090ab4b627fa82231",
"sha256": "eb900bdf965d1615ad860152e11f2bd877a0fafad9141cfe8e0e7574ea7ac657"
},
"downloads": -1,
"filename": "pytesmo-0.17.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "8da3073b8784ba4090ab4b627fa82231",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 3011182,
"upload_time": "2024-11-14T21:18:13",
"upload_time_iso_8601": "2024-11-14T21:18:13.714295Z",
"url": "https://files.pythonhosted.org/packages/59/1f/8b6d767ce5d8f599d2c546084a8e0c52f108ed59b2d2234b97bab4c2f0d6/pytesmo-0.17.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0ad28cff8e82158ee52307871c0817b669266413efc3386126cd19d88f150bed",
"md5": "dde210a7584aaeb37b4719e42b13f231",
"sha256": "613759828eaa5f110529575eb3eaee28a10f1a154b8fc75c8a0336f8bdb4c146"
},
"downloads": -1,
"filename": "pytesmo-0.17.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "dde210a7584aaeb37b4719e42b13f231",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 2956862,
"upload_time": "2024-11-14T21:18:15",
"upload_time_iso_8601": "2024-11-14T21:18:15.139705Z",
"url": "https://files.pythonhosted.org/packages/0a/d2/8cff8e82158ee52307871c0817b669266413efc3386126cd19d88f150bed/pytesmo-0.17.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1a0cae92006cb277265f6144f841ef5fc10d23ff796bf25a59908410ae2dd68a",
"md5": "f3459c83a92567d9ccc4d69d4154ca60",
"sha256": "c78b78433df3c084429d89354c42509de679717486610735c8f0ce58a248902d"
},
"downloads": -1,
"filename": "pytesmo-0.17.0-cp311-cp311-win32.whl",
"has_sig": false,
"md5_digest": "f3459c83a92567d9ccc4d69d4154ca60",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 972768,
"upload_time": "2024-11-14T21:18:16",
"upload_time_iso_8601": "2024-11-14T21:18:16.601255Z",
"url": "https://files.pythonhosted.org/packages/1a/0c/ae92006cb277265f6144f841ef5fc10d23ff796bf25a59908410ae2dd68a/pytesmo-0.17.0-cp311-cp311-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "affdd931dcbcb6c0a2017257a68b3c2ae6c098e00f8b28c0b852d1c9977848c8",
"md5": "a709a0c6fb91e0fde3d5eaeff0e1e0e8",
"sha256": "d3b8bf8d28e128a266ef26a661fb2e14ece090feb3a554a53601bbcd6e4fb3ea"
},
"downloads": -1,
"filename": "pytesmo-0.17.0-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "a709a0c6fb91e0fde3d5eaeff0e1e0e8",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 1031977,
"upload_time": "2024-11-14T21:18:18",
"upload_time_iso_8601": "2024-11-14T21:18:18.598815Z",
"url": "https://files.pythonhosted.org/packages/af/fd/d931dcbcb6c0a2017257a68b3c2ae6c098e00f8b28c0b852d1c9977848c8/pytesmo-0.17.0-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "293e99594ba72ea5ee3b099ea6a6f3e991a6dbba3489a1cb50e7e840a7d268a0",
"md5": "75b1f5f7bbcc0bc90fe750f549bba95d",
"sha256": "3c55c7e7094088c111ba38940160667426a2bfca9e3f726d4ae34727867ab6be"
},
"downloads": -1,
"filename": "pytesmo-0.17.0-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "75b1f5f7bbcc0bc90fe750f549bba95d",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 1042310,
"upload_time": "2024-11-14T21:18:20",
"upload_time_iso_8601": "2024-11-14T21:18:20.519821Z",
"url": "https://files.pythonhosted.org/packages/29/3e/99594ba72ea5ee3b099ea6a6f3e991a6dbba3489a1cb50e7e840a7d268a0/pytesmo-0.17.0-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b7fe2d45bb2d5a8f5d42f729a05cdc33c22c695943f686457a8ca0db53c7ca6b",
"md5": "8f6cdde0cf4385cada28c1919ab945eb",
"sha256": "2c17b92f45eaae3814b1f6630779021f849e081df9ccbe8e178b6818e3042061"
},
"downloads": -1,
"filename": "pytesmo-0.17.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "8f6cdde0cf4385cada28c1919ab945eb",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 2981760,
"upload_time": "2024-11-14T21:18:21",
"upload_time_iso_8601": "2024-11-14T21:18:21.937668Z",
"url": "https://files.pythonhosted.org/packages/b7/fe/2d45bb2d5a8f5d42f729a05cdc33c22c695943f686457a8ca0db53c7ca6b/pytesmo-0.17.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "66ac5c1858b425c167e317a2fd8650fe6c9ca84be523941caebd2229330bb14f",
"md5": "7d981b25f8309c7b2cbd504d6509e7e8",
"sha256": "c40da60ca65cec4ee2a0a417f3c49d3e228cf0bba5bc986ece3e5140c9db45f1"
},
"downloads": -1,
"filename": "pytesmo-0.17.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "7d981b25f8309c7b2cbd504d6509e7e8",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 2874933,
"upload_time": "2024-11-14T21:18:23",
"upload_time_iso_8601": "2024-11-14T21:18:23.427008Z",
"url": "https://files.pythonhosted.org/packages/66/ac/5c1858b425c167e317a2fd8650fe6c9ca84be523941caebd2229330bb14f/pytesmo-0.17.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "43607e50ee3be83906ada8021a61e048b53336ac67470a51e08bec100444ae70",
"md5": "b35f502648ccf59d4d3bcc60368ab1c6",
"sha256": "288f712fd321a50b55a25f369e37f8b6b021546ed3a73447b99283323df36ec0"
},
"downloads": -1,
"filename": "pytesmo-0.17.0-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "b35f502648ccf59d4d3bcc60368ab1c6",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 975463,
"upload_time": "2024-11-14T21:18:25",
"upload_time_iso_8601": "2024-11-14T21:18:25.523686Z",
"url": "https://files.pythonhosted.org/packages/43/60/7e50ee3be83906ada8021a61e048b53336ac67470a51e08bec100444ae70/pytesmo-0.17.0-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b0bef6d24ffb037ab16c92850ecf5791252eeec494cf7f5c80d91820b7197b9a",
"md5": "51c381acb338c09d4d2fdcfe75db9044",
"sha256": "77d69a1e40a9885195ec1a6f380e3936c2c234cf700d5e7a815e9c32cfdecb5c"
},
"downloads": -1,
"filename": "pytesmo-0.17.0-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "51c381acb338c09d4d2fdcfe75db9044",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 1035237,
"upload_time": "2024-11-14T21:18:27",
"upload_time_iso_8601": "2024-11-14T21:18:27.645800Z",
"url": "https://files.pythonhosted.org/packages/b0/be/f6d24ffb037ab16c92850ecf5791252eeec494cf7f5c80d91820b7197b9a/pytesmo-0.17.0-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7144b79449e667a5e73536ef8ed46ef7919a3e678a3b9510d7864d62b058e3c6",
"md5": "87308a0cbfd2f6cf57e944c210b3fb43",
"sha256": "bd1ad93171fb34fa70d46c24a49c51f0871a84e712b718ffa7bde18e870e952e"
},
"downloads": -1,
"filename": "pytesmo-0.17.0-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "87308a0cbfd2f6cf57e944c210b3fb43",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 1040726,
"upload_time": "2024-11-14T21:18:30",
"upload_time_iso_8601": "2024-11-14T21:18:30.569301Z",
"url": "https://files.pythonhosted.org/packages/71/44/b79449e667a5e73536ef8ed46ef7919a3e678a3b9510d7864d62b058e3c6/pytesmo-0.17.0-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "050c93d0fa352618fea854aa9f36896f929977fac382cced8691f032da687082",
"md5": "36c411a1b510152c917f32b641cd056c",
"sha256": "7a545e8e0fc54663ad3d286e8e2a22fc65428325b6dd317db3fe2ae27f5ee86c"
},
"downloads": -1,
"filename": "pytesmo-0.17.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "36c411a1b510152c917f32b641cd056c",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 2866569,
"upload_time": "2024-11-14T21:18:32",
"upload_time_iso_8601": "2024-11-14T21:18:32.632014Z",
"url": "https://files.pythonhosted.org/packages/05/0c/93d0fa352618fea854aa9f36896f929977fac382cced8691f032da687082/pytesmo-0.17.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4c7c837403245cb1102278d407de0260f990a77d6aafcd68fb4a0331f40ffa85",
"md5": "575c5911bd22d7a7e38d761235b805dc",
"sha256": "0768ef1a521fc6439b4be280903cc5f7e0a5a9ff8916d16a3c4622dd91df441f"
},
"downloads": -1,
"filename": "pytesmo-0.17.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "575c5911bd22d7a7e38d761235b805dc",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 2801746,
"upload_time": "2024-11-14T21:18:34",
"upload_time_iso_8601": "2024-11-14T21:18:34.041121Z",
"url": "https://files.pythonhosted.org/packages/4c/7c/837403245cb1102278d407de0260f990a77d6aafcd68fb4a0331f40ffa85/pytesmo-0.17.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "87874b9085fd50975bccadc49f7194435fceba10c9d3b081c39ca1f5cdb51178",
"md5": "abd653b2f3218e35f9c6c800fff2099d",
"sha256": "1560358322d85c0970bed1b620e842305ba60d3eeb42d97bd81c4123e3b743a4"
},
"downloads": -1,
"filename": "pytesmo-0.17.0-cp39-cp39-win32.whl",
"has_sig": false,
"md5_digest": "abd653b2f3218e35f9c6c800fff2099d",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 975485,
"upload_time": "2024-11-14T21:18:36",
"upload_time_iso_8601": "2024-11-14T21:18:36.060512Z",
"url": "https://files.pythonhosted.org/packages/87/87/4b9085fd50975bccadc49f7194435fceba10c9d3b081c39ca1f5cdb51178/pytesmo-0.17.0-cp39-cp39-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2e8ed2efa0c0a03969ee44b580442f46ad07b32aca9fe861f64816bb2d294d37",
"md5": "d8ddd7b19199c0f7d37f8c2211c9cc94",
"sha256": "0bd0a401216d5e634f1272633d1c94f934760af0df3dd22d541dec7701946eba"
},
"downloads": -1,
"filename": "pytesmo-0.17.0-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "d8ddd7b19199c0f7d37f8c2211c9cc94",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 1031875,
"upload_time": "2024-11-14T21:18:37",
"upload_time_iso_8601": "2024-11-14T21:18:37.967317Z",
"url": "https://files.pythonhosted.org/packages/2e/8e/d2efa0c0a03969ee44b580442f46ad07b32aca9fe861f64816bb2d294d37/pytesmo-0.17.0-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "252b78574fd320bd2433d6cf48f66d8aa86a5cbd81a85d1f466479c7fe03fa93",
"md5": "bfcbbe571ff8e615ba4ae58f85dcd111",
"sha256": "75a2926c6c254fbe9df7a6101b610a535fe671e9a13ff7b0e18963bde6358d3b"
},
"downloads": -1,
"filename": "pytesmo-0.17.0.tar.gz",
"has_sig": false,
"md5_digest": "bfcbbe571ff8e615ba4ae58f85dcd111",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 1626177,
"upload_time": "2024-11-14T21:18:39",
"upload_time_iso_8601": "2024-11-14T21:18:39.467560Z",
"url": "https://files.pythonhosted.org/packages/25/2b/78574fd320bd2433d6cf48f66d8aa86a5cbd81a85d1f466479c7fe03fa93/pytesmo-0.17.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-14 21:18:39",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "pytesmo"
}