-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrupt grib file check for regrid pipeline (#448)
* Added grib file validity check. * Used wgrib2 utility to check for corrupt file. * Github CI actions: Installed wgrib2 utility. * Added sudo permissions * Added sudo privileges for make command * Installing wgrib2 with a different method * Added Dockerfile's wgrib2 installation steps * Installed webp package * Cloned wgrib2 build from a github repo * Reverted wgrib2 changes. Used grib_ls to check file validity. * Added test cases for corrupt grib files check. * Version bump
- Loading branch information
Showing
5 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,7 +65,7 @@ | |
packages=find_packages(), | ||
author='Anthromets', | ||
author_email='[email protected]', | ||
version='0.2.20', | ||
version='0.2.21', | ||
url='https://weather-tools.readthedocs.io/en/latest/weather_mv/', | ||
description='A tool to load weather data into BigQuery.', | ||
install_requires=beam_gcp_requirements + base_requirements, | ||
|
Binary file not shown.