Skip to main content

Geospatial image resampling in Python

Project description

Build Status Build status Build Status Coverage Status

Pyresample

Pyresample is a python package for resampling geospatial image data. It is the primary method for resampling in the 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 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.

Pyresample is tested with Python 2.7 and 3.6, but should additionally work on Python 3.4+. Pyresample will drop Python 2.7 at the end of 2019.

Documentation

See pytroll.github.io for more information on the PyTroll group and related packages.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyresample-1.16.0.tar.gz (4.5 MB view details)

Uploaded Source

Built Distributions

pyresample-1.16.0-cp38-cp38-win_amd64.whl (493.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyresample-1.16.0-cp38-cp38-win32.whl (426.9 kB view details)

Uploaded CPython 3.8 Windows x86

pyresample-1.16.0-cp38-cp38-manylinux2010_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pyresample-1.16.0-cp38-cp38-manylinux2010_i686.whl (1.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pyresample-1.16.0-cp38-cp38-manylinux1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8

pyresample-1.16.0-cp38-cp38-manylinux1_i686.whl (1.8 MB view details)

Uploaded CPython 3.8

pyresample-1.16.0-cp38-cp38-macosx_10_9_x86_64.whl (509.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyresample-1.16.0-cp37-cp37m-win_amd64.whl (485.4 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyresample-1.16.0-cp37-cp37m-win32.whl (421.3 kB view details)

Uploaded CPython 3.7m Windows x86

pyresample-1.16.0-cp37-cp37m-manylinux2010_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

pyresample-1.16.0-cp37-cp37m-manylinux2010_i686.whl (1.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pyresample-1.16.0-cp37-cp37m-manylinux1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.7m

pyresample-1.16.0-cp37-cp37m-manylinux1_i686.whl (1.6 MB view details)

Uploaded CPython 3.7m

pyresample-1.16.0-cp37-cp37m-macosx_10_9_x86_64.whl (503.7 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyresample-1.16.0-cp36-cp36m-win_amd64.whl (482.3 kB view details)

Uploaded CPython 3.6m Windows x86-64

pyresample-1.16.0-cp36-cp36m-win32.whl (418.6 kB view details)

Uploaded CPython 3.6m Windows x86

pyresample-1.16.0-cp36-cp36m-manylinux2010_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

pyresample-1.16.0-cp36-cp36m-manylinux2010_i686.whl (1.6 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pyresample-1.16.0-cp36-cp36m-manylinux1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.6m

pyresample-1.16.0-cp36-cp36m-manylinux1_i686.whl (1.6 MB view details)

Uploaded CPython 3.6m

pyresample-1.16.0-cp36-cp36m-macosx_10_9_x86_64.whl (501.0 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file pyresample-1.16.0.tar.gz.

File metadata

  • Download URL: pyresample-1.16.0.tar.gz
  • Upload date:
  • Size: 4.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pyresample-1.16.0.tar.gz
Algorithm Hash digest
SHA256 2fe3f050772b84a5440d72c47ef7bf3d1a75f59911d37f0cd2e3df5969c9a470
MD5 11690241fadf86013f711d563ea0c26e
BLAKE2b-256 889585fba126ea720542b6d888449b8095cb5892522084ac43c63a1e6f458b3d

See more details on using hashes here.

Provenance

File details

Details for the file pyresample-1.16.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pyresample-1.16.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 493.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pyresample-1.16.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5c373d1c8251d14be47d5d24d4ab4f92a7098f5fdc847de903ee6824b88bbdba
MD5 45254611b06e0de54ec34ac4535ae419
BLAKE2b-256 30c029fdc12da0a870e7a57de17ee831b12ee3537d45864cc936d7a09b39699a

See more details on using hashes here.

Provenance

File details

Details for the file pyresample-1.16.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: pyresample-1.16.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 426.9 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pyresample-1.16.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 569eb7dce1fe30abc1380ef728a224ff46eef0724ad45c2681af9ba37f17716e
MD5 5967709beb5a14724f75ae1ea09538f7
BLAKE2b-256 c4efa39759864e968bf740d37e5931b380778748f38ed0462b5b68ab370b3a71

See more details on using hashes here.

Provenance

File details

Details for the file pyresample-1.16.0-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pyresample-1.16.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pyresample-1.16.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 899437d7eaf6fc0239111e61e80d78a8d9cfff1151af6edbf73a251fc111f01f
MD5 a3f7b282aca5137930cd141854a5d5b9
BLAKE2b-256 4e62969dff3aa25a412da657cb501e535c1e9f33260c74eaeb4caa73cd23a388

See more details on using hashes here.

Provenance

File details

Details for the file pyresample-1.16.0-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: pyresample-1.16.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pyresample-1.16.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 bc4120d53036e4430836a89bd148307c5496af09bedcbf654cd2bc28cfec855d
MD5 28fcc080927d49035df2b6f94e81cd13
BLAKE2b-256 4b437ca512d9b2b7a48cfe1add3acf7cbea7ca9a9973b6a6b1e4c0406c1ebf23

See more details on using hashes here.

Provenance

File details

Details for the file pyresample-1.16.0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyresample-1.16.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pyresample-1.16.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3f11e8d179de5724ebda726598be29a323b5fb1777bdf16e9f925f91f298c8de
MD5 3d2a37d7a0517c59f1246de0463331b7
BLAKE2b-256 1a7f5adc2243b416001c0304e63c471f83a24e57056c81a6103e8392dbe368c5

See more details on using hashes here.

Provenance

File details

Details for the file pyresample-1.16.0-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: pyresample-1.16.0-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pyresample-1.16.0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c09dfe15befe45000f9dfcd855452f32e067488d9854726a0d8bcef480f5b1c3
MD5 2ef63fa94085200b031a80c33bfe06fd
BLAKE2b-256 ae0661bdb00321787ff4792c3275080a0ddc54b914f81106441d9f1f309cb3b7

See more details on using hashes here.

Provenance

File details

Details for the file pyresample-1.16.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyresample-1.16.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 509.4 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pyresample-1.16.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 081c560c04806a997dc35e3f5580d513b5410f96a1d1d1e0c6711fc6b8dda79e
MD5 d8e50a4ebef4b5763a49c2d79454068f
BLAKE2b-256 f2c06f7e8dd20e76aa0b6dd091dfc45723c1b0a35bd4900982745df8ff64f7a3

See more details on using hashes here.

Provenance

File details

Details for the file pyresample-1.16.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pyresample-1.16.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 485.4 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pyresample-1.16.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 e0ea9d18fb563d2ddb648ca31d5194f8b18071491ef2c493183f8d82a63ed7cc
MD5 8ce0918dec97ac02e645ca0eee377f80
BLAKE2b-256 85a4fb425fb8e502ecdc21f81f3a075ac16822a586b762123decceaa945a566a

See more details on using hashes here.

Provenance

File details

Details for the file pyresample-1.16.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pyresample-1.16.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 421.3 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pyresample-1.16.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 4c042857f933104510e08c0159cf5caa820466a6c5e7f2dbd931d811f4dfaa71
MD5 f054519cb1ce852824af73499d911a52
BLAKE2b-256 b2edd40de184e24e2b095b24752a1fd7823b5398c67bd8085944ad8599fdbe13

See more details on using hashes here.

Provenance

File details

Details for the file pyresample-1.16.0-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pyresample-1.16.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pyresample-1.16.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f6b16033f6ac0595cdc879ce577d2d4dda91addbf93ee12e373efb427e96af5c
MD5 7331f35888bd24ec23c4dc201b4e5e8b
BLAKE2b-256 67bfc5e7966c4d37c5f60b59b13c01aac4969202eb1f58b6e16fc7998f47c6d4

See more details on using hashes here.

Provenance

File details

Details for the file pyresample-1.16.0-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: pyresample-1.16.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pyresample-1.16.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1646b66fdecc9211a83a507b89b080b9e6ff21d96fe87d37887ad8d6c0aa5d58
MD5 d6dc8b493ea6dcfa70a85ae02b4a2e35
BLAKE2b-256 211148f8691339d40eff27b05fe35c5e5fa8c7516e6526fb6c3a3d7003015455

See more details on using hashes here.

Provenance

File details

Details for the file pyresample-1.16.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyresample-1.16.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pyresample-1.16.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d2195233e943c84dbc16cb7b9ed73c7fac0ac9f9b806268251b0c9bc6ffe8e10
MD5 fe61612b63145daf443c62fb4dc45ad7
BLAKE2b-256 ebf5f8eb3fbc7551510a5644f37a64920f8da36d64cfa5784e70ec7a78eed079

See more details on using hashes here.

Provenance

File details

Details for the file pyresample-1.16.0-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: pyresample-1.16.0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pyresample-1.16.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 25426c248740eedf46de9ecf7ee59ab768fcafa195d9cded11a65526d3003789
MD5 9be9ae600bf1239d5416e723b6830066
BLAKE2b-256 73c675fd12bfcbf1ce85275742cb81c61043fa9eef0d4a912a83ffd88b5c140c

See more details on using hashes here.

Provenance

File details

Details for the file pyresample-1.16.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyresample-1.16.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 503.7 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pyresample-1.16.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6546694214d6dc1075e17539dea023249ad4c818c6b2b25d87a01305c0851ef0
MD5 1f9f7ac52c7775cfca24ae3b0147ba58
BLAKE2b-256 2ccbaf2af630915387faf10619eb47379a6b7470b28f471211f505cdfa145821

See more details on using hashes here.

Provenance

File details

Details for the file pyresample-1.16.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pyresample-1.16.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 482.3 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pyresample-1.16.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 0a1c168cdddd85e0ff09ceb6eb94a353b9d44b788860b0380bd6e474ce07cd3a
MD5 84599765a73fa751193e177a3d436b78
BLAKE2b-256 d7051634673de5c679260fedf9104e74d8fdef2b33c449e647ff9af49ddc6db9

See more details on using hashes here.

Provenance

File details

Details for the file pyresample-1.16.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pyresample-1.16.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 418.6 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pyresample-1.16.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 9dc6db4ed5165713fed8fb78c317d23712e1b5b25cc52037e9b70827fe6e138e
MD5 861a15dc90f4c4aded74040a4b5e3241
BLAKE2b-256 8dd0ffa0450d65a52d4d206304e7694277dbb50f8d25f5e3d80d5373518c61d4

See more details on using hashes here.

Provenance

File details

Details for the file pyresample-1.16.0-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pyresample-1.16.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pyresample-1.16.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 04e0267a5831f59fa90f1a5e32f7aea83e4c09675be7af56da90f5f5ecd24d53
MD5 e681eecb0a0997ffa5c04568932c4b11
BLAKE2b-256 6241c4dc618a209375aa70fb55aaf045c8441f3413520c8b7fd517c08cac7243

See more details on using hashes here.

Provenance

File details

Details for the file pyresample-1.16.0-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: pyresample-1.16.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pyresample-1.16.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 03c96e91f8a007c806a091fa993c2d2cb20d8b4c97581303cd28ebab5bda9c6a
MD5 8e401612a7b605adb5c93997948492f0
BLAKE2b-256 1461b999e323e09b9141b758dcef9a7f35d658c9d5698ca6daa44dd339e5e38d

See more details on using hashes here.

Provenance

File details

Details for the file pyresample-1.16.0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyresample-1.16.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pyresample-1.16.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a65274c34776fae6db06dc467cfe36b575862f90e84119eccaed5a463c30993c
MD5 4b871f10667af23371876fe4d2f194e0
BLAKE2b-256 0cf6475e2c873f04ab5f1c37583b07439972cf6ab6ef692b7a0987b688abad2b

See more details on using hashes here.

Provenance

File details

Details for the file pyresample-1.16.0-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: pyresample-1.16.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pyresample-1.16.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 49396eaa0940b66e978410db8262b60a846d67fea044d96862474ed4acc1e4ae
MD5 208e2e10ee5e21a8bc6082d2243fcc18
BLAKE2b-256 a4617c88a31232676403079cf4f68f83a5a2046733d1352ce816982f4d72377d

See more details on using hashes here.

Provenance

File details

Details for the file pyresample-1.16.0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pyresample-1.16.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 501.0 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for pyresample-1.16.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7bb6275b5fd7348e6586e4e854cf59c6e22531b6e3bd8cb3f7c46ea2c0ba99b1
MD5 f938a16f3d6efeec6782060506d5ef53
BLAKE2b-256 0d340008cee7528e4e1d5c64b4e7a412d8e9ad1d833abdafe1f9375f12acb18f

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page