pyresample


Namepyresample JSON
Version 1.32.0 PyPI version JSON
download
home_pagehttps://github.com/pytroll/pyresample
SummaryGeospatial image resampling in Python
upload_time2025-01-30 03:38:08
maintainerNone
docs_urlNone
authorThomas Lavergne
requires_python>=3.11
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Build Status](https://github.com/pytroll/pyresample/workflows/CI/badge.svg?branch=main)](https://github.com/pytroll/pyresample/actions?query=workflow%3A%22CI%22)
[![Coverage Status](https://coveralls.io/repos/github/pytroll/pyresample/badge.svg?branch=main)](https://coveralls.io/github/pytroll/pyresample?branch=main)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3372769.svg)](https://doi.org/10.5281/zenodo.3372769)


Pyresample
----------

Pyresample is a python package for resampling geospatial image data. It is the
primary method for resampling in the [Satpy](https://github.com/pytroll/satpy)
library, but can also be used as a standalone library. Resampling or
reprojection is the process of mapping input geolocated data points to a
new target geographic projection and area.

Pyresample can operate on both fixed grids of data and geolocated swath data.
To describe these data Pyresample uses various "geometry" objects including
the `AreaDefinition` and `SwathDefinition` classes.

Pyresample offers multiple resampling algorithms including:

- Nearest Neighbor
- Elliptical Weighted Average (EWA)
- Bilinear

For nearest neighbor and bilinear interpolation pyresample uses a kd-tree
approach by using the fast KDTree implementation provided by the
[pykdtree](https://github.com/storpipfugl/pykdtree) library.
Pyresample works with numpy arrays and numpy masked arrays. Interfaces to
XArray objects (including dask array support) are provided in separate
Resampler class interfaces and are in active development.
Utility functions are available to easily plot data using Cartopy.

[Documentation](https://pyresample.readthedocs.org/en/latest/)

See [pytroll.github.io](http://pytroll.github.io/) for more information on the
PyTroll group and related packages.

Citation
----------
Hoese, D., Raspaud, M., Lahtinen, P., Roberts, W., Lavergne, et al. (2020). pytroll/pyresample: Version 1.16.0. Zenodo. [https://doi.org/10.5281/zenodo.3372769](https://doi.org/10.5281/zenodo.3372769)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pytroll/pyresample",
    "name": "pyresample",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Thomas Lavergne",
    "author_email": "t.lavergne@met.no",
    "download_url": "https://files.pythonhosted.org/packages/e6/22/1c8bc909a0a836d59fe139da8f969831cd23b8795d338d33290747de2ae7/pyresample-1.32.0.tar.gz",
    "platform": null,
    "description": "[![Build Status](https://github.com/pytroll/pyresample/workflows/CI/badge.svg?branch=main)](https://github.com/pytroll/pyresample/actions?query=workflow%3A%22CI%22)\n[![Coverage Status](https://coveralls.io/repos/github/pytroll/pyresample/badge.svg?branch=main)](https://coveralls.io/github/pytroll/pyresample?branch=main)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3372769.svg)](https://doi.org/10.5281/zenodo.3372769)\n\n\nPyresample\n----------\n\nPyresample is a python package for resampling geospatial image data. It is the\nprimary method for resampling in the [Satpy](https://github.com/pytroll/satpy)\nlibrary, but can also be used as a standalone library. Resampling or\nreprojection is the process of mapping input geolocated data points to a\nnew target geographic projection and area.\n\nPyresample can operate on both fixed grids of data and geolocated swath data.\nTo describe these data Pyresample uses various \"geometry\" objects including\nthe `AreaDefinition` and `SwathDefinition` classes.\n\nPyresample offers multiple resampling algorithms including:\n\n- Nearest Neighbor\n- Elliptical Weighted Average (EWA)\n- Bilinear\n\nFor nearest neighbor and bilinear interpolation pyresample uses a kd-tree\napproach by using the fast KDTree implementation provided by the\n[pykdtree](https://github.com/storpipfugl/pykdtree) library.\nPyresample works with numpy arrays and numpy masked arrays. Interfaces to\nXArray objects (including dask array support) are provided in separate\nResampler class interfaces and are in active development.\nUtility functions are available to easily plot data using Cartopy.\n\n[Documentation](https://pyresample.readthedocs.org/en/latest/)\n\nSee [pytroll.github.io](http://pytroll.github.io/) for more information on the\nPyTroll group and related packages.\n\nCitation\n----------\nHoese, D., Raspaud, M., Lahtinen, P., Roberts, W., Lavergne, et al. (2020). pytroll/pyresample: Version 1.16.0. Zenodo. [https://doi.org/10.5281/zenodo.3372769](https://doi.org/10.5281/zenodo.3372769)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Geospatial image resampling in Python",
    "version": "1.32.0",
    "project_urls": {
        "Homepage": "https://github.com/pytroll/pyresample"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "88ab157a1a5ccc111f56a433143fab3fe919bb422a08bc460dd52386faa42613",
                "md5": "5ae6e08db4a759c9f18ffd42bccb1f46",
                "sha256": "8e2bed0422e002b1bcdfceba28a1207ec37e58d675d74bbe20805abc4c707713"
            },
            "downloads": -1,
            "filename": "pyresample-1.32.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5ae6e08db4a759c9f18ffd42bccb1f46",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 2373429,
            "upload_time": "2025-01-30T03:37:33",
            "upload_time_iso_8601": "2025-01-30T03:37:33.183999Z",
            "url": "https://files.pythonhosted.org/packages/88/ab/157a1a5ccc111f56a433143fab3fe919bb422a08bc460dd52386faa42613/pyresample-1.32.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37498e8f50259a29248536418609e3b23da48eff81c47b40f3c771682d6c39b8",
                "md5": "0c17fef263d2592df2e00e4fd39ac591",
                "sha256": "f54edbceeec35f1b6d74dba6bdcf7613857a842864ecdd8c85c3525cd087cf13"
            },
            "downloads": -1,
            "filename": "pyresample-1.32.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "0c17fef263d2592df2e00e4fd39ac591",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 2345441,
            "upload_time": "2025-01-30T03:37:35",
            "upload_time_iso_8601": "2025-01-30T03:37:35.557743Z",
            "url": "https://files.pythonhosted.org/packages/37/49/8e8f50259a29248536418609e3b23da48eff81c47b40f3c771682d6c39b8/pyresample-1.32.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f94b6653a6fba0453417bfe656831d5e4c06d1f210ea8caecd344cbd9d91aeac",
                "md5": "d33346103e09013df2fc9efcdece62c4",
                "sha256": "ab09644a9fa3d48f16ad6f5ef09567d5d89252bb7fd1704be7d568cc3ef8f5d8"
            },
            "downloads": -1,
            "filename": "pyresample-1.32.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d33346103e09013df2fc9efcdece62c4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 4545599,
            "upload_time": "2025-01-30T03:37:37",
            "upload_time_iso_8601": "2025-01-30T03:37:37.821201Z",
            "url": "https://files.pythonhosted.org/packages/f9/4b/6653a6fba0453417bfe656831d5e4c06d1f210ea8caecd344cbd9d91aeac/pyresample-1.32.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45caebcf6caf3557d6fa92698cbb5a709d6173505a10c8e3f2e4d1fd97b50975",
                "md5": "254e0973200dea691e627b046e75d68c",
                "sha256": "03930bcecb6b790e51b78b0e9ca725fd243a1d7c5c3f8d0ac8bc4a17df1872a5"
            },
            "downloads": -1,
            "filename": "pyresample-1.32.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "254e0973200dea691e627b046e75d68c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 4579247,
            "upload_time": "2025-01-30T03:37:40",
            "upload_time_iso_8601": "2025-01-30T03:37:40.089985Z",
            "url": "https://files.pythonhosted.org/packages/45/ca/ebcf6caf3557d6fa92698cbb5a709d6173505a10c8e3f2e4d1fd97b50975/pyresample-1.32.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2cc691be5ef7a51b83b9e78e9889bd47b7e204b7600fb49fab0f3f2fab509777",
                "md5": "0883342812a2f1579e078d44a48a5129",
                "sha256": "45dacaea901323e307bfa1ca7b33d9bb520393eaab21c272a469c58a0c974d08"
            },
            "downloads": -1,
            "filename": "pyresample-1.32.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0883342812a2f1579e078d44a48a5129",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 2333904,
            "upload_time": "2025-01-30T03:37:42",
            "upload_time_iso_8601": "2025-01-30T03:37:42.242491Z",
            "url": "https://files.pythonhosted.org/packages/2c/c6/91be5ef7a51b83b9e78e9889bd47b7e204b7600fb49fab0f3f2fab509777/pyresample-1.32.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1f356d98861f07d3b27314d7f29b28ab16064b7df0e25de690a642047233f56",
                "md5": "ed1f0053dcd69ab97cfeae248cdd42a6",
                "sha256": "458b9ba274080070a8ab1fd6cd88afb269d566372d4e5c5b90cc675cb42b0e33"
            },
            "downloads": -1,
            "filename": "pyresample-1.32.0-cp311-cp311-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "ed1f0053dcd69ab97cfeae248cdd42a6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 2270865,
            "upload_time": "2025-01-30T03:37:44",
            "upload_time_iso_8601": "2025-01-30T03:37:44.373321Z",
            "url": "https://files.pythonhosted.org/packages/f1/f3/56d98861f07d3b27314d7f29b28ab16064b7df0e25de690a642047233f56/pyresample-1.32.0-cp311-cp311-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "86753cdd26610158d2bf129be7c147508a28796bf74beb915caa2c39c5632893",
                "md5": "9ec46eb3573b382916d652a910309297",
                "sha256": "9e4c08439f5557324625f388376a2d34b340f5acf495a24e72db8770256512ca"
            },
            "downloads": -1,
            "filename": "pyresample-1.32.0-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9ec46eb3573b382916d652a910309297",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 2381110,
            "upload_time": "2025-01-30T03:37:45",
            "upload_time_iso_8601": "2025-01-30T03:37:45.727239Z",
            "url": "https://files.pythonhosted.org/packages/86/75/3cdd26610158d2bf129be7c147508a28796bf74beb915caa2c39c5632893/pyresample-1.32.0-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5af073d1a089ad6b9cdfb0c5abb01d2f8d8c2cdb26f709b2a2e87986ff89672d",
                "md5": "ef6ed3dbfa500ca50c351946045ece1f",
                "sha256": "67c010f84fab5003f8fcbcd8af60919eda8928780c46df7cfb5ea53c4db6cd74"
            },
            "downloads": -1,
            "filename": "pyresample-1.32.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ef6ed3dbfa500ca50c351946045ece1f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 2348696,
            "upload_time": "2025-01-30T03:37:48",
            "upload_time_iso_8601": "2025-01-30T03:37:48.020172Z",
            "url": "https://files.pythonhosted.org/packages/5a/f0/73d1a089ad6b9cdfb0c5abb01d2f8d8c2cdb26f709b2a2e87986ff89672d/pyresample-1.32.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a78b273f2d2b75c22f401a7e902498fcd0915559c8b70747de13e37decc3ecd",
                "md5": "c1897c60f866dbc6f272832b843be865",
                "sha256": "b3fed58ec1bd2465eadc1e08ed72207dbd18ac6b180eff0878dbdb45f345a716"
            },
            "downloads": -1,
            "filename": "pyresample-1.32.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c1897c60f866dbc6f272832b843be865",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 4472880,
            "upload_time": "2025-01-30T03:37:49",
            "upload_time_iso_8601": "2025-01-30T03:37:49.635290Z",
            "url": "https://files.pythonhosted.org/packages/7a/78/b273f2d2b75c22f401a7e902498fcd0915559c8b70747de13e37decc3ecd/pyresample-1.32.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a84610d7c8d1f33686ec4e9f56a22b74777d34401a1386b4eacabd4987895af9",
                "md5": "8e497a70e7bfd1f96e69706248ad6cdf",
                "sha256": "643eb6e24d8a4a775e441b713954937cb71ee022557e13c0c0bc793e7f100600"
            },
            "downloads": -1,
            "filename": "pyresample-1.32.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8e497a70e7bfd1f96e69706248ad6cdf",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 4519673,
            "upload_time": "2025-01-30T03:37:51",
            "upload_time_iso_8601": "2025-01-30T03:37:51.422973Z",
            "url": "https://files.pythonhosted.org/packages/a8/46/10d7c8d1f33686ec4e9f56a22b74777d34401a1386b4eacabd4987895af9/pyresample-1.32.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "589dced1f8e83e83a7b4c943af113e7853e5852f21fde9dfeac0705faa535a16",
                "md5": "dbc810a9f8719d492ff53268d65d38fe",
                "sha256": "9e69068a2303e8a082ee011d3962b7727386c178f5bbf3b2898fd548270bc2c9"
            },
            "downloads": -1,
            "filename": "pyresample-1.32.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "dbc810a9f8719d492ff53268d65d38fe",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 2338061,
            "upload_time": "2025-01-30T03:37:53",
            "upload_time_iso_8601": "2025-01-30T03:37:53.615163Z",
            "url": "https://files.pythonhosted.org/packages/58/9d/ced1f8e83e83a7b4c943af113e7853e5852f21fde9dfeac0705faa535a16/pyresample-1.32.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "623c5a229cab0e973c9883897a54628b144b5a9baaf9673d15f18a99053c98e3",
                "md5": "429f2b1e7c8570cb897f3c2e0148f136",
                "sha256": "f59a0ac38f8ffd63466d0f05210d8a09a4d46e0ed816b5bdb0bdb6c881ac6484"
            },
            "downloads": -1,
            "filename": "pyresample-1.32.0-cp312-cp312-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "429f2b1e7c8570cb897f3c2e0148f136",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 2270570,
            "upload_time": "2025-01-30T03:37:55",
            "upload_time_iso_8601": "2025-01-30T03:37:55.014383Z",
            "url": "https://files.pythonhosted.org/packages/62/3c/5a229cab0e973c9883897a54628b144b5a9baaf9673d15f18a99053c98e3/pyresample-1.32.0-cp312-cp312-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "462a9615b51176a86a6ec955b137921318777b8c5162fe8a46f507cd1b83e333",
                "md5": "68bad80e949d3bafa92ab32eff69d817",
                "sha256": "34437896ce57d2222d875b40a2b41e1f7774c650779a615d63e319dd413ef105"
            },
            "downloads": -1,
            "filename": "pyresample-1.32.0-cp313-cp313-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "68bad80e949d3bafa92ab32eff69d817",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 2376936,
            "upload_time": "2025-01-30T03:37:56",
            "upload_time_iso_8601": "2025-01-30T03:37:56.408491Z",
            "url": "https://files.pythonhosted.org/packages/46/2a/9615b51176a86a6ec955b137921318777b8c5162fe8a46f507cd1b83e333/pyresample-1.32.0-cp313-cp313-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e66cf68b9aa199a0f6f942ce7439ad24cae0e7f435067d71988a9a53cd87e679",
                "md5": "01f59db790f329f19ca44771814fdc0d",
                "sha256": "4862c72ef3eccdbe255ff2ca30c4ab99b3f3d3dde12a2581ecbbb59b4c176d39"
            },
            "downloads": -1,
            "filename": "pyresample-1.32.0-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "01f59db790f329f19ca44771814fdc0d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 2345956,
            "upload_time": "2025-01-30T03:37:58",
            "upload_time_iso_8601": "2025-01-30T03:37:58.560245Z",
            "url": "https://files.pythonhosted.org/packages/e6/6c/f68b9aa199a0f6f942ce7439ad24cae0e7f435067d71988a9a53cd87e679/pyresample-1.32.0-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e025cf4ec45fe46ae817999e39043430b496b8efac757bd081b15b0a7b57310",
                "md5": "c8715f3052f488e1047cb7821f60836d",
                "sha256": "f3e20c6e98c4da8455cc8b2882a76d679078397b111c5d6f03442fedee565603"
            },
            "downloads": -1,
            "filename": "pyresample-1.32.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c8715f3052f488e1047cb7821f60836d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 4462722,
            "upload_time": "2025-01-30T03:38:00",
            "upload_time_iso_8601": "2025-01-30T03:38:00.059046Z",
            "url": "https://files.pythonhosted.org/packages/2e/02/5cf4ec45fe46ae817999e39043430b496b8efac757bd081b15b0a7b57310/pyresample-1.32.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ecdbf2e83f470e8b22acbff68f2da27dd2bff88d8869773a953a94997f442f5",
                "md5": "33e9b9cda17949f569682d2e017eb0cb",
                "sha256": "6852f0ca5914dfc6b91c237b2bd1793980d66fac75ea1ef81b99a1703a456aa5"
            },
            "downloads": -1,
            "filename": "pyresample-1.32.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "33e9b9cda17949f569682d2e017eb0cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 4508897,
            "upload_time": "2025-01-30T03:38:03",
            "upload_time_iso_8601": "2025-01-30T03:38:03.186122Z",
            "url": "https://files.pythonhosted.org/packages/2e/cd/bf2e83f470e8b22acbff68f2da27dd2bff88d8869773a953a94997f442f5/pyresample-1.32.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65fc93eecbad521813286d3675bef4e738e1a749f1d7db7ed57913f0ba58ced3",
                "md5": "e6015e3812d702df02e158eff0916e60",
                "sha256": "a6ceb244d6e64354c379709e677bd8a12755571fb1e956baacbec65afa097149"
            },
            "downloads": -1,
            "filename": "pyresample-1.32.0-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e6015e3812d702df02e158eff0916e60",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 2337240,
            "upload_time": "2025-01-30T03:38:05",
            "upload_time_iso_8601": "2025-01-30T03:38:05.636493Z",
            "url": "https://files.pythonhosted.org/packages/65/fc/93eecbad521813286d3675bef4e738e1a749f1d7db7ed57913f0ba58ced3/pyresample-1.32.0-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "688ae003d406a1fcecb96d448b5c10c3c27b9a0680e3c947be2d36bef287582d",
                "md5": "0d8cd274848dc77a54e7633d187e789b",
                "sha256": "c402c6a67d631932d89484888b6f297441b9a4450bba043bd06c37e589c76a8e"
            },
            "downloads": -1,
            "filename": "pyresample-1.32.0-cp313-cp313-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "0d8cd274848dc77a54e7633d187e789b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 2270628,
            "upload_time": "2025-01-30T03:38:07",
            "upload_time_iso_8601": "2025-01-30T03:38:07.086894Z",
            "url": "https://files.pythonhosted.org/packages/68/8a/e003d406a1fcecb96d448b5c10c3c27b9a0680e3c947be2d36bef287582d/pyresample-1.32.0-cp313-cp313-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e6221c8bc909a0a836d59fe139da8f969831cd23b8795d338d33290747de2ae7",
                "md5": "f5d9737951e3676bb63ce0dd7312eed4",
                "sha256": "b6355a18cb1eaf48eddb77c48f4e99bb1679475891d4e64016428ff91105d06c"
            },
            "downloads": -1,
            "filename": "pyresample-1.32.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f5d9737951e3676bb63ce0dd7312eed4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 5919096,
            "upload_time": "2025-01-30T03:38:08",
            "upload_time_iso_8601": "2025-01-30T03:38:08.793532Z",
            "url": "https://files.pythonhosted.org/packages/e6/22/1c8bc909a0a836d59fe139da8f969831cd23b8795d338d33290747de2ae7/pyresample-1.32.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-30 03:38:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pytroll",
    "github_project": "pyresample",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyresample"
}
        
Elapsed time: 0.37628s