Releases: GEUS-Glaciology-and-Climate/pypromice
pypromice v1.4.4
What's Changed
Updated Variable OOL Dependency Handling
- Fixed a bug where dependencies were not applied correctly.
- Added support for applying the full dependency closure, including handling circular dependencies.
- Removed all OOL relations (except for wind) from the default
variables.csv
to ensure the same output as before the bug fix. Future releases will reintroduce variable dependencies.
Updated BUFR Export Precision
- Adjusted airTemperature rounding to 1-digit precision, aligning it with the actual measurement accuracy, despite this conflicting with the BUFR schema, which expects 2 digits.
Full Changelog: v1.4.3...v1.4.4
pypromice v1.4.3
pypromice v1.4.2
Minor release including:
- better attrs['source'] for the netcdf files f540cc3
- copying the 10 min data at every round hour as "instantaneous value" when building the hourly files f856a72 and https://github.com/GEUS-Glaciology-and-Climate/pypromice/pull/304/files
This is the script that was used to produce the data sent to CARRA2.
Full Changelog: v1.4.0...v1.4.2
pypromice v1.4.1
Minor release including:
- better attrs['source'] for the netcdf files f540cc3
- copying the 10 min data at every round hour as "instantaneous value" when building the hourly files f856a72
This is the script that was used to produce the data sent to CARRA2.
Full Changelog: v1.4.0...v1.4.1
pypromice v1.4.0
Major update affecting both the code, its use and its output.
Used for to produce the new version of the AWS data presented at the NMM2024.
What's Changed
-
Producing data in its new structure: level 2 statin data + level 3 site data (fixing #246, #247, #175)
-
Merging of data from different stations at the same site + historical GC-Net station data are appended to GEUS GC-Net station data (fixing #175)
-
Calculation of gap-free and smoothed
lat
,lon
andalt
and mean coords as attributes (fixing #236, #173, #124 ) -
Calculation of a continuous surface height, ice surface height and snow height variables
z_surf_combined
,z_ice_surf
andsnow_height
(fixing #10) -
Calculation of the thermistors' depth (fixing #248)
-
Reading station configutation files from
AWS-L0/metadata/station_configuration
(fixing #217) -
Updating metadata CSV automatically (fixing #142)
-
ACDD attribute compliance
-
Updated tests
-
Code refactoring
-
new pandas and xarray version
Full Changelog: v1.3.6...v1.4.0
pypromice v1.3.6
Version used for the Dataverse release V19 which mainly had added QC on GPS coordinates
What's Changed
- QC on gps data (#241) by @BaptisteVandecrux
- Removed percentile filter which removed good transmission (#241) by @BaptisteVandecrux
- Removing dlr and ulr when t_rad is not available (#241) by @BaptisteVandecrux
- Better time averaging of rh (#241) by @BaptisteVandecrux
- smoothing and gap-filling of tilt (#241) by @BaptisteVandecrux
Full Changelog: v1.3.5...v1.3.6
pypromice v1.3.5
Version used for the Dataverse release V17 which mainly had added QC on GPS coordinates
What's Changed
- Patch on RH_cor (#233) by @BaptisteVandecrux
Full Changelog: v1.3.4...v1.3.5
pypromice v1.3.4
Version used for the Dataverse release V15
What's Changed
- Fixed issue where heightOfBarometerAboveMeanSeaLevel was depending on z_boom_u (#221) by @ladsmund
- get bufr restructure (#223) by @ladsmund
- Ci unittest fix (#225) by @ladsmund
- Bug fix for RH limits, removed unecessary download of flag/adjustment files, removing msg_lat msg_lon from output (#229) by @BaptisteVandecrux
- Instantaneous values to l3 .csv files (#228) by @PennyHow
Full Changelog: v1.3.3...v1.3.4
pypromice v1.3.3
Version used for the Dataverse release V13
What's Changed
- [Enable downloadable documentation with readthedocs (#213) by @PennyHow
- [Range thresholding moved to earlier in L0toL1 processing (#214 ) by @PennyHow
- Update of the adjustment scripts (#216) to accommodate new adjustment CSVs by @BaptisteVandecrux
Full Changelog: v1.3.2...v1.3.3
pypromice v1.3.2
What's Changed
- Action unit test and process test versions updated by @PennyHow in #208
- readthedocs updated and minor change to get_watsontx CLI script by @PennyHow in #197
- Fixing t_surf filtering and adjusting ice/firn temperature upper threshold by @BaptisteVandecrux in #207
- Percentile outlier QC by @ladsmund in #183
- fix #209: wrong decoding of latitude and longitude when only decimal minutes are saved by @BaptisteVandecrux in #211
- Documentation updated with conda installation and version update by @PennyHow in #210
Full Changelog: v1.3.1...v1.3.2