Quality control routines for CloudnetPy products
Project description
CloudnetPy-QC
Software for evaluating quality of ACTRIS-Cloudnet data products.
Installation
$ pip3 install cloudnetpy-qc
Usage
import json
from cloudnetpy_qc import quality
report = quality.run_tests('cloudnet-file.nc')
json_object = json.dumps(report.to_dict(), indent=2)
print(json_object)
Format of the report
timestamp
: UTC timestamp of the testqcVersion
:cloudnetpy-qc
versiontests
:Test[]
Test
testId
: Unique name of the testexceptions
:Exception[]
Exception
message
: Free-form message about the exceptionresult
:"info"
,"error"
or"warning"
Example:
{
"timestamp": "2022-10-13T07:00:26.906815Z",
"qcVersion": "1.1.2",
"tests": [
{
"testId": "TestUnits",
"exceptions": []
},
{
"testId": "TestInstrumentPid",
"exceptions": [
{
"message": "Instrument PID is missing.",
"result": "warning"
}
]
},
{
"testId": "TestTimeVector",
"exceptions": []
},
{
"testId": "TestVariableNames",
"exceptions": []
},
{
"testId": "TestCFConvention",
"exceptions": []
}
]
}
Tests
Test | Description |
---|---|
FindAttributeOutliers |
Find suspicious values in global attributes. |
FindFolding |
Test for radar folding. |
FindVariableOutliers |
Find suspicious data values. |
TestCFConvention |
Test compliance with the CF metadata conventions. |
TestDataCoverage |
Test that file contains enough data. |
TestDataTypes |
Check that variables have expected data types. |
TestFillValue |
Test that fill value is explicitly set for variables with missing data. |
TestFloatingPointValues |
Test for special floating-point values which may indicate problems with the processing. |
TestGlobalAttributes |
Check that file contains required global attributes. |
TestIfRangeCorrected |
Test that beta is range corrected. |
TestInstrumentPid |
Test that valid instrument PID exists. |
TestLDR |
Test that LDR values are proper. |
TestLidarBeta |
Test that one beta variable exists. |
TestLongNames |
Check that variables have expected long names. |
TestMask |
Test that data are not completely masked. |
TestMedianLwp |
Test that LWP data are valid. |
TestModelData |
Test that model data are valid. |
TestStandardNames |
Check that variable have expected standard names. |
TestTimeVector |
Test that time vector is continuous. |
TestUnits |
Check that variables have expected units. |
TestVariableNames |
Check that file contains required variables. |
TestVariableNamesDefined |
Check that variables have expected names. |
License
MIT
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
cloudnetpy_qc-1.17.22.tar.gz
(326.1 kB
view details)
Built Distribution
File details
Details for the file cloudnetpy_qc-1.17.22.tar.gz
.
File metadata
- Download URL: cloudnetpy_qc-1.17.22.tar.gz
- Upload date:
- Size: 326.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5fa76df644be8d95042ecfdb84cb8d83f1193bfa946e9588116d9e4cd03e40d |
|
MD5 | b223c16709bbeed959f498a433c0dd6e |
|
BLAKE2b-256 | ed72bc4b485abbdd0ef9b724166b00cb61f19f541de015c235059e7b67ff1f3a |
Provenance
The following attestation bundles were made for cloudnetpy_qc-1.17.22.tar.gz
:
Publisher:
publish.yml
on actris-cloudnet/cloudnetpy-qc
-
Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
cloudnetpy_qc-1.17.22.tar.gz
- Subject digest:
c5fa76df644be8d95042ecfdb84cb8d83f1193bfa946e9588116d9e4cd03e40d
- Sigstore transparency entry: 149856001
- Sigstore integration time:
- Predicate type:
File details
Details for the file cloudnetpy_qc-1.17.22-py3-none-any.whl
.
File metadata
- Download URL: cloudnetpy_qc-1.17.22-py3-none-any.whl
- Upload date:
- Size: 328.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e1dcbdf6077491a867ec42a41b1d2b5fd0dd497799311665bd9a6bd229756f8 |
|
MD5 | f558d3331719b9e4a6810586cb1b6d13 |
|
BLAKE2b-256 | ae1b91c7195e616dc01fd60146e60157ae3d28962a0768cf911a160464639cd2 |
Provenance
The following attestation bundles were made for cloudnetpy_qc-1.17.22-py3-none-any.whl
:
Publisher:
publish.yml
on actris-cloudnet/cloudnetpy-qc
-
Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
cloudnetpy_qc-1.17.22-py3-none-any.whl
- Subject digest:
6e1dcbdf6077491a867ec42a41b1d2b5fd0dd497799311665bd9a6bd229756f8
- Sigstore transparency entry: 149856002
- Sigstore integration time:
- Predicate type: