Skip to main content

A python package for processing Polarimetric Synthetic Aperture Radar (PolSAR) data.

Project description

A python package for processing Polarimetric Synthetic Aperture Radar (PolSAR) data.

Build Documentation Status

image

image image

GitHub commits License: GPL 3.0

Jointly Developed By

MRSLab
Microwave Remote Sensing Lab (MRSLab)
Indian Institute of Technology Bombay, India
MIRSL
Microwave Remote Sensing Laboratory (MiRSL)
University of Massachusetts Amherst, USA

💠General Information

This package generates derived SAR parameters (viz. polarimetric descriptors, vegetation indices, polarimetric decomposition parameters) from various SAR sensors or input polarimetric matrix (S2, C4, C3, T4, T3, Sxy, C2, T2).

💠Installation

  1. Install gdal Package

    conda install gdal -c conda-forge
    
  2. Install polsartools Package

    You may choose any of the following options

    • a. pip (stable release):

      pip install polsartools
      
    • b. conda (stable release)

      conda install polsartools -c bnarayanarao
      
    • c. GitHub (Weekly Build)

      pip install git+https://github.com/polsartools/polsartools.git#egg=polsartools
      

      Use this if you encounter errors like: AttributeError: module 'polsartools' has no attribute 'xyzabc'

      Note for Windows users: If installing via GitHub (option c), make sure to install Microsoft C++ build tools first. Download here: https://visualstudio.microsoft.com/visual-cpp-build-tools

💠Example Usage

Sample use cases and notebooks are provided at polsartools-notebooks repo. Detailed documentation is available at polsartools.readthedocs.io

💠Available functionalities:

Full list of available functions is provided here : Functions

🎨 Logo Vibes Explained

The package logo visually encapsulates key concepts in PolSAR data processing:

  • Poincaré Sphere Representation: Central to the logo is a stylized visualization of the Poincaré sphere, highlighting the diversity of polarization states encountered in SAR imaging.
  • Huynen Polarization Fork: A dotted elliptical curve represents the great circle containing Huynen's characteristic polarization states: co-polarized maximum, saddle point, and minima. These vectors lie in a common plane, revealing target symmetries and scattering behaviors.
  • Quadrant Background: The four background squares reflect brightness variations in SAR intensity data, showcasing:
    • Bright vs. dark reflectivity regions
    • Co-polarized (diagonal) vs. cross-polarized (off-diagonal) intensity distribution

Designed to reflect what this package does best: demystify PolSAR, one pixel at a time.

💠Contributing

We welcome contributions! Whether it's fixing bugs, adding new features, or improving documentation, your help is greatly appreciated.

How to Contribute

  1. Fork the repository - Fork this repository to your GitHub account.

  2. Clone your fork - Clone the repository to your local machine:

    git clone https://github.com/polsartools/polsartools.git
    
  3. Create a branch - Create a new branch for your changes:

    git checkout -b feature-branch
    
  4. Make changes - Implement your changes or additions.

  5. Test your changes - Run the tests to ensure that your changes don’t break anything.

  6. Commit and push - Commit your changes and push them to your fork:

        git commit -am "Description of changes"
        git push origin feature-branch
    
  7. Create a Pull Request - Open a pull request to the main repository with a clear description of the changes.

💠Bug Reporting

If you encounter a bug or issue, please follow these steps to report it:

  1. Check the existing issues: Before submitting a new bug report, check if the issue has already been reported in the Issues section.

  2. Submit a bug report: If the issue hasn’t been reported, please open a new issue and include the following information:

    • A clear description of the problem.
    • Steps to reproduce the issue.
    • Expected vs actual behavior.
    • Any error messages or stack traces.
    • Relevant code snippets or files if possible.
    • Version of polsartools and Python you're using.

Click here to report a bug

💠Feature Requests

We’re always open to suggestions for new features or improvements!

  1. Check existing feature requests: Please make sure the feature request hasn't already been made in the Issues section.

  2. Submit a feature request: If it hasn’t been requested already, please open a new issue with the following information:

    • A clear description of the feature.
    • Why you think this feature would be beneficial.
    • Any specific use cases or examples.

    Click here to request a feature

Project details


Download files

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

Source Distribution

