cloudnetpy-qc 1.24.2__tar.gz → 1.24.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cloudnetpy_qc-1.24.2/cloudnetpy_qc.egg-info → cloudnetpy_qc-1.24.3}/PKG-INFO +1 -1
- {cloudnetpy_qc-1.24.2 → cloudnetpy_qc-1.24.3}/cloudnetpy_qc/quality.py +1 -0
- {cloudnetpy_qc-1.24.2 → cloudnetpy_qc-1.24.3}/cloudnetpy_qc/version.py +1 -1
- {cloudnetpy_qc-1.24.2 → cloudnetpy_qc-1.24.3/cloudnetpy_qc.egg-info}/PKG-INFO +1 -1
- {cloudnetpy_qc-1.24.2 → cloudnetpy_qc-1.24.3}/LICENSE +0 -0
- {cloudnetpy_qc-1.24.2 → cloudnetpy_qc-1.24.3}/MANIFEST.in +0 -0
- {cloudnetpy_qc-1.24.2 → cloudnetpy_qc-1.24.3}/README.md +0 -0
- {cloudnetpy_qc-1.24.2 → cloudnetpy_qc-1.24.3}/cloudnetpy_qc/__init__.py +0 -0
- {cloudnetpy_qc-1.24.2 → cloudnetpy_qc-1.24.3}/cloudnetpy_qc/data/area-type-table.xml +0 -0
- {cloudnetpy_qc-1.24.2 → cloudnetpy_qc-1.24.3}/cloudnetpy_qc/data/cf-standard-name-table.xml +0 -0
- {cloudnetpy_qc-1.24.2 → cloudnetpy_qc-1.24.3}/cloudnetpy_qc/data/data_quality_config.ini +0 -0
- {cloudnetpy_qc-1.24.2 → cloudnetpy_qc-1.24.3}/cloudnetpy_qc/data/standardized-region-list.xml +0 -0
- {cloudnetpy_qc-1.24.2 → cloudnetpy_qc-1.24.3}/cloudnetpy_qc/py.typed +0 -0
- {cloudnetpy_qc-1.24.2 → cloudnetpy_qc-1.24.3}/cloudnetpy_qc/utils.py +0 -0
- {cloudnetpy_qc-1.24.2 → cloudnetpy_qc-1.24.3}/cloudnetpy_qc/variables.py +0 -0
- {cloudnetpy_qc-1.24.2 → cloudnetpy_qc-1.24.3}/cloudnetpy_qc.egg-info/SOURCES.txt +0 -0
- {cloudnetpy_qc-1.24.2 → cloudnetpy_qc-1.24.3}/cloudnetpy_qc.egg-info/dependency_links.txt +0 -0
- {cloudnetpy_qc-1.24.2 → cloudnetpy_qc-1.24.3}/cloudnetpy_qc.egg-info/requires.txt +0 -0
- {cloudnetpy_qc-1.24.2 → cloudnetpy_qc-1.24.3}/cloudnetpy_qc.egg-info/top_level.txt +0 -0
- {cloudnetpy_qc-1.24.2 → cloudnetpy_qc-1.24.3}/pyproject.toml +0 -0
- {cloudnetpy_qc-1.24.2 → cloudnetpy_qc-1.24.3}/setup.cfg +0 -0
- {cloudnetpy_qc-1.24.2 → cloudnetpy_qc-1.24.3}/tests/test_qc.py +0 -0
- {cloudnetpy_qc-1.24.2 → cloudnetpy_qc-1.24.3}/tests/test_utils.py +0 -0
|
@@ -842,6 +842,7 @@ class TestCoordinates(Test):
|
|
|
842
842
|
site_lon = self.site_meta["longitude"]
|
|
843
843
|
file_lat = np.atleast_1d(self.nc["latitude"][:])
|
|
844
844
|
file_lon = np.atleast_1d(self.nc["longitude"][:])
|
|
845
|
+
file_lon[file_lon > 180] -= 360
|
|
845
846
|
dist = utils.haversine(site_lat, site_lon, file_lat, file_lon)
|
|
846
847
|
i = np.argmax(dist)
|
|
847
848
|
max_dist = 100 if self.nc.cloudnet_file_type == "model" else 10
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cloudnetpy_qc-1.24.2 → cloudnetpy_qc-1.24.3}/cloudnetpy_qc/data/standardized-region-list.xml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|