Skip to main content

Package with utilities and tools for GNSS data processing

Project description

GNSS and Navigation modules

Installation

To make sure that the extensions are installed along with the package, run

pip install pygnss

Modules

Logger

Example of how to use the logger module:

>>> from pygnss import logger
>>> logger.set_level("DEBUG")
>>> logger.debug("Debug message")
2020-05-05 18:23:55,688 - DEBUG    - Debug message
>>> logger.warning("Warning message")
2020-05-05 18:24:11,327 - WARNING  - Warning message
>>> logger.info("Info message")
2020-05-05 18:24:26,021 - INFO     - Info message
>>> logger.error("Error message")
2020-05-05 18:24:36,090 - ERROR    - Error message
>>> logger.critical("Critical message")
2020-05-05 18:24:43,562 - CRITICAL - Critical message
>>> logger.exception("Exception message", ValueError("Exception message")
2020-05-05 18:25:11,360 - CRITICAL - Exception message
ValueError: Exception message
Traceback (most recent call last):
  ...
ValueError: Exception message

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

pygnss-0.7.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (74.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pygnss-0.7.0-pp311-pypy311_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (75.9 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

pygnss-0.7.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (74.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pygnss-0.7.0-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (75.9 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

pygnss-0.7.0-cp313-cp313-musllinux_1_2_x86_64.whl (102.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pygnss-0.7.0-cp313-cp313-musllinux_1_2_i686.whl (100.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

pygnss-0.7.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (103.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pygnss-0.7.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (101.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

pygnss-0.7.0-cp312-cp312-musllinux_1_2_x86_64.whl (102.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pygnss-0.7.0-cp312-cp312-musllinux_1_2_i686.whl (100.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pygnss-0.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (103.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pygnss-0.7.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (101.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

pygnss-0.7.0-cp311-cp311-musllinux_1_2_x86_64.whl (101.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pygnss-0.7.0-cp311-cp311-musllinux_1_2_i686.whl (100.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pygnss-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (103.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pygnss-0.7.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (101.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

pygnss-0.7.0-cp310-cp310-musllinux_1_2_x86_64.whl (101.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pygnss-0.7.0-cp310-cp310-musllinux_1_2_i686.whl (99.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pygnss-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (102.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pygnss-0.7.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (100.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

File details

Details for the file pygnss-0.7.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygnss-0.7.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a19ce7a033960a5eee08b23fa6a672615aa515fef8470060034e1e949f70827
MD5 6bbf0465892b0bf34e708ba30f6faee2
BLAKE2b-256 4772acf0bf410f451463617c1880e335016f46bcb8c7fbb544e251a1aa05da29

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygnss-0.7.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on mgfernan/pygnss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygnss-0.7.0-pp311-pypy311_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygnss-0.7.0-pp311-pypy311_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 134a55326ffe665bd3bf6e57fdfa8143647c1df21b5dd995a5c0bf786823c51a
MD5 88e6343bd2a3e22f05567a9b37e03c81
BLAKE2b-256 510f1b776f13ecb5c568136c72eb78c62b677e8edfb18a94664273923d911eef

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygnss-0.7.0-pp311-pypy311_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: publish.yml on mgfernan/pygnss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygnss-0.7.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygnss-0.7.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 68f04d91620f8fb3b677459e6b58613670487748035d48bf038726d29659315b
MD5 f1cae849efe3fa46d81622bf893a262f
BLAKE2b-256 1e96a5f20d55f78ee2f8397f4ce2a86f494a2923e6e4925dda24fe9cb74379ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygnss-0.7.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on mgfernan/pygnss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygnss-0.7.0-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygnss-0.7.0-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7057d132c6fa54c4e1d1d156c8030118df31bd2f9143a8f40293ecaf5a203224
MD5 db8d65e281bd09884db6b6c5dd0f8250
BLAKE2b-256 a9d585950f66ab28292c474f302ab186df24d6d4f6eb4f2e9acd37a5b17b7de0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygnss-0.7.0-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: publish.yml on mgfernan/pygnss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygnss-0.7.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pygnss-0.7.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ae2364f849814a595ed2a82d8782bc8e97386859235fdbc881c00551fde904d0
MD5 cc68fb479ddeaa675a47280662b98f4e
BLAKE2b-256 bfac815b47b660bbae4ac863efe4038e35a130eddf76c0501292cb83a9eb81c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygnss-0.7.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on mgfernan/pygnss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygnss-0.7.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pygnss-0.7.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 23833e0548a8ef761c15aafa00050fa1fa0555918deb6d74e45ca1f7de484fbb
MD5 115968865f3692c3e495b95522ed1e2f
BLAKE2b-256 61309c6756bb501c4934b401110335aa144cd5cb60b50e1e114abc2b099bf674

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygnss-0.7.0-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: publish.yml on mgfernan/pygnss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygnss-0.7.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygnss-0.7.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fd24f67dea00bae543510512d8cc78de0d8af4cf0821501c8075b390735c11e2
MD5 a49142deabe9d8b9c88066742bcb3e13
BLAKE2b-256 c8fa95254c90cb213e3b3571cee3b98b4c46f2713827644ee2f2a6c8c8e0396a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygnss-0.7.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on mgfernan/pygnss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygnss-0.7.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygnss-0.7.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bfd53c603f478561f38955362a8143dd8ae07773a5ce1e89801cdcdc9c46760d
MD5 7d51456e54c81b193a63b6806e9410d8
BLAKE2b-256 e2473b7142aca30703115be0fc62400c82b2ab23aa2b38c64f0cfe6517496445

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygnss-0.7.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: publish.yml on mgfernan/pygnss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygnss-0.7.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pygnss-0.7.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 759a6614adc2d5e4c7c37ef3eba7a6ae35476da926f1ca10b1077743d9388a78
MD5 8b2137a6189eca9d2a51d3b41c727752
BLAKE2b-256 e17fcc8575a741084768ed7e3587c5f77e35ca37f36dcef9b8c901e176ebab73

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygnss-0.7.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on mgfernan/pygnss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygnss-0.7.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pygnss-0.7.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c91541b96f02dd1ab392eda3596a4c739efa9864bc015dfbef6ad76f411e6aca
MD5 a8002ccc7c327533276628961ef7fb83
BLAKE2b-256 b923e665c3f147fbcbd59dbfc7600ff226a7f548487aa2a211b6bab7a7971d4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygnss-0.7.0-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: publish.yml on mgfernan/pygnss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygnss-0.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygnss-0.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0fc7c4b4503f4ea13de0bb88345e372cf8dad142d8d29e3141732b7c5c7f2e39
MD5 10e5f8c712f7c8aaaea9fbe606d6623f
BLAKE2b-256 a32faf889233afd574e30fca22160f8b1965eb276e66c846246d747f96e1b73c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygnss-0.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on mgfernan/pygnss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygnss-0.7.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygnss-0.7.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dd123a1d779ba32f24ed5126961698789dae51ca27883fb313d12a76adf52fd3
MD5 504cb73d47ef02dca1cdafd33ec27d1d
BLAKE2b-256 55e28f626759f0d717c1ee3be6dfd4f9149bbb4593d198412d9362af6d0bd9ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygnss-0.7.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: publish.yml on mgfernan/pygnss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygnss-0.7.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pygnss-0.7.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 49f945d2caec287be6c3d9cdf51dca57becef9651db27da04ce388e16a2b91f3
MD5 4c3ab412a63d15eafaabb259efb78736
BLAKE2b-256 914bd0f38e1dc1c0d5d2506da291318af1a44d432f88edffacdbdcf2463ce974

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygnss-0.7.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on mgfernan/pygnss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygnss-0.7.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pygnss-0.7.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cf6a17355ef2bdf21cbc7283bae62ea49a425f98ca8481290f1ebf3f1ef065e8
MD5 533a47fbcbe7cc44925157f98fdb79d9
BLAKE2b-256 0bfbfd9864d62245b468a58f4f11983e2376981634e0a1c0ba80bc03a146308a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygnss-0.7.0-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: publish.yml on mgfernan/pygnss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygnss-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygnss-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 17fdd7a5366adc68a73c5f680abf54863249a3c9b5b2f03ec8b93ff62837db7d
MD5 b0fc656e1c381ad5c6368fd7f2fb3eb2
BLAKE2b-256 7de9682f5b1b092d54fb0e10297f96f1ab2861d614e842a39edc145b3c7aebc0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygnss-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on mgfernan/pygnss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygnss-0.7.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygnss-0.7.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 21ebe3965cbd13682cc8af8ac92129286a160cbb3f06a87ed82df36315a0d8c8
MD5 d7ca526a7ab8bc8bcf1ebcc602230605
BLAKE2b-256 b95f5f3f433d4f4bea02bb80807c1ee380dddede66e7a7cb32c664a200d3c368

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygnss-0.7.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: publish.yml on mgfernan/pygnss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygnss-0.7.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pygnss-0.7.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f21ddc91f8579dc55077294b2ca47ef0a68e0449d621fdb877e2fccba0b2ccd9
MD5 fa2d55a16f26bfcd22e7da43cf299d90
BLAKE2b-256 5c3dad0ad7603aee5d4115183adee234623e5be88c84203866c78fd61fe649b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygnss-0.7.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on mgfernan/pygnss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygnss-0.7.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pygnss-0.7.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 90de45fa33d3e62b136bcc3629c4aafd89c345733ecb18f0608c11fa8d040362
MD5 8a0ff019d9e6ec5b6c939d7ecfffa5a6
BLAKE2b-256 32b59dfee4c3c947a0b244a41ccd53d2f459f386b82b45366f5301a1a7c19193

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygnss-0.7.0-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: publish.yml on mgfernan/pygnss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygnss-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygnss-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 995c78a21aa47424975ab8d6a5c7090ce8304ecadef8c816654dd30c3b179f49
MD5 7b8b3acd4993580411e208aff5807fca
BLAKE2b-256 c7d874b47bbd1614de21911f07478c83b2d1eea2cb2ad2597ed842479529d6cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygnss-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on mgfernan/pygnss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygnss-0.7.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygnss-0.7.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cec8042da956eb92a4c55612bbb0c4b8da1e4940d19ff32228a1bcc948589ac5
MD5 dd482da195e19fb1c7813ecfe7fa65ab
BLAKE2b-256 625b813b6b89abc025832356dec06de5ab6fddd62dc4cd38e92fe0e7251b1728

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygnss-0.7.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: publish.yml on mgfernan/pygnss

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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