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 different SAR sensors or input polarimetric matrix (S2, C3, T3, Sxy, C2, T2).

Installation

1. Install gdal Package

conda install gdal -c conda-forge

2. Install polsartools Package

a. You can install it using pip:

pip install polsartools

b. If you encounter an error like AttributeError: module 'polsartools' has no atribute 'xyzabc' or need the latest version, you can install the updated version directly from GitHub:

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

Note for Windows users: To install from GitHub (2.b), Microsoft C++ build tools must be installed 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:

  • Supported sensors

    • Airborne
      • UAVSAR (GRD, MLC)
      • ISRO ASAR (H5)
      • E-SAR (GTC)
    • Spaceborne
      • NISAR (RSLC, GSLC)
      • RISAT-1 (Compact-pol)
      • RADARSAT-2 (Full-pol)
      • ALOS-2 (Fine Beam Dual-pol (FBD), Quad-pol (HBQ) Level 1.1 CEOS)
    • Planetary
      • Chandrayaan-II DFSAR (Full-pol)
  • Full-pol :

    • H-A-Alpha decomposition
    • Yamaguchi 4-Component decomposition
    • Shannon Entropy parameters
    • Non-negative Eigen value decomposition
    • Neumann Decomposition
    • Model free 4-Component decomposition for full-pol data (MF4CF)[11]
    • Model free 3-Component decomposition for full-pol data (MF3CF)[[4]]references.md(#4)
    • Radar Vegetation Index (RVI) [8]
    • Generalized volume Radar Vegetation Index (GRVI) [2]
    • Polarimetric Radar Vegetation Index (PRVI) [1]
    • Degree of Polarization (DOP) [10]
  • Dual-pol:

    • H-Alpha parameters
    • Shannon Entropy parameters
    • Dual-pol Radar Vegetation Index (DpRVI) [5]
    • Dual-pol Radar Vegetation Index for GRD data (DpRVIc) [12]
    • Radar Vegetation Index (RVI) [9]
    • Degree of Polarization (DOP) [10]
    • Polarimetric Radar Vegetation Index (PRVI) [1]
    • Dual-pol descriptors [13]
    • Model free 3-Component decomposition for dual-copol data (MF3CD)
  • Compact-pol :

    • Model free 3-Component decomposition for compact-pol data (MF3CC) [4]
    • Improved S-Omega decomposition for compact-pol data (iS-Omega) [7]
    • Compact-pol Radar Vegetation Index (CpRVI) [6]
    • Degree of Polarization (DOP) [10]
  • Polarimetric speckle filters:

    • boxcar
    • refine lee
  • Other polarimetric functions

    • Stokes parameters
    • multi-look PolSAR matrix
    • Convert matrices
    • Pauli RGB from full-pol data
    • Psuedo RGB from Dual/compact pol data
    • Polarimetric signatures
    • Full-pol and Dual-pol H-Alpha plot

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/Narayana-Rao/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

Cite

If you use PolSARtools in your research or projects, please cite it as follows:

Bhogapurapu, N., Dey, S., Mandal, D., Bhattacharya, A. and Rao, Y.S., 2021. PolSAR tools: A QGIS plugin for generating SAR descriptors. Journal of Open Source Software, 6(60), p.2970. doi: 10.21105/joss.02970

@article{bhogapurapu2021polsar,
  title={PolSAR tools: A QGIS plugin for generating SAR descriptors},
  author={Bhogapurapu, Narayanarao and Dey, Subhadip and Mandal, Dipankar and Bhattacharya, Avik and Rao, YS},
  journal={Journal of Open Source Software},
  volume={6},
  number={60},
  pages={2970},
  year={2021},
  doi= {10.21105/joss.02970}
}

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.8.tar.gz (8.0 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.8-cp313-cp313-win_amd64.whl (347.9 kB view details)

Uploaded CPython 3.13Windows x86-64

polsartools-0.8-cp313-cp313-win32.whl (336.8 kB view details)

Uploaded CPython 3.13Windows x86

polsartools-0.8-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.4 MB view details)

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

polsartools-0.8-cp313-cp313-macosx_11_0_arm64.whl (365.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

polsartools-0.8-cp312-cp312-win_amd64.whl (348.0 kB view details)

Uploaded CPython 3.12Windows x86-64

polsartools-0.8-cp312-cp312-win32.whl (336.8 kB view details)

Uploaded CPython 3.12Windows x86

polsartools-0.8-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.4 MB view details)

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

polsartools-0.8-cp312-cp312-macosx_11_0_arm64.whl (364.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

polsartools-0.8-cp311-cp311-win_amd64.whl (345.1 kB view details)

Uploaded CPython 3.11Windows x86-64

polsartools-0.8-cp311-cp311-win32.whl (335.4 kB view details)

Uploaded CPython 3.11Windows x86

polsartools-0.8-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.4 MB view details)

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

polsartools-0.8-cp311-cp311-macosx_11_0_arm64.whl (362.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

polsartools-0.8-cp310-cp310-win_amd64.whl (343.9 kB view details)

Uploaded CPython 3.10Windows x86-64

polsartools-0.8-cp310-cp310-win32.whl (333.2 kB view details)

Uploaded CPython 3.10Windows x86

polsartools-0.8-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.8-cp310-cp310-macosx_11_0_arm64.whl (359.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

polsartools-0.8-cp39-cp39-win_amd64.whl (344.6 kB view details)

Uploaded CPython 3.9Windows x86-64

polsartools-0.8-cp39-cp39-win32.whl (333.0 kB view details)

Uploaded CPython 3.9Windows x86

polsartools-0.8-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.8-cp39-cp39-macosx_11_0_arm64.whl (360.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

polsartools-0.8-cp38-cp38-win_amd64.whl (343.4 kB view details)

Uploaded CPython 3.8Windows x86-64

polsartools-0.8-cp38-cp38-win32.whl (333.0 kB view details)

Uploaded CPython 3.8Windows x86

polsartools-0.8-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.8-cp38-cp38-macosx_11_0_arm64.whl (359.4 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

polsartools-0.8-cp37-cp37m-win_amd64.whl (333.0 kB view details)

Uploaded CPython 3.7mWindows x86-64

polsartools-0.8-cp37-cp37m-win32.whl (324.1 kB view details)

Uploaded CPython 3.7mWindows x86

polsartools-0.8-cp36-cp36m-win_amd64.whl (332.9 kB view details)

Uploaded CPython 3.6mWindows x86-64

polsartools-0.8-cp36-cp36m-win32.whl (323.9 kB view details)

Uploaded CPython 3.6mWindows x86

File details

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

File metadata

  • Download URL: polsartools-0.8.tar.gz
  • Upload date:
  • Size: 8.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for polsartools-0.8.tar.gz
Algorithm Hash digest
SHA256 9da642c47d63490dfc5640e3ceb8cf9499eabb7eadf55ebb880cb8c8a706fb48
MD5 6ab32e8836f3a3a0232a0b0431dff79d
BLAKE2b-256 9a54f0e5b8006692b736e7e9ce565b25606e825d4491093fb4cb2919d8231407

See more details on using hashes here.

File details

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

File metadata

  • Download URL: polsartools-0.8-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 347.9 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for polsartools-0.8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4fbccd2485922c41601012cbdbf8cac287b769a4259442910acfa310889dd304
MD5 95c19858c979048f51602a25a33073f1
BLAKE2b-256 41ce2d7f4d43ccc368b454159545a893c0c5d5fd9bac09e77140d65cb691331e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: polsartools-0.8-cp313-cp313-win32.whl
  • Upload date:
  • Size: 336.8 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for polsartools-0.8-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 0565c50b1242eb93a92c5574889d29eb69860cca5cd923e2f0c449cf272412a0
MD5 9699b36d4ae4086a4ce6bcc56635ee3a
BLAKE2b-256 9712a25d0554913fbd6ef1f9ba74d8c915a0501c79e2c2033226bb9da2a10ffb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polsartools-0.8-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3d2e526012fd36ecad9824162e09afc50c4c78562ae851f2f4578245ae4d2fc7
MD5 a7eaa2b4423ff06e776fafec4c9bd8ce
BLAKE2b-256 fbd113e782b5ece596ac6cfe84a43fb5cadf1f665eeac37ee7770b57b3c6b23c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polsartools-0.8-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 25d06ee45e71fe3703dc3a1d1ee721e7d8e8eb229162b9aeb6c660d663a33e00
MD5 70401add308b68ffc97aa794fb57a5ac
BLAKE2b-256 e32c1e07ca1d5678d42af9e12069a17d675edccb4b9d9daf5aec817ee5e35969

See more details on using hashes here.

File details

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

File metadata

  • Download URL: polsartools-0.8-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 348.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for polsartools-0.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 579b8174e660b9a42383a695bb4cd88e5701716f89e37bbe2adf3e020281c7d0
MD5 c5a76886f8a1bc8b36a52681af157ba5
BLAKE2b-256 13347cb721eb73c4ad592697370aaf288d6605b8614fc7733f8067b245ae2827

See more details on using hashes here.

File details

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

File metadata

  • Download URL: polsartools-0.8-cp312-cp312-win32.whl
  • Upload date:
  • Size: 336.8 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for polsartools-0.8-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9ffe8bffccb836821ae0a7d08c7b6d8aa97a83f6e88b122664c9c35047d4d7fc
MD5 1dd061eb0554cf489351584577851639
BLAKE2b-256 5770144e8c7f3bfd2e583ab73b94b72195613f53f5ee532c38e30164c003cd12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polsartools-0.8-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a35673be68378109128e3142c27455da507ef4ec4c3886d0195e1727015c61ca
MD5 027016480fbfff7ee336bc618678b9d0
BLAKE2b-256 66c940bb063f0807c21636a467f967cc5979805017b203715eb2929d26ce56e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polsartools-0.8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e656036997387b2ad7619bbf75963a572356816b1a506b39a8268ae201504b2d
MD5 3b364f9fe06c4579786854228e7cf1ce
BLAKE2b-256 d3c6df050b49ef2379a6d0c5b049b9d29ab56c15b8743d31e54749ff97a63662

See more details on using hashes here.

File details

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

File metadata

  • Download URL: polsartools-0.8-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 345.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for polsartools-0.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 caf980b39c9efb189c8ebbf02046b20dd6b7a47147a1f5730cbc966a24420298
MD5 fc1324ffbc5f10029ab212e2c96089c1
BLAKE2b-256 f79912923f5450ce8c17c3f386675591f0db53eccf24e691b2b82658b1942db8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: polsartools-0.8-cp311-cp311-win32.whl
  • Upload date:
  • Size: 335.4 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for polsartools-0.8-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 2011c039ae31f9942148735a3ef201d5022194a783bc89e58d44f22c23853b47
MD5 49dc8af68ce5738c2138f9b23e806c73
BLAKE2b-256 a4de08b806a34739e8c2a93eec1f4d1de16ca7773fac5e4425a7bf72a555cfe7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polsartools-0.8-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2d223e1dd2c01663adc481e55546683ad97c22ddb9ad6a469be358454a94a205
MD5 95f5da6c66847ddfe2273780b19f7559
BLAKE2b-256 25c4c102fb1e1e03c797a9fc65f6c05f87bee5af401d172934f3f06830e1b460

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polsartools-0.8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d9929c4a0c9346426ad94583d22b5de193007b07906697fac5a527de8d583017
MD5 fe827767e7b12e6303fa037b46accb7f
BLAKE2b-256 9c98b48619ece11702f722b1eb04dd15a06eca534ec0f099b0a0b8d0665ab836

See more details on using hashes here.

File details

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

File metadata

  • Download URL: polsartools-0.8-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 343.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for polsartools-0.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7ad6f3be63689924f8a4ff14c9050db2ec14db966544d7ba5564aeab82ccf2d1
MD5 522a5d1dbbe5f32c758d0ab3e5f1c17c
BLAKE2b-256 9703105bc21636ed27626a94829c730f413909395e7125b958b65a47cd797bfd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: polsartools-0.8-cp310-cp310-win32.whl
  • Upload date:
  • Size: 333.2 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for polsartools-0.8-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 52f483f6598c0c9a8eb323aaaf7f9b7d4230a92e9f30dc4d77b093b8bf842021
MD5 6fd839c3fc145a3edee30d30ba217df6
BLAKE2b-256 097bfb3db43068a73a7a871155cb99a687e372b1bddb96a662e237d7ab98aae4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polsartools-0.8-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6271c72a886420016aadaaf9cc7f8928a4e633efd521c0c89317237a927afd95
MD5 3b7b16207d3462d24b977bd5dca22a74
BLAKE2b-256 fbad8baded42fa24f5491d283939642c7753b5aa05c46936cc4e18e7481c4a48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polsartools-0.8-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 35b449b4a4173446be1b2c1666b30177c99c18ff0e7a9be702cafb980029777d
MD5 58ceeff6c3d64b8602ca75621a4e6a2e
BLAKE2b-256 b7c02a2d1b7d76ea06f1730c43624c4ab481b0d850c081f1a873340599964106

See more details on using hashes here.

File details

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

File metadata

  • Download URL: polsartools-0.8-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 344.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for polsartools-0.8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 276f7c8e479be0c019c733b2ff09ef2ccd13fd2cee543fdbbd43393a2d170f06
MD5 e24e040818381de5122ff9fba4575c42
BLAKE2b-256 901d323454b4ee76b3010d156d30586a6844050d100237fd1875d35a09cafef2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: polsartools-0.8-cp39-cp39-win32.whl
  • Upload date:
  • Size: 333.0 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for polsartools-0.8-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 41946a98b3dad677a5eb21f92da5526fe7a8d1484c93a8e67bbd7b7c1dbd982f
MD5 2d7fee72f92d011965a0860fea21c6ef
BLAKE2b-256 24a9147e20412ad0559a8f24eac0340807994945faddfd9d1e0955ea9cc83929

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polsartools-0.8-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8ab12d698d5c16a73daa4b748bb7d9cf2f57bced864d62d10e299ec7ed3f9da8
MD5 a4f2cb1bbd1f7b260751de621ddabb78
BLAKE2b-256 2b69b0600e9c0d0b68fd9a9c3abaf1e04fde92115a497955960d92a2bb8afdf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polsartools-0.8-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9a486d9bf7ddb61af7582a271ed718a273b1e3ffba187ada415e3dd7db22a737
MD5 f67b14c50055c9e6cda080bfa558948b
BLAKE2b-256 7e6ec19413682e3969a263c215e3802ae11166ed0db19bfb8856e0d39ba18c78

See more details on using hashes here.

File details

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

File metadata

  • Download URL: polsartools-0.8-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 343.4 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for polsartools-0.8-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a67e57bc23566690f8c57491fb7f8be874dafb165e8234a29e9d8737ceaf5b84
MD5 887210c23f184a3ccda61e6ceb7401e4
BLAKE2b-256 2615ae16b1342c4b3b30e53efa028cbb6aa6644069a1314b72d97e3119cca527

See more details on using hashes here.

File details

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

File metadata

  • Download URL: polsartools-0.8-cp38-cp38-win32.whl
  • Upload date:
  • Size: 333.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for polsartools-0.8-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 0e1382efd134f89a3b523f152b90842478fb2e683a0ba645ecf561de8b3727c9
MD5 c37eb91b7b04071b46bfb5649c529f14
BLAKE2b-256 db82756efddf3bdf0f4f1e9360ef725b97263e6537124a3b7e34622b07386db6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polsartools-0.8-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4b5e8d54e3912e5407ce053f12c6097950b011e5a18e709c99009d3efc9601bc
MD5 afef473ff22678c3809b99e0f51d7f11
BLAKE2b-256 b8e1826993257a4aabb210f52ff87bc972328bb624b48831a0f950df5e6fc519

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for polsartools-0.8-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4d1e8830a7885ce47ba6acf29ff090e669023a3d2aeed5275bea67afc5f56a88
MD5 1aa16122a1d1c091ec23c199ba5c6113
BLAKE2b-256 baa811ee5c87cbde6d12e643a18687ff4b73d30d7c09f172c6209a72218c15a9

See more details on using hashes here.

File details

Details for the file polsartools-0.8-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: polsartools-0.8-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 333.0 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for polsartools-0.8-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 d6bc396f8c5a3180b8f3bcd92197acf8854fb456cd28ac760690c6f71be3b696
MD5 a81786e49298bf4577d9a06de816908a
BLAKE2b-256 b794b0ee230d586f34cfafa5b88c9b447c52840b827629d976118f6b1f277cce

See more details on using hashes here.

File details

Details for the file polsartools-0.8-cp37-cp37m-win32.whl.

File metadata

  • Download URL: polsartools-0.8-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 324.1 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for polsartools-0.8-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 48c58a1c5fe6a0ee8e57a9ff68164d5e3b1d61805a85304613c2e9f04aa7f15d
MD5 9e6e846e111fafb21d29b43a10326c18
BLAKE2b-256 52bf7a828cef818aab2d360f989ff6178a35c99c552dee9de1a947b72562152b

See more details on using hashes here.

File details

Details for the file polsartools-0.8-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: polsartools-0.8-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 332.9 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for polsartools-0.8-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 3022bee61eca86eda0ee756204f91d58dd15b4ad63a6081a5a461d2a0fa75662
MD5 7fd0921cdb7cae4cdb222c20fc4f4954
BLAKE2b-256 3e5d1ac798299ba247ef27ad4617f9bccdb3c39f407490d39241a22487ba78a4

See more details on using hashes here.

File details

Details for the file polsartools-0.8-cp36-cp36m-win32.whl.

File metadata

  • Download URL: polsartools-0.8-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 323.9 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for polsartools-0.8-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 efc28d07cb10d2025ead25be82903b1b5422482694461a5d4a660b0933b6ec32
MD5 5a01ca389ed5caca9a4486ea99fd139d
BLAKE2b-256 10ebfc44f5880ee514d3702200234697627cf1097d0f309ea5563f866cdb99de

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