polsartools-0.9.tar.gz (6.2 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

polsartools-0.9-cp313-cp313-win_amd64.whl (405.3 kB view details)

Uploaded CPython 3.13Windows x86-64

polsartools-0.9-cp313-cp313-win32.whl (393.0 kB view details)

Uploaded CPython 3.13Windows x86

polsartools-0.9-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

polsartools-0.9-cp313-cp313-macosx_11_0_arm64.whl (418.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

polsartools-0.9-cp312-cp312-win_amd64.whl (414.5 kB view details)

Uploaded CPython 3.12Windows x86-64

polsartools-0.9-cp312-cp312-win32.whl (393.0 kB view details)

Uploaded CPython 3.12Windows x86

polsartools-0.9-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

polsartools-0.9-cp312-cp312-macosx_11_0_arm64.whl (418.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

polsartools-0.9-cp311-cp311-win_amd64.whl (402.5 kB view details)

Uploaded CPython 3.11Windows x86-64

polsartools-0.9-cp311-cp311-win32.whl (391.3 kB view details)

Uploaded CPython 3.11Windows x86

polsartools-0.9-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

polsartools-0.9-cp311-cp311-macosx_11_0_arm64.whl (417.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

polsartools-0.9-cp310-cp310-win_amd64.whl (400.7 kB view details)

Uploaded CPython 3.10Windows x86-64

polsartools-0.9-cp310-cp310-win32.whl (389.2 kB view details)

Uploaded CPython 3.10Windows x86

polsartools-0.9-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

polsartools-0.9-cp310-cp310-macosx_11_0_arm64.whl (414.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

polsartools-0.9-cp39-cp39-win_amd64.whl (401.6 kB view details)

Uploaded CPython 3.9Windows x86-64

polsartools-0.9-cp39-cp39-win32.whl (389.0 kB view details)

Uploaded CPython 3.9Windows x86

polsartools-0.9-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

polsartools-0.9-cp39-cp39-macosx_11_0_arm64.whl (415.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

polsartools-0.9-cp38-cp38-win_amd64.whl (400.3 kB view details)

Uploaded CPython 3.8Windows x86-64

polsartools-0.9-cp38-cp38-win32.whl (389.2 kB view details)

Uploaded CPython 3.8Windows x86

polsartools-0.9-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

polsartools-0.9-cp38-cp38-macosx_11_0_arm64.whl (414.1 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

Details for the file polsartools-0.9.tar.gz.

File metadata

  • Download URL: polsartools-0.9.tar.gz
  • Upload date:
  • Size: 6.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for polsartools-0.9.tar.gz
Algorithm Hash digest
SHA256 13dbda81f7111d0f3baca84c951be9b02b8a78f0a9fffb0f26797235d526c1b3
MD5 f3f6811266080ce489afe9cdb51f3ebf
BLAKE2b-256 2b770b500fb5766c8bfe1b1a0955faba81ff6f12cc178bdc5cc650097bf69ed1

See more details on using hashes here.

File details

Details for the file polsartools-0.9-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: polsartools-0.9-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 405.3 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for polsartools-0.9-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f58e76dac612e7046abd6572419c6de75c66c6aef2c08f5c2034e7be638d78c2
MD5 22bdda629d9223f4df552e1914f9e353
BLAKE2b-256 f0538278f4dc71c68d9a9ea495b43d38910fe710c24f9593913f031ef62376ec

See more details on using hashes here.

File details

Details for the file polsartools-0.9-cp313-cp313-win32.whl.

File metadata

  • Download URL: polsartools-0.9-cp313-cp313-win32.whl
  • Upload date:
  • Size: 393.0 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for polsartools-0.9-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 44ca323cab23c4bd87c57f853267e2d9c278226fcd183798b5a40545354056ef
MD5 c66179f301036252748db8d594f210cb
BLAKE2b-256 e55b3a957defd046c8a996159d7c8fab394415cc77618fbdcce256bb4cc751b5

See more details on using hashes here.

File details

Details for the file polsartools-0.9-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polsartools-0.9-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f51b60dd1595b675799254acfa6610d13ae7164165fb6a62c79c579c5c6f77c0
MD5 7462783c75f3184d1ee6abfd3d7c380f
BLAKE2b-256 0c77adafbd0c42429f58b2ee74681aa85b164be8275d005a546844fc28809b7f

See more details on using hashes here.

File details

Details for the file polsartools-0.9-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polsartools-0.9-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9047876d6f279c02fb6871914322944c17ac1c6dc9682bdfffcec38533901fd9
MD5 6835a16c9eeeb70c3700f0d84aee4a74
BLAKE2b-256 c9dd463192f7af12bf1ca9b3af7ba00122911dc5f198d08903a43173e8c937e8

See more details on using hashes here.

File details

Details for the file polsartools-0.9-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: polsartools-0.9-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 414.5 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for polsartools-0.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8a5f3e1a457dbaa05dd62f9cf36a485194e9695676165af4997e54c858aa9f6c
MD5 fd35003683984c9eb3e2bd4dfb184ee9
BLAKE2b-256 30798171e05a0a539655dc4e60f9977a4357e65a5d115b74a5329b072e653900

See more details on using hashes here.

File details

Details for the file polsartools-0.9-cp312-cp312-win32.whl.

File metadata

  • Download URL: polsartools-0.9-cp312-cp312-win32.whl
  • Upload date:
  • Size: 393.0 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for polsartools-0.9-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 fed9c1754e2bd4a28efeab8e2c345eee41daa905b1bb8727aa4135f4599373fa
MD5 5aad2b13c8411455dbab5db6fa862c22
BLAKE2b-256 c960c68eefa9455f0fe27dfb70184111a1aa958b37674130bd5f9314c0cd311f

See more details on using hashes here.

File details

Details for the file polsartools-0.9-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polsartools-0.9-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 60e28e4445ececf5071d258cd8b5475c8bfe1a60971e0909c86b4fbeee6e5ac5
MD5 cd5dc0d822fbc236a21e679b6eeb1911
BLAKE2b-256 7bd97f536d31e3a91cc9e8b7fd2835a1d3d68b144f34e3e862980448d90b3aa8

See more details on using hashes here.

File details

Details for the file polsartools-0.9-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polsartools-0.9-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 94d7715f44d6c979ae33f48eb5db3bdac0f9d7e1c28e429ea09f6f11f28fd9fa
MD5 7c5bdbe203f9ebca06afc06075121189
BLAKE2b-256 9c239c482cd271126041fcd311c8467ba53d88625d7dc816d555b2a04241d2c8

See more details on using hashes here.

File details

Details for the file polsartools-0.9-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: polsartools-0.9-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 402.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for polsartools-0.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d3f10913f7732420ae1723c5e573512e3494795b5412f3df3e724469bcf3a764
MD5 30a861fabc5612b31fc2f445a359dafb
BLAKE2b-256 420b1859c577519ce8fc4c447a7337a48b2827c6875a3dd6fcd7bf547910a2b2

See more details on using hashes here.

File details

Details for the file polsartools-0.9-cp311-cp311-win32.whl.

File metadata

  • Download URL: polsartools-0.9-cp311-cp311-win32.whl
  • Upload date:
  • Size: 391.3 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for polsartools-0.9-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b31b94e3104ce562918b264dde821ad0dc55fd00ed0c36846d61efe4a6680605
MD5 6318764ae22b863a9549f627d9c641c7
BLAKE2b-256 ea5467ae0e2aa3588ccec921753bb1d8e205ccc1b9448d3cf1d398b1569a818a

See more details on using hashes here.

File details

Details for the file polsartools-0.9-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polsartools-0.9-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 24b81f5a40bf234247bab50d493ebdf81b4bfbadef3a74434c4091a03a239e2a
MD5 40571c1a9dd5e8ef431c7063d36a6b25
BLAKE2b-256 c09ee972b184606ca6b17f61c548cda8b82f453699cb58d66be83a7a06fd5af6

See more details on using hashes here.

File details

Details for the file polsartools-0.9-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polsartools-0.9-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4afa04fe57b339827c1a28dc7369dd8f0cdb08297a84a095e0100c4c8660a461
MD5 be9e83daba16e2fe98f90ce1ea408d6f
BLAKE2b-256 0d59f655161a59469236c9ee5e527775b762926365b540bcf5e11365f34f79b9

See more details on using hashes here.

File details

Details for the file polsartools-0.9-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: polsartools-0.9-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 400.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for polsartools-0.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c271a822322a9ab5f6f084833b243789ef27f5ab51123d8d41be21729a85d9ac
MD5 365b6a264e4b42abde3b805815e128f6
BLAKE2b-256 c40def63572cc942e4332085f9e40ffecd1f9b877944ee9a2561f380dafda774

See more details on using hashes here.

File details

Details for the file polsartools-0.9-cp310-cp310-win32.whl.

File metadata

  • Download URL: polsartools-0.9-cp310-cp310-win32.whl
  • Upload date:
  • Size: 389.2 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for polsartools-0.9-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b025c7cacbfd579bd72a3cd19c07c3b6b39d0e6b72d9933e98ebb8687744cb1b
MD5 ed68d8a0aefc9acb2838fa5a46f49843
BLAKE2b-256 3b9ad4437786f8b8f89e4bfbb1ef20169ff2296f0a7ee27303aab653d62c25c3

See more details on using hashes here.

File details

Details for the file polsartools-0.9-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polsartools-0.9-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ba9204ec78b02cd949d90a1423a8eca72e1a9e242db32695b4b3c5e05f922544
MD5 b1de8bc66819163a934d6eb6cdedcbfa
BLAKE2b-256 4d0633aa0d7a7fe6e3a92d8400b771e8bbfb70e3928f304bc1a3a92d7fafa0c8

See more details on using hashes here.

File details

Details for the file polsartools-0.9-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polsartools-0.9-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3757ac015410283fe43a86d9796f0577ae6ea597dd5f6602b8cb8dc3e96227a5
MD5 12a58df432b0171c016e3babf88d8975
BLAKE2b-256 ab081746455dc9f862c0c0018e9d4356aab3bec4eff26da3bab081209db4129d

See more details on using hashes here.

File details

Details for the file polsartools-0.9-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: polsartools-0.9-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 401.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for polsartools-0.9-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 27ceea40c211223c80b815f4d04af3896b1390b92effdaeaceac9dd1940a0d2b
MD5 5245aabe345b3e5cefa9905d6177f658
BLAKE2b-256 6733673e01168cee329e23d5a17909b2a24e8f6f52bfc9c11868b0c964a514b3

See more details on using hashes here.

File details

Details for the file polsartools-0.9-cp39-cp39-win32.whl.

File metadata

  • Download URL: polsartools-0.9-cp39-cp39-win32.whl
  • Upload date:
  • Size: 389.0 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for polsartools-0.9-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9b6e30d9e288b345681b41e145b1d2b77f6c6adea1590cdea9db6deab38652f3
MD5 33f47cd1e9374fd428dd7b57eaf4da21
BLAKE2b-256 a5f3ab4d8e11f11ca37efea9a6da83d437e76f438bbe5083cbc04218fac08429

See more details on using hashes here.

File details

Details for the file polsartools-0.9-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polsartools-0.9-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7be263c605300def018af172c39798b176c2b1ffa36504316ac9f4e4ecaa9893
MD5 21da9bf36fd9dc543d59fcc2318a3ac7
BLAKE2b-256 2811779b162805b4a5081aafd9726c55f14e2ad87b3aa3bcb404dfee9c0018ce

See more details on using hashes here.

File details

Details for the file polsartools-0.9-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polsartools-0.9-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b2d936355f87d760bb91a8f398482997ec343b41e9744c7326f7b0c37da2aa7a
MD5 f69e0734ea4dc5bb4ca935f1c43b6c53
BLAKE2b-256 a96a206d0198eb111b02c5ce02603cae82575b3579e20c9fa19e22aa461cb586

See more details on using hashes here.

File details

Details for the file polsartools-0.9-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: polsartools-0.9-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 400.3 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for polsartools-0.9-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 13ccee60372af871da5aa295641783ed94ffaf03f9bfed4dd2d1e88c48978825
MD5 edb4a50d4f0b4817bbf73a9b9931da4e
BLAKE2b-256 5d987dd7ba1493366e6f9dddb532fe4d5c494ab61cd1c68fe15fb067684d6b65

See more details on using hashes here.

File details

Details for the file polsartools-0.9-cp38-cp38-win32.whl.

File metadata

  • Download URL: polsartools-0.9-cp38-cp38-win32.whl
  • Upload date:
  • Size: 389.2 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for polsartools-0.9-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 e03ba46e436f5979bac6f1e0cd5a64b9525bbef0a5a6eafe5da4a0b6876026f4
MD5 368f97551d2d09a14cdcea4e2ee13972
BLAKE2b-256 daca262a0f77336eb4fe7871a0ababc242828e4e60a79c4eb7c2dfcec6261b3d

See more details on using hashes here.

File details

Details for the file polsartools-0.9-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for polsartools-0.9-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a5d24e5f9dff14948f51333bd24b41cb74208ce9472f6480067379ff31755870
MD5 1069be1a0db6a8d8187ad85a88abf19c
BLAKE2b-256 67dbf1ac7f1dc917bba7a9a19f8467d7f08d9d9c8427293dbfa0f09a0bce57cf

See more details on using hashes here.

File details

Details for the file polsartools-0.9-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polsartools-0.9-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5e4c1af358c9cdb516e8e0afb4449246f04c0a6c0e2cdf7ebcd0bec5dafd6c3c
MD5 bc5581e7fb0ae24d9071dc0078eef3ce
BLAKE2b-256 5f4f285cd4ecb2590e20846e9867bba80b048cc1511b5f2d9637ff063cd2820d

See more details on using hashes here.

Supported by

